Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmsgfmt.h1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmsgfmt.h1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp574 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNum… in argNameMatches() function in MessageFormat
715 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat()
769 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat()
793 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp573 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNum… in argNameMatches() function in MessageFormat
714 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat()
768 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat()
792 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp573 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNum… in argNameMatches() function in MessageFormat
714 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat()
768 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat()
792 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java565 private boolean argNameMatches(int partIndex, String argName, int argNumber) { in argNameMatches() method in MessageFormat
740 if (argNameMatches(partIndex + 1, argumentName, argNumber)) { in setFormatByArgumentName()
871 if (argNameMatches(partIndex + 1, argumentName, argNumber)) { in getFormatByArgumentName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java576 private boolean argNameMatches(int partIndex, String argName, int argNumber) { in argNameMatches() method in MessageFormat
756 if (argNameMatches(partIndex + 1, argumentName, argNumber)) { in setFormatByArgumentName()
892 if (argNameMatches(partIndex + 1, argumentName, argNumber)) { in getFormatByArgumentName()