Searched refs:gDot (Results 1 – 4 of 4) sorted by relevance
75 static const UChar gDot = 0x002e; variable297 else if (PatternProps::isWhiteSpace(c) || c == gComma || c == gDot) { in parseRuleDescriptor()326 else if (PatternProps::isWhiteSpace(c) || c == gComma || c == gDot) { in parseRuleDescriptor()664 …case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).appe… in _appendRuleText()665 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()666 …case kDefaultRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero)… in _appendRuleText()
75 static const UChar gDot = 0x002e; variable297 else if (PatternProps::isWhiteSpace(c) || c == gComma || c == gDot) { in parseRuleDescriptor()326 else if (PatternProps::isWhiteSpace(c) || c == gComma || c == gDot) { in parseRuleDescriptor()664 …case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).appe… in _appendRuleText()665 …case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).app… in _appendRuleText()666 …case kMasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero);… in _appendRuleText()