Searched refs:u_isWhitespace (Results 1 – 25 of 98) sorted by relevance
1234
47 if(!(c == 0x20 || u_isWhitespace(c))) { in trim()64 if(!(c == 0x20 || u_isWhitespace(c))) { in trim()
27 SKICU_FUNC(u_isWhitespace) \
326 while( ((isNotEOF = ufile_getch(input, &c))==(UBool)true) && (c == pad || u_isWhitespace(c)) ) in u_scanf_skip_leading_ws()872 && (!info->fIsString || (c != info->fPadChar && !u_isWhitespace(c)))) in u_scanf_string_handler()963 && (!info->fIsString || (c != info->fPadChar && !u_isWhitespace(c)))) in u_scanf_ustring_handler()
130 if (u_isWhitespace(ch32)) { in operator >>()
40 void u_isWhitespace() {} in u_isWhitespace() function
41 u_isWhitespace
42 u_isWhitespace;
180 u_isWhitespace(ch); in isWhiteSpace()
51 u_isWhitespace