/third_party/icu/icu4c/source/common/ |
H A D | simpleformatter.cpp | 104 int32_t argNumber; in applyPatternMinMaxArguments() local 106 0 <= (argNumber = patternBuffer[i] - DIGIT_ZERO) && argNumber <= 9 && in applyPatternMinMaxArguments() 113 argNumber = -1; in applyPatternMinMaxArguments() 115 argNumber = c - DIGIT_ZERO; in applyPatternMinMaxArguments() 118 argNumber = argNumber * 10 + (c - DIGIT_ZERO); in applyPatternMinMaxArguments() 119 if (argNumber >= ARG_NUM_LIMIT) { in applyPatternMinMaxArguments() 124 if (argNumber < 0 || c != CLOSE_BRACE) { in applyPatternMinMaxArguments() 129 if (argNumber > maxAr in applyPatternMinMaxArguments() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | simpleformatter.cpp | 104 int32_t argNumber; in applyPatternMinMaxArguments() local 106 0 <= (argNumber = patternBuffer[i] - DIGIT_ZERO) && argNumber <= 9 && in applyPatternMinMaxArguments() 113 argNumber = -1; in applyPatternMinMaxArguments() 115 argNumber = c - DIGIT_ZERO; in applyPatternMinMaxArguments() 118 argNumber = argNumber * 10 + (c - DIGIT_ZERO); in applyPatternMinMaxArguments() 119 if (argNumber >= ARG_NUM_LIMIT) { in applyPatternMinMaxArguments() 124 if (argNumber < 0 || c != CLOSE_BRACE) { in applyPatternMinMaxArguments() 129 if (argNumber > maxAr in applyPatternMinMaxArguments() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | simpleformatter.cpp | 104 int32_t argNumber; in applyPatternMinMaxArguments() local 106 0 <= (argNumber = patternBuffer[i] - DIGIT_ZERO) && argNumber <= 9 && in applyPatternMinMaxArguments() 113 argNumber = -1; in applyPatternMinMaxArguments() 115 argNumber = c - DIGIT_ZERO; in applyPatternMinMaxArguments() 118 argNumber = argNumber * 10 + (c - DIGIT_ZERO); in applyPatternMinMaxArguments() 119 if (argNumber >= ARG_NUM_LIMIT) { in applyPatternMinMaxArguments() 124 if (argNumber < 0 || c != CLOSE_BRACE) { in applyPatternMinMaxArguments() 129 if (argNumber > maxAr in applyPatternMinMaxArguments() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessageFormat.java | 121 * argNameOrNumber = argName | argNumber 123 * argNumber = '0' | ('1'..'9' ('0'..'9')*) 576 private boolean argNameMatches(int partIndex, String argName, int argNumber) { in argNameMatches() argument 580 part.getValue() == argNumber; // ARG_NUMBER in argNameMatches() 626 int argNumber = msgPattern.getPart(partIndex + 1).getValue(); in setFormatsByArgumentIndex() 627 if (argNumber < newFormats.length) { in setFormatsByArgumentIndex() 628 setCustomArgStartFormat(partIndex, newFormats[argNumber]); in setFormatsByArgumentIndex() 751 int argNumber = MessagePattern.validateArgumentName(argumentName); in setFormatByArgumentName() 752 if (argNumber < MessagePattern.ARG_NAME_NOT_NUMBER) { in setFormatByArgumentName() 756 if (argNameMatches(partIndex + 1, argumentName, argNumber)) { in setFormatByArgumentName() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessageFormat.java | 122 * argNameOrNumber = argName | argNumber 124 * argNumber = '0' | ('1'..'9' ('0'..'9')*) 565 private boolean argNameMatches(int partIndex, String argName, int argNumber) { in argNameMatches() argument 569 part.getValue() == argNumber; // ARG_NUMBER in argNameMatches() 614 int argNumber = msgPattern.getPart(partIndex + 1).getValue(); in setFormatsByArgumentIndex() 615 if (argNumber < newFormats.length) { in setFormatsByArgumentIndex() 616 setCustomArgStartFormat(partIndex, newFormats[argNumber]); in setFormatsByArgumentIndex() 735 int argNumber = MessagePattern.validateArgumentName(argumentName); in setFormatByArgumentName() 736 if (argNumber < MessagePattern.ARG_NAME_NOT_NUMBER) { in setFormatByArgumentName() 740 if (argNameMatches(partIndex + 1, argumentName, argNumber)) { in setFormatByArgumentName() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | msgfmt.cpp | 573 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { in argNameMatches() argument 577 part.getValue() == argNumber; // ARG_NUMBER in argNameMatches() 706 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() local 707 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in adoptFormat() 714 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat() 762 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() 763 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in getFormat() 768 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat() 784 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() 785 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBE in setFormat() 1054 int32_t argNumber = part->getValue(); // ARG_NUMBER format() local 1425 int32_t argNumber = part->getValue(); // ARG_NUMBER parse() local 1610 const int argNumber = part.getValue(); cacheExplicitFormats() local 1636 int32_t argNumber = -1; cacheExplicitFormats() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | msgfmt.cpp | 574 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { in argNameMatches() argument 578 part.getValue() == argNumber; // ARG_NUMBER in argNameMatches() 707 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() local 708 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in adoptFormat() 715 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat() 763 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() 764 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in getFormat() 769 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat() 785 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() 786 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBE in setFormat() 1055 int32_t argNumber = part->getValue(); // ARG_NUMBER format() local 1426 int32_t argNumber = part->getValue(); // ARG_NUMBER parse() local 1611 const int argNumber = part.getValue(); cacheExplicitFormats() local 1637 int32_t argNumber = -1; cacheExplicitFormats() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | msgfmt.cpp | 573 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber) { in argNameMatches() argument 577 part.getValue() == argNumber; // ARG_NUMBER in argNameMatches() 706 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() local 707 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in adoptFormat() 714 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat() 762 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() 763 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBER) { in getFormat() 768 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat() 784 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() 785 if (argNumber < UMSGPAT_ARG_NAME_NOT_NUMBE in setFormat() 1052 int32_t argNumber = part->getValue(); // ARG_NUMBER format() local 1423 int32_t argNumber = part->getValue(); // ARG_NUMBER parse() local 1608 const int argNumber = part.getValue(); cacheExplicitFormats() local 1634 int32_t argNumber = -1; cacheExplicitFormats() local [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | msgfmt.h | 123 * argNameOrNumber = argName | argNumber 125 * argNumber = '0' | ('1'..'9' ('0'..'9')*) 1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | msgfmt.h | 123 * argNameOrNumber = argName | argNumber 125 * argNumber = '0' | ('1'..'9' ('0'..'9')*) 1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | msgfmt.h | 123 * argNameOrNumber = argName | argNumber 125 * argNumber = '0' | ('1'..'9' ('0'..'9')*) 1010 UBool argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNumber);
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 232 Id createDebugLocalVariable(Id type, char const*const name, size_t const argNumber = 0);
|
H A D | SpvBuilder.cpp | 1144 Id Builder::createDebugLocalVariable(Id type, char const*const name, size_t const argNumber) in createDebugLocalVariable() argument 1159 if(argNumber != 0) { in createDebugLocalVariable() 1160 inst->addIdOperand(makeUintConstant(argNumber)); in createDebugLocalVariable()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |