HomeSort by relevance Sort by last modified time
    Searched refs:u_isWhitespace (Results 1 - 21 of 21) sorted by null

  /external/icu4c/common/
unistr_props.cpp 45 if(!(c == 0x20 || u_isWhitespace(c))) {
62 if(!(c == 0x20 || u_isWhitespace(c))) {
uchar.c 227 u_isWhitespace(UChar32 c) {
684 /* add no-break spaces for u_isWhitespace() what was not added above */
  /external/icu4c/io/
ustream.cpp 127 if (u_isWhitespace(ch32)) {
uscanf_p.c 324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) )
830 && (!info->fIsString || (c != info->fPadChar && !u_isWhitespace(c))))
918 && (!info->fIsString || (c != info->fPadChar && !u_isWhitespace(c))))
    [all...]
  /external/icu4c/test/perf/charperf/
charperf.h 176 u_isWhitespace(ch);
  /libcore/luni/src/main/native/
java_lang_Character.cpp 103 return u_isWhitespace(codePoint);
  /external/icu4c/test/intltest/
dadrcoll.cpp 100 if(u_isWhitespace(currChar)) {
  /external/icu4c/common/unicode/
uchar.h 113 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces
285 Same as u_isUWhiteSpace, different from u_isspace and u_isWhitespace.
    [all...]
urename.h 295 #define u_isWhitespace U_ICU_ENTRY_POINT_RENAME(u_isWhitespace)
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 636 while(current < end && u_isWhitespace(*current)) {
650 while(current < end && u_isWhitespace(*current)) { /* eat whitespace */
664 while(current < end && u_isWhitespace(*current)) {
688 while(current < end && u_isWhitespace(*current)) { /* eat whitespace */
    [all...]
smpdtfmt.cpp     [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/layoutex/
ParagraphLayout.cpp 984 (u_isWhitespace(fChars[charIndex]) ||
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 565 testSampleCharProps(u_isWhitespace, "u_isWhitespace",
567 testSampleCharProps(u_isWhitespace, "u_isWhitespace",
    [all...]

Completed in 101 milliseconds