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

/external/icu4c/samples/props/
H A Dprops.cpp41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
/external/icu4c/test/perf/charperf/
H A Dcharperf.h131 u_islower(ch);
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h215 return !!u_islower(c);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp195 if (m_font->isSmallCaps() && u_islower(m_item.string[m_item.item.pos])) {
/external/icu4c/common/
H A Duchar.c96 u_islower(UChar32 c) { function
/external/icu4c/common/unicode/
H A Duchar.h264 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1762 * This is different from u_islower!
1767 * @see u_islower
1956 u_islower(UChar32 c);
1977 * @see u_islower
1995 * @see u_islower
2170 * @see u_islower
H A Durename.h316 #define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) macro
/external/webkit/Source/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/Source/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/Source/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/Source/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/icu4c/i18n/
H A Ducol_bld.cpp645 if(u_islower(n[i])) {
/external/icu4c/test/cintltst/
H A Dcucdtst.c235 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
759 { u_islower, "islower" },
/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 353 milliseconds