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

  /external/icu4c/test/perf/charperf/
charperf.h 121 u_isalpha(ch);
  /libcore/luni/src/main/native/
java_lang_Character.cpp 79 return u_isalpha(codePoint);
  /external/icu4c/samples/ucnv/
convsamp.cpp 358 if(u_isalpha(*p))
456 if(u_isalpha(p))
  /external/icu4c/common/
uchar.c 145 u_isalpha(UChar32 c) { function
317 /* same as u_isalpha() */
  /external/icu4c/common/unicode/
uchar.h 173 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 298 #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) macro
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h 163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 204 #define u_isalpha u_isalpha_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h 163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 204 #define u_isalpha u_isalpha_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h 163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 204 #define u_isalpha u_isalpha_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h 163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 204 #define u_isalpha u_isalpha_3_2 macro
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 235 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
239 else if (u_isalpha(lowerTest[i]) && !u_isupper(lowerTest[i]))
437 if (!u_isalpha(i))
443 if (u_isalpha(i))
758 { u_isalpha, "isalpha" },
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 212 if (u_isalpha(c)) {
    [all...]
usettest.cpp 140 if ((i <= 0xFF && !u_isalpha(i)) || u_isspace(i)) {
297 UBool l = u_isalpha((UChar)i);
    [all...]

Completed in 269 milliseconds