/external/icu4c/common/ |
unistr_props.cpp | 44 if(!(c == 0x20 || u_isWhitespace(c))) { 61 if(!(c == 0x20 || u_isWhitespace(c))) {
|
uchar.c | 226 u_isWhitespace(UChar32 c) { 659 /* add no-break spaces for u_isWhitespace() what was not added above */
|
/external/icu4c/io/ |
ustream.cpp | 131 if (u_isWhitespace(ch32)) {
|
uscanf_p.c | 324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) ) 831 && (!info->fIsString || (c != info->fPadChar && !u_isWhitespace(c)))) 919 && (!info->fIsString || (c != info->fPadChar && !u_isWhitespace(c)))) [all...] |
/external/icu4c/test/perf/charperf/ |
charperf.h | 176 u_isWhitespace(ch);
|
/external/icu4c/test/intltest/ |
dadrcoll.cpp | 100 if(u_isWhitespace(currChar)) {
|
/libcore/luni/src/main/native/ |
java_lang_Character.cpp | 103 return u_isWhitespace(codePoint);
|
/external/icu4c/i18n/ |
ucol_tok.cpp | 514 while(start < end && (u_isWhitespace(*start) || uprv_isRuleWhiteSpace(*start))) { /* eat whitespace */ 533 while(u_isWhitespace(*optionArg) || uprv_isRuleWhiteSpace(*optionArg)) { /* eat whitespace */ 554 while(u_isWhitespace(*optionArg) || uprv_isRuleWhiteSpace(*optionArg)) { /* eat whitespace */ 608 while(u_isWhitespace(*start) || uprv_isRuleWhiteSpace(*start)) { /* eat whitespace */ 615 while(u_isWhitespace(**optionArg) || uprv_isRuleWhiteSpace(**optionArg)) { /* eat whitespace */ 642 while(current < end && u_isWhitespace(*current)) { 656 while(current < end && u_isWhitespace(*current)) { /* eat whitespace */ 670 while(current < end && u_isWhitespace(*current)) { 694 while(current < end && u_isWhitespace(*current)) { /* eat whitespace */ [all...] |
/external/icu4c/common/unicode/ |
uchar.h | 113 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces 296 Same as u_isUWhiteSpace, different from u_isspace and u_isWhitespace. [all...] |
urename.h | 302 #define u_isWhitespace U_ICU_ENTRY_POINT_RENAME(u_isWhitespace) [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uchar.h | 92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces 275 Same as u_isUWhiteSpace, different from u_isspace and u_isWhitespace. [all...] |
urename.h | 202 #define u_isWhitespace u_isWhitespace_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
uchar.h | 92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces 275 Same as u_isUWhiteSpace, different from u_isspace and u_isWhitespace. [all...] |
urename.h | 202 #define u_isWhitespace u_isWhitespace_3_2 [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uchar.h | 92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces 275 Same as u_isUWhiteSpace, different from u_isspace and u_isWhitespace. [all...] |
urename.h | 202 #define u_isWhitespace u_isWhitespace_3_2 [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
uchar.h | 92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces 275 Same as u_isUWhiteSpace, different from u_isspace and u_isWhitespace. [all...] |
urename.h | 202 #define u_isWhitespace u_isWhitespace_3_2 [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | 565 testSampleCharProps(u_isWhitespace, "u_isWhitespace", 567 testSampleCharProps(u_isWhitespace, "u_isWhitespace", [all...] |
/external/icu4c/layoutex/ |
ParagraphLayout.cpp | 984 (u_isWhitespace(fChars[charIndex]) || [all...] |