Searched refs:u_islower (Results 1 - 25 of 26) sorted by relevance

12

/external/icu4c/samples/props/
H A Dprops.cpp41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
/external/chromium/third_party/icu/source/test/perf/charperf/
H A Dcharperf.h131 u_islower(ch);
/external/icu4c/test/perf/charperf/
H A Dcharperf.h131 u_islower(ch);
/external/webkit/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h215 return !!u_islower(c);
/external/chromium/third_party/icu/public/common/unicode/
H A Duchar.h264 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1667 * This is different from u_islower!
1672 * @see u_islower
1861 u_islower(UChar32 c);
1882 * @see u_islower
1900 * @see u_islower
2075 * @see u_islower
/external/icu4c/common/unicode/
H A Duchar.h264 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1720 * This is different from u_islower!
1725 * @see u_islower
1914 u_islower(UChar32 c);
1935 * @see u_islower
1953 * @see u_islower
2128 * @see u_islower
H A Durename.h310 #define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) macro
/external/webkit/JavaScriptCore/icu/unicode/
H A Duchar.h243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1418 * This is different from u_islower!
1423 * @see u_islower
1609 * @see u_islower
1613 u_islower(UChar32 c);
1634 * @see u_islower
1652 * @see u_islower
1827 * @see u_islower
H A Durename.h211 #define u_islower u_islower_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Duchar.h243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1418 * This is different from u_islower!
1423 * @see u_islower
1609 * @see u_islower
1613 u_islower(UChar32 c);
1634 * @see u_islower
1652 * @see u_islower
1827 * @see u_islower
H A Durename.h211 #define u_islower u_islower_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Duchar.h243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1418 * This is different from u_islower!
1423 * @see u_islower
1609 * @see u_islower
1613 u_islower(UChar32 c);
1634 * @see u_islower
1652 * @see u_islower
1827 * @see u_islower
H A Durename.h211 #define u_islower u_islower_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Duchar.h243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1418 * This is different from u_islower!
1423 * @see u_islower
1609 * @see u_islower
1613 u_islower(UChar32 c);
1634 * @see u_islower
1652 * @see u_islower
1827 * @see u_islower
H A Durename.h211 #define u_islower u_islower_3_2 macro
/external/chromium/third_party/icu/source/common/
H A Duchar.c309 u_islower(UChar32 c) { function
/external/icu4c/common/
H A Duchar.c308 u_islower(UChar32 c) { function
/external/chromium/third_party/icu/source/i18n/
H A Ducol_bld.cpp638 if(u_islower(n[i])) {
/external/icu4c/i18n/
H A Ducol_bld.cpp638 if(u_islower(n[i])) {
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcitertst.c1541 if (u_islower(c)) {
H A Dcucdtst.c233 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
764 { u_islower, "islower" },
/external/icu4c/test/cintltst/
H A Dcitertst.c1536 if (u_islower(c)) {
H A Dcucdtst.c234 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
758 { u_islower, "islower" },
/external/chromium/third_party/icu/source/test/intltest/
H A Dtranstst.cpp822 u_isupper(data[i].charAt(0)) && u_islower(data[i].charAt(1))) {
823 if (!(u_isupper(out.charAt(0)) && u_islower(out.charAt(1)))) {
/external/icu4c/test/intltest/
H A Dtranstst.cpp828 u_isupper(data[i].charAt(0)) && u_islower(data[i].charAt(1))) {
829 if (!(u_isupper(out.charAt(0)) && u_islower(out.charAt(1)))) {

Completed in 458 milliseconds

12