Searched refs:gZero (Results 1 – 3 of 3) sorted by relevance
69 static const UChar gZero[] = { 0x7A, 0x65, 0x72, 0x6F }; variable90 } else if (keyword.compare(gZero, 4) == 0) { in indexOrNegativeFromString()
67 static const UChar gZero = 0x0030; variable274 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { in parseRuleDescriptor()290 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()291 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()319 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()320 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()369 if (firstChar == gZero && lastChar == gX) { in parseRuleDescriptor()377 else if (firstChar == gX && lastChar == gZero) { in parseRuleDescriptor()664 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()665 …MasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break; in _appendRuleText()
31 static const UChar gZero = 0x0030; variable438 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution()