Searched refs:u_isWhitespace (Results 1 – 11 of 11) sorted by relevance
45 if(!(c == 0x20 || u_isWhitespace(c))) { in trim()62 if(!(c == 0x20 || u_isWhitespace(c))) { in trim()
225 u_isWhitespace(UChar32 c) { in u_isWhitespace() function
130 if (u_isWhitespace(ch32)) { in operator >>()
324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) ) in u_scanf_skip_leading_ws()830 && (!info->fIsString || (c != info->fPadChar && !u_isWhitespace(c)))) in u_scanf_string_handler()918 && (!info->fIsString || (c != info->fPadChar && !u_isWhitespace(c)))) in u_scanf_ustring_handler()
176 u_isWhitespace(ch); in isWhiteSpace()
2524 u_isWhitespace(UChar32 c);
294 #define u_isWhitespace U_ICU_ENTRY_POINT_RENAME(u_isWhitespace) macro
987 (u_isWhitespace(fChars[charIndex]) || in previousBreak()
571 testSampleCharProps(u_isWhitespace, "u_isWhitespace", in TestMisc()573 testSampleCharProps(u_isWhitespace, "u_isWhitespace", in TestMisc()
956 uchar # for u_isWhitespace()
2412 while (t < text.length() && u_isWhitespace(text.charAt(t))) { in matchLiterals()