Searched refs:u_isULowercase (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/common/unicode/
H A Duchar.h87 * - lower: u_isULowercase(c) or u_hasBinaryProperty(c, UCHAR_LOWERCASE)
264 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1772 u_isULowercase(UChar32 c);
H A Durename.h302 #define u_isULowercase U_ICU_ENTRY_POINT_RENAME(u_isULowercase) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1428 u_isULowercase(UChar32 c);
H A Durename.h199 #define u_isULowercase u_isULowercase_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1428 u_isULowercase(UChar32 c);
H A Durename.h199 #define u_isULowercase u_isULowercase_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1428 u_isULowercase(UChar32 c);
H A Durename.h199 #define u_isULowercase u_isULowercase_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1428 u_isULowercase(UChar32 c);
H A Durename.h199 #define u_isULowercase u_isULowercase_3_2 macro
/external/icu4c/common/
H A Ducase.c1208 u_isULowercase(UChar32 c) { function
/external/icu4c/test/cintltst/
H A Dcucdtst.c2622 if(u_isULowercase((UChar32)props[i][0])!=(UBool)props[i][2]) {
2623 log_err("error: u_isULowercase(U+%04lx)=%d is wrong (props[%d])\n",

Completed in 820 milliseconds