Searched refs:findFirstPluralNumberArg (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | msgfmt.h | 1045 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | msgfmt.h | 1045 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | msgfmt.h | 1047 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessageFormat.java | 2043 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 D | MessageFormat.java | 1999 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 D | msgfmt.cpp | 1292 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 D | msgfmt.cpp | 1293 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 D | msgfmt.cpp | 1290 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