Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfsubs.cpp30 static const UChar gSpace = 0x0020; variable
1102 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution()
1196 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
1245 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1305 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
Dnfrule.cpp53 static const UChar gSpace = 0x0020; variable
264 UChar c = gSpace; in parseRuleDescriptor()
606 result.append(gSpace); in _appendRuleText()
611 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) { in _appendRuleText()