Home
last modified time | relevance | path

Searched refs:findKeyword (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java2148 int subformatType = findKeyword(type, typeList); in createAppropriateFormat()
2151 switch (findKeyword(style, modifierList)) { in createAppropriateFormat()
2179 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2201 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2278 private static final int findKeyword(String s, String[] list) { in findKeyword() method in MessageFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2195 int subformatType = findKeyword(type, typeList); in createAppropriateFormat()
2198 switch (findKeyword(style, modifierList)) { in createAppropriateFormat()
2226 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2248 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2325 private static final int findKeyword(String s, String[] list) { in findKeyword() method in MessageFormat
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h944 static int32_t findKeyword( const UnicodeString& s,
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1687 switch (typeID = findKeyword(type, TYPE_IDS)) { in createAppropriateFormat()
1690 switch (findKeyword(style, NUMBER_STYLE_IDS)) { in createAppropriateFormat()
1728 styleID = findKeyword(style, DATE_STYLE_IDS); in createAppropriateFormat()
1769 int32_t MessageFormat::findKeyword(const UnicodeString& s, in findKeyword() function in MessageFormat