Home
last modified time | relevance | path

Searched refs:findFirstPluralNumberArg (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h1045 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmsgfmt.h1045 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmsgfmt.h1047 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java2043 private int findFirstPluralNumberArg(int msgStart, String argName) { in findFirstPluralNumberArg() method in MessageFormat
2129 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessageFormat.java1999 private int findFirstPluralNumberArg(int msgStart, String argName) { in findFirstPluralNumberArg() method in MessageFormat
2085 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp1292 MessageFormat::findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const { in findFirstPluralNumberArg() function in MessageFormat
1971 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp1293 MessageFormat::findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const { in findFirstPluralNumberArg() function in MessageFormat
1972 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp1290 MessageFormat::findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const { in findFirstPluralNumberArg() function in MessageFormat
1970 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()

Completed in 21 milliseconds