Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2230 int subformatType = findKeyword(type, typeList); in createAppropriateFormat()
2233 switch (findKeyword(style, modifierList)) { in createAppropriateFormat()
2260 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2282 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2359 private static final int findKeyword(String s, String[] list) { in findKeyword() method in MessageFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java2158 int subformatType = findKeyword(type, typeList); in createAppropriateFormat()
2161 switch (findKeyword(style, modifierList)) { in createAppropriateFormat()
2188 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2210 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2287 private static final int findKeyword(String s, String[] list) { in findKeyword() method in MessageFormat
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/external/icu/libicu/cts_headers/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1692 switch (typeID = findKeyword(type, TYPE_IDS)) { in createAppropriateFormat()
1695 switch (findKeyword(style, NUMBER_STYLE_IDS)) { in createAppropriateFormat()
1739 styleID = findKeyword(style, DATE_STYLE_IDS); in createAppropriateFormat()
1781 int32_t MessageFormat::findKeyword(const UnicodeString& s, in findKeyword() function in MessageFormat