Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/i18n/
Dnfsubs.cpp29 static const UChar gSpace = 0x0020; variable
1049 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution()
1057 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution()
1151 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
1200 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1260 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
Dnfrule.cpp54 static const UChar gSpace = 0x0020; variable
266 UChar c = gSpace; in parseRuleDescriptor()
608 result.append(gSpace); in _appendRuleText()
613 if (ruleText.startsWith(gSpace) && sub1->getPos() != 0) { in _appendRuleText()
/external/icu4c/i18n/
Dnfsubs.cpp29 static const UChar gSpace = 0x0020; variable
1054 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution()
1148 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
1197 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1257 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
Dnfrule.cpp54 static const UChar gSpace = 0x0020; variable
266 UChar c = gSpace; in parseRuleDescriptor()
608 result.append(gSpace); in _appendRuleText()
613 if (ruleText.startsWith(gSpace) && sub1->getPos() != 0) { in _appendRuleText()