Home
last modified time | relevance | path

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

/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DMessageFormat.java2243 int subformatType = findKeyword(type, typeList); in createAppropriateFormat()
2246 switch (findKeyword(style, modifierList)) { in createAppropriateFormat()
2273 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2295 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2372 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.java2171 int subformatType = findKeyword(type, typeList); in createAppropriateFormat()
2174 switch (findKeyword(style, modifierList)) { in createAppropriateFormat()
2201 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2223 switch (findKeyword(style, dateModifierList)) { in createAppropriateFormat()
2300 private static final int findKeyword(String s, String[] list) { in findKeyword() method in MessageFormat
/external/icu/libicu/cts_headers/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/external/cronet/stable/third_party/icu/source/i18n/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/external/cronet/tot/third_party/icu/source/i18n/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h961 static int32_t findKeyword( const UnicodeString& s,
/external/icu/icu4c/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
/external/cronet/tot/third_party/icu/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
/external/cronet/stable/third_party/icu/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
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch63372 - pos := e.findKeyword("chan", x.Begin+2, x.Value.Pos())
63412 - pos := e.findKeyword("else", x.Body.End(), x.Else.Pos())
63437 - pos := e.findKeyword("range", offset, x.X.Pos())
63455 - pos := e.findKeyword("type", x.Lparen, x.Rparen)
63877 -// findKeyword finds a keyword rather than guessing its location
63878 -func (e *encoded) findKeyword(keyword string, start, end token.Pos) token.Pos {
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz