Searched refs:findKeyword (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessageFormat.java | 2186 int subformatType = findKeyword(type, typeList); in createAppropriateFormat() 2189 switch (findKeyword(style, modifierList)) { in createAppropriateFormat() 2216 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat() 2238 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat() 2315 private static final int findKeyword(String s, String[] list) { in findKeyword() method in MessageFormat
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2230 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
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | msgfmt.h | 961 static int32_t findKeyword( const UnicodeString& s,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | msgfmt.h | 961 static int32_t findKeyword( const UnicodeString& s,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | msgfmt.h | 961 static int32_t findKeyword( const UnicodeString& s,
|
/third_party/node/deps/icu-small/source/i18n/ |
D | msgfmt.cpp | 1695 switch (typeID = findKeyword(type, TYPE_IDS)) { in createAppropriateFormat() 1698 switch (findKeyword(style, NUMBER_STYLE_IDS)) { in createAppropriateFormat() 1742 styleID = findKeyword(style, DATE_STYLE_IDS); in createAppropriateFormat() 1784 int32_t MessageFormat::findKeyword(const UnicodeString& s, in findKeyword() function in MessageFormat
|
/third_party/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 1694 switch (typeID = findKeyword(type, TYPE_IDS)) { in createAppropriateFormat() 1697 switch (findKeyword(style, NUMBER_STYLE_IDS)) { in createAppropriateFormat() 1741 styleID = findKeyword(style, DATE_STYLE_IDS); in createAppropriateFormat() 1783 int32_t MessageFormat::findKeyword(const UnicodeString& s, in findKeyword() function in MessageFormat
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | msgfmt.cpp | 1692 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
|