Searched refs:u_isalpha (Results 1 - 17 of 17) sorted by relevance

/external/icu4c/test/perf/charperf/
H A Dcharperf.h121 u_isalpha(ch);
/external/sqlite/android/
H A DPhonebookIndex.cpp146 if (!u_isalpha(c)) {
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp363 if(u_isalpha(*p))
461 if(u_isalpha(p))
/external/icu4c/common/
H A Duchar.c144 u_isalpha(UChar32 c) { function
316 /* same as u_isalpha() */
/external/icu4c/common/unicode/
H A Duchar.h184 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
1747 * This is different from u_isalpha!
1752 * @see u_isalpha
2042 u_isalpha(UChar32 c);
2167 * @see u_isalpha
2330 * @see u_isalpha
2819 * @see u_isalpha
2885 * @see u_isalpha
2905 * @see u_isalpha
H A Durename.h308 #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
1403 * This is different from u_isalpha!
1408 * @see u_isalpha
1699 u_isalpha(UChar32 c);
1824 * @see u_isalpha
1981 * @see u_isalpha
2467 * @see u_isalpha
2535 * @see u_isalpha
2555 * @see u_isalpha
H A Durename.h204 #define u_isalpha u_isalpha_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
1403 * This is different from u_isalpha!
1408 * @see u_isalpha
1699 u_isalpha(UChar32 c);
1824 * @see u_isalpha
1981 * @see u_isalpha
2467 * @see u_isalpha
2535 * @see u_isalpha
2555 * @see u_isalpha
H A Durename.h204 #define u_isalpha u_isalpha_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
1403 * This is different from u_isalpha!
1408 * @see u_isalpha
1699 u_isalpha(UChar32 c);
1824 * @see u_isalpha
1981 * @see u_isalpha
2467 * @see u_isalpha
2535 * @see u_isalpha
2555 * @see u_isalpha
H A Durename.h204 #define u_isalpha u_isalpha_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
1403 * This is different from u_isalpha!
1408 * @see u_isalpha
1699 u_isalpha(UChar32 c);
1824 * @see u_isalpha
1981 * @see u_isalpha
2467 * @see u_isalpha
2535 * @see u_isalpha
2555 * @see u_isalpha
H A Durename.h204 #define u_isalpha u_isalpha_3_2 macro
/external/icu4c/test/cintltst/
H A Dcucdtst.c235 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" },
/external/icu4c/test/intltest/
H A Dtransrt.cpp211 if (u_isalpha(c)) {
H A Dusettest.cpp140 if ((i <= 0xFF && !u_isalpha(i)) || u_isspace(i)) {
297 UBool l = u_isalpha((UChar)i);

Completed in 192 milliseconds