Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java2186 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/
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
/third_party/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp1695 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/
Dmsgfmt.cpp1694 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/
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