Searched refs:u_isWhitespace (Results 1 - 19 of 19) sorted by relevance

/external/icu4c/common/
H A Dunistr_props.cpp44 if(!(c == 0x20 || u_isWhitespace(c))) {
61 if(!(c == 0x20 || u_isWhitespace(c))) {
H A Duchar.c226 u_isWhitespace(UChar32 c) { function
659 /* add no-break spaces for u_isWhitespace() what was not added above */
/external/icu4c/io/
H A Dustream.cpp131 if (u_isWhitespace(ch32)) {
H A Duscanf_p.c324 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))))
/external/icu4c/test/perf/charperf/
H A Dcharperf.h176 u_isWhitespace(ch);
/external/icu4c/test/intltest/
H A Ddadrcoll.cpp100 if(u_isWhitespace(currChar)) {
/external/icu4c/i18n/
H A Ducol_tok.cpp514 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 */
/external/icu4c/common/unicode/
H A Duchar.h113 * - 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.
1792 * This is different from both u_isspace and u_isWhitespace!
1801 * @see u_isWhitespace
2191 * @see u_isWhitespace
2212 * @see u_isWhitespace
2257 u_isWhitespace(UChar32 c);
H A Durename.h302 #define u_isWhitespace U_ICU_ENTRY_POINT_RENAME(u_isWhitespace) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h92 * - 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.
1448 * This is different from both u_isspace and u_isWhitespace!
1457 * @see u_isWhitespace
1848 * @see u_isWhitespace
1869 * @see u_isWhitespace
1908 u_isWhitespace(UChar32 c);
H A Durename.h202 #define u_isWhitespace u_isWhitespace_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h92 * - 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.
1448 * This is different from both u_isspace and u_isWhitespace!
1457 * @see u_isWhitespace
1848 * @see u_isWhitespace
1869 * @see u_isWhitespace
1908 u_isWhitespace(UChar32 c);
H A Durename.h202 #define u_isWhitespace u_isWhitespace_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h92 * - 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.
1448 * This is different from both u_isspace and u_isWhitespace!
1457 * @see u_isWhitespace
1848 * @see u_isWhitespace
1869 * @see u_isWhitespace
1908 u_isWhitespace(UChar32 c);
H A Durename.h202 #define u_isWhitespace u_isWhitespace_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h92 * - 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.
1448 * This is different from both u_isspace and u_isWhitespace!
1457 * @see u_isWhitespace
1848 * @see u_isWhitespace
1869 * @see u_isWhitespace
1908 u_isWhitespace(UChar32 c);
H A Durename.h202 #define u_isWhitespace u_isWhitespace_3_2 macro
/external/icu4c/layoutex/
H A DParagraphLayout.cpp984 (u_isWhitespace(fChars[charIndex]) ||
/external/icu4c/test/cintltst/
H A Dcucdtst.c565 testSampleCharProps(u_isWhitespace, "u_isWhitespace",
567 testSampleCharProps(u_isWhitespace, "u_isWhitespace",

Completed in 334 milliseconds