Searched refs:findKeyword (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 2148 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/ |
D | MessageFormat.java | 2195 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/ |
D | msgfmt.h | 944 static int32_t findKeyword( const UnicodeString& s,
|
/external/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 1687 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
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |