Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrule.cpp74 static const UChar gDot = 0x002e; variable
296 else if (PatternProps::isWhiteSpace(c) || c == gComma || c == gDot) { in parseRuleDescriptor()
325 else if (PatternProps::isWhiteSpace(c) || c == gComma || c == gDot) { in parseRuleDescriptor()
663 …case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).appe… in _appendRuleText()
664 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()
665 …case kMasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero);… in _appendRuleText()