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

/external/chromium_org/third_party/icu/source/i18n/
H A Dnfsubs.cpp30 static const UChar gSpace = 0x0020; variable
1083 // toInsertInto.insert(_pos + getPos(), gSpace);
1102 toInsertInto.insert(_pos + getPos(), gSpace);
1196 while (workText.length() > 0 && workText.charAt(0) == gSpace) {
1245 toInsertInto.insert(apos + getPos(), gSpace);
1305 while (workText.length() > 0 && workText.charAt(0) == gSpace) {
H A Dnfrule.cpp53 static const UChar gSpace = 0x0020; variable
264 UChar c = gSpace;
606 result.append(gSpace);
611 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) {
/external/icu/icu4c/source/i18n/
H A Dnfsubs.cpp30 static const UChar gSpace = 0x0020; variable
1083 // toInsertInto.insert(_pos + getPos(), gSpace);
1102 toInsertInto.insert(_pos + getPos(), gSpace);
1196 while (workText.length() > 0 && workText.charAt(0) == gSpace) {
1245 toInsertInto.insert(apos + getPos(), gSpace);
1305 while (workText.length() > 0 && workText.charAt(0) == gSpace) {
H A Dnfrule.cpp54 static const UChar gSpace = 0x0020; variable
265 UChar c = gSpace;
607 result.append(gSpace);
612 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) {

Completed in 183 milliseconds