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

  /external/icu4c/common/
uchar.c 152 u_isUAlphabetic(UChar32 c) {
170 return (UBool)(u_isUAlphabetic(c) || u_isdigit(c));
  /external/icu4c/common/unicode/
uchar.h 86 * - alpha: u_isUAlphabetic(c) or u_hasBinaryProperty(c, UCHAR_ALPHABETIC)
173 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 291 #define u_isUAlphabetic U_ICU_ENTRY_POINT_RENAME(u_isUAlphabetic)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h 163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 198 #define u_isUAlphabetic u_isUAlphabetic_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h 163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 198 #define u_isUAlphabetic u_isUAlphabetic_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h 163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
    [all...]
urename.h 198 #define u_isUAlphabetic u_isUAlphabetic_3_2
    [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 198 #define u_isUAlphabetic u_isUAlphabetic_3_2
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 380 u_isUAlphabetic(c),
    [all...]

Completed in 78 milliseconds