Home
last modified time | relevance | path

Searched refs:gZero (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dnfrule.cpp52 static const UChar gZero = 0x0030; variable
263 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()
Dnfsubs.cpp28 static const UChar gZero = 0x0030; variable
455 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution()