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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.h 176 u_isWhitespace(ch);
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 176 u_isWhitespace(ch);
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.cpp 100 if(u_isWhitespace(currChar)) {
  /libcore/luni/src/main/native/
java_lang_Character.cpp 105 return u_isWhitespace(codePoint);
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 291 #define u_isWhitespace U_ICU_ENTRY_POINT_RENAME(u_isWhitespace)
    [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 987 (u_isWhitespace(fChars[charIndex]) ||
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 565 testSampleCharProps(u_isWhitespace, "u_isWhitespace",
567 testSampleCharProps(u_isWhitespace, "u_isWhitespace",
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 570 testSampleCharProps(u_isWhitespace, "u_isWhitespace",
572 testSampleCharProps(u_isWhitespace, "u_isWhitespace",
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp     [all...]

Completed in 843 milliseconds