Searched refs:gZero (Results 1 – 3 of 3) sorted by relevance
67 static const UChar gZero[] = { 0x7A, 0x65, 0x72, 0x6F }; variable88 } else if (keyword.compare(gZero, 4) == 0) { in indexOrNegativeFromString()
65 static const UChar gZero = 0x0030; variable272 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { in parseRuleDescriptor()288 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()289 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()317 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()318 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()367 if (firstChar == gZero && lastChar == gX) { in parseRuleDescriptor()375 else if (firstChar == gX && lastChar == gZero) { in parseRuleDescriptor()662 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()663 …MasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break; in _appendRuleText()
29 static const UChar gZero = 0x0030; variable436 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution()