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

  /bionic/libc/private/
icu.h 42 UCHAR_ALPHABETIC = 0,
  /bionic/libc/bionic/
wctype.cpp 57 int iswalpha(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_ALPHABETIC, isalpha); }
  /libcore/ojluni/src/main/native/
Character.cpp 62 return u_hasBinaryProperty(codePoint, UCHAR_ALPHABETIC);
  /external/icu/icu4c/source/test/cintltst/
cucdapi.c 714 if(FALSE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC, falseValues[i])) {
715 log_data_err("u_getPropertyValueEnum(UCHAR_ALPHABETIC, \"%s\")!=FALSE (Are you missing data?)\n", falseValues[i]);
719 if(TRUE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC, trueValues[i])) {
720 log_data_err("u_getPropertyValueEnum(UCHAR_ALPHABETIC, \"%s\")!=TRUE (Are you missing data?)\n", trueValues[i]);
cucdtst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
ucdtest.cpp 132 UCHAR_ALPHABETIC,
  /external/icu/icu4c/source/common/unicode/
uchar.h 89 * - alpha: u_isUAlphabetic(c) or u_hasBinaryProperty(c, UCHAR_ALPHABETIC)
172 /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that
173 debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
179 UCHAR_ALPHABETIC=0,
181 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
    [all...]

Completed in 273 milliseconds