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

/external/icu4c/common/unicode/
H A Duchar.h88 * - upper: u_isUUppercase(c) or u_hasBinaryProperty(c, UCHAR_UPPERCASE)
292 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper.
1787 u_isUUppercase(UChar32 c);
H A Durename.h303 #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h271 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper.
1443 u_isUUppercase(UChar32 c);
H A Durename.h200 #define u_isUUppercase u_isUUppercase_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h271 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper.
1443 u_isUUppercase(UChar32 c);
H A Durename.h200 #define u_isUUppercase u_isUUppercase_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h271 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper.
1443 u_isUUppercase(UChar32 c);
H A Durename.h200 #define u_isUUppercase u_isUUppercase_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h271 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper.
1443 u_isUUppercase(UChar32 c);
H A Durename.h200 #define u_isUUppercase u_isUUppercase_3_2 macro
/external/icu4c/common/
H A Ducase.c1213 u_isUUppercase(UChar32 c) { function
/external/icu4c/test/cintltst/
H A Dcucdtst.c2628 if(u_isUUppercase((UChar32)props[i][0])!=(UBool)props[i][2]) {
2629 log_err("error: u_isUUppercase(U+%04lx)=%d is wrong (props[%d])\n",

Completed in 454 milliseconds