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()
68 static const UChar gZero = 0x0030; variable275 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 …MasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break; in _appendRuleText()
33 static const UChar gZero = 0x0030; variable440 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution()