Home
last modified time | relevance | path

Searched refs:gZero (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dnfrule.cpp68 static const char16_t gZero = 0x0030; variable
275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { in parseRuleDescriptor()
291 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()
292 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()
320 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()
321 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()
370 if (firstChar == gZero && lastChar == gX) { in parseRuleDescriptor()
378 else if (firstChar == gX && lastChar == gZero) { in parseRuleDescriptor()
665 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()
666 …efaultRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break; in _appendRuleText()
Dstandardplural.cpp87 static const char16_t gZero[] = u"zero"; variable
124 } else if (keyword.compare(gZero, 4) == 0) { in indexOrNegativeFromString()
Dnfsubs.cpp33 static const char16_t gZero = 0x0030; variable
440 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfrule.cpp68 static const UChar gZero = 0x0030; variable
275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { in parseRuleDescriptor()
291 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()
292 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()
320 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()
321 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()
370 if (firstChar == gZero && lastChar == gX) { in parseRuleDescriptor()
378 else if (firstChar == gX && lastChar == gZero) { in parseRuleDescriptor()
665 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()
666 …efaultRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break; in _appendRuleText()
Dstandardplural.cpp87 static const UChar gZero[] = u"zero"; variable
124 } else if (keyword.compare(gZero, 4) == 0) { in indexOrNegativeFromString()
Dnfsubs.cpp33 static const UChar gZero = 0x0030; variable
440 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution()
/third_party/icu/icu4c/source/i18n/
Dnfrule.cpp68 static const UChar gZero = 0x0030; variable
275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { in parseRuleDescriptor()
291 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()
292 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()
320 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()
321 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()
370 if (firstChar == gZero && lastChar == gX) { in parseRuleDescriptor()
378 else if (firstChar == gX && lastChar == gZero) { in parseRuleDescriptor()
665 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()
666 …efaultRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break; in _appendRuleText()
Dstandardplural.cpp87 static const UChar gZero[] = u"zero"; variable
124 } else if (keyword.compare(gZero, 4) == 0) { in indexOrNegativeFromString()
Dnfsubs.cpp33 static const UChar gZero = 0x0030; variable
440 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution()