Searched refs:gDot (Results 1 – 1 of 1) sorted by relevance
72 static const UChar gDot = 0x002e; variable294 else if (PatternProps::isWhiteSpace(c) || c == gComma || c == gDot) { in parseRuleDescriptor()323 else if (PatternProps::isWhiteSpace(c) || c == gComma || c == gDot) { in parseRuleDescriptor()661 …case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).appe… in _appendRuleText()662 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()663 …case kMasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero);… in _appendRuleText()