/third_party/icu/icu4c/source/i18n/unicode/ |
D | msgfmt.h | 1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | msgfmt.h | 1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | msgfmt.h | 1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | msgfmt.cpp | 574 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/ |
D | msgfmt.cpp | 573 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/ |
D | msgfmt.cpp | 573 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/ |
D | MessageFormat.java | 565 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/ |
D | MessageFormat.java | 576 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()
|