Searched refs:gSpace (Results 1 – 2 of 2) sorted by relevance
29 static const UChar gSpace = 0x0020; variable1049 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()
54 static const UChar gSpace = 0x0020; variable266 UChar c = gSpace; in parseRuleDescriptor()608 result.append(gSpace); in _appendRuleText()613 if (ruleText.startsWith(gSpace) && sub1->getPos() != 0) { in _appendRuleText()