Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dnfrule.cpp75 static const UChar gDot = 0x002e; variable
297 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfrule.cpp75 static const UChar gDot = 0x002e; variable
297 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()
/third_party/node/deps/icu-small/source/i18n/
Dnfrule.cpp75 static const UChar gDot = 0x002e; variable
297 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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnfrule.cpp75 static const UChar gDot = 0x002e; variable
297 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()