Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds