Home
last modified time | relevance | path

Searched refs:formatStr (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DTimeUtils.java219 formatStr[pos] = sTmpFormatStr[tmp]; in printFieldLocked()
226 formatStr[pos] = (char)(dig + '0'); in printFieldLocked()
232 formatStr[pos] = (char)(dig + '0'); in printFieldLocked()
236 formatStr[pos] = (char)(amt + '0'); in printFieldLocked()
239 formatStr[pos] = suffix; in printFieldLocked()
250 char[] formatStr = sFormatStr; in formatDurationLocked() local
256 formatStr[pos++] = ' '; in formatDurationLocked()
258 formatStr[pos] = '0'; in formatDurationLocked()
296 formatStr[pos] = ' '; in formatDurationLocked()
302 formatStr[pos] = prefix; in formatDurationLocked()
[all …]
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.cpp1334 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1336 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1341 String8(formatStr).string()); in compileResourceFile()
1461 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1463 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1468 String8(formatStr).string()); in compileResourceFile()