Searched refs:argNumber (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp569 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { argument
573 part.getValue() == argNumber; // ARG_NUMBER
702 int32_t argNumber = MessagePattern::validateArgumentName(formatName); local
703 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) {
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
758 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
759 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) {
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
780 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
781 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBE
1047 int32_t argNumber = part->getValue(); // ARG_NUMBER local
1418 int32_t argNumber = part->getValue(); // ARG_NUMBER local
1603 const int argNumber = part.getValue(); local
1629 int32_t argNumber = -1; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp569 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { argument
573 part.getValue() == argNumber; // ARG_NUMBER
702 int32_t argNumber = MessagePattern::validateArgumentName(formatName); local
703 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) {
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
758 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
759 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) {
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
780 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
781 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBE
1047 int32_t argNumber = part->getValue(); // ARG_NUMBER local
1418 int32_t argNumber = part->getValue(); // ARG_NUMBER local
1603 const int argNumber = part.getValue(); local
1629 int32_t argNumber = -1; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmsgfmt.h120 * argNameOrNumber = argName | argNumber
122 * argNumber = '0' | ('1'..'9' ('0'..'9')*)
988 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h120 * argNameOrNumber = argName | argNumber
122 * argNumber = '0' | ('1'..'9' ('0'..'9')*)
988 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp1317 unsigned argNumber = 0; local
1321 if (info.type() == CSSTransformValue::Rotate3DTransformOperation && argNumber == 3) {
1325 } else if (info.type() == CSSTransformValue::Translate3DTransformOperation && argNumber == 2) {
1329 } else if (info.type() == CSSTransformValue::TranslateZTransformOperation && !argNumber) {
1333 } else if (info.type() == CSSTransformValue::PerspectiveTransformOperation && !argNumber) {
1352 argNumber++;

Completed in 114 milliseconds