Home
last modified time | relevance | path

Searched refs:explicitType (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java2382 String explicitType = msgPattern.getSubstring(msgPattern.getPart(i++)); in cacheExplicitFormats() local
2388 Format formatter = createAppropriateFormat(explicitType, style); in cacheExplicitFormats()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2429 String explicitType = msgPattern.getSubstring(msgPattern.getPart(i++)); in cacheExplicitFormats() local
2435 Format formatter = createAppropriateFormat(explicitType, style); in cacheExplicitFormats()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1643 UnicodeString explicitType = msgPattern.getSubstring(msgPattern.getPart(i++)); in cacheExplicitFormats() local
1650 …Format* formatter = createAppropriateFormat(explicitType, style, formattableType, parseError, stat… in cacheExplicitFormats()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2855 bool explicitType = Record[1] & 2; in parseGlobalVarRecord() local
2857 if (explicitType) { in parseGlobalVarRecord()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3792 bool explicitType = Record[1] & 2; in parseModule() local
3794 if (explicitType) { in parseModule()