Searched refs:gSpace (Results 1 – 2 of 2) sorted by relevance
30 static const UChar gSpace = 0x0020; variable1102 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()
53 static const UChar gSpace = 0x0020; variable264 UChar c = gSpace; in parseRuleDescriptor()606 result.append(gSpace); in _appendRuleText()611 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) { in _appendRuleText()