Searched refs:gZero (Results 1 – 2 of 2) sorted by relevance
52 static const UChar gZero = 0x0030; variable263 else if (descriptor.charAt(0) >= gZero && descriptor.charAt(0) <= gNine) { in parseRuleDescriptor()275 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()276 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()304 if (c >= gZero && c <= gNine) { in parseRuleDescriptor()305 val = val * ll_10 + (int32_t)(c - gZero); in parseRuleDescriptor()
28 static const UChar gZero = 0x0030; variable455 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution()