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

/external/icu/icu4c/source/i18n/
H A Dstandardplural.cpp69 static const UChar gZero[] = { 0x7A, 0x65, 0x72, 0x6F }; variable
90 } else if (keyword.compare(gZero, 4) == 0) {
H A Dnfrule.cpp67 static const UChar gZero = 0x0030; variable
274 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) {
290 if (c >= gZero && c <= gNine) {
291 val = val * ll_10 + (int32_t)(c - gZero);
319 if (c >= gZero && c <= gNine) {
320 val = val * ll_10 + (int32_t)(c - gZero);
369 if (firstChar == gZero && lastChar == gX) {
377 else if (firstChar == gX && lastChar == gZero) {
664 case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
665 case kMasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); brea
[all...]
H A Dnfsubs.cpp31 static const UChar gZero = 0x0030; variable
438 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) {

Completed in 268 milliseconds