Home | History | Annotate | Download | only in intltest

Lines Matching refs:isSpace

95     static UBool isSpace(UChar c) { return c == 9 || c == 0x20 || c == 0x3000; }
98 while(isSpace(fileLine[i])) { ++i; }
959 while(lineLength > 0 && isSpace(line[lineLength - 1])) { --lineLength; }
968 for(i = start; i < length && !isSpace(fileLine[i]); ++i) {}
1028 if(start == 0 || !isSpace(fileLine[start])) {
1170 while(limit < fileLine.length() && !isSpace(fileLine[limit])) { ++limit; }
1752 } else if(fileLine[0] == 0x25 && isSpace(fileLine[1])) { // %