Searched refs:gSpace (Results 1 – 4 of 4) sorted by relevance
15 #define gSpace 2016 #define g2x (m + g1xs + gSpace)18 #define g2xs (xc - g1xs - gSpace)
34 static const UChar gSpace = 0x0020; variable1085 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution()1182 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()1232 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()1292 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
70 static const UChar gSpace = 0x0020; variable282 UChar c = gSpace; in parseRuleDescriptor()688 result.append(gSpace); in _appendRuleText()693 if (fRuleText.charAt(0) == gSpace && (sub1 == NULL || sub1->getPos() != 0)) { in _appendRuleText()
29 #undef gSpace