Searched refs:argNameMatches (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmsgfmt.h988 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h988 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp569 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { function in class:MessageFormat
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
788 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp569 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { function in class:MessageFormat
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
788 if (argNameMatches(partIndex + 1, formatName, argNumber)) {

Completed in 159 milliseconds