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

/external/chromium_org/third_party/icu/source/samples/props/
H A Dprops.cpp41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
/external/icu/icu4c/source/samples/props/
H A Dprops.cpp41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A Dcharperf.h131 u_islower(ch);
/external/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.h131 u_islower(ch);
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h208 return !!u_islower(c);
/external/chromium_org/third_party/icu/source/common/
H A Duchar.c97 u_islower(UChar32 c) { function
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h253 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1909 * This is different from u_islower!
1914 * @see u_islower
2105 u_islower(UChar32 c);
2126 * @see u_islower
2144 * @see u_islower
2319 * @see u_islower
H A Durename.h310 #define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) macro
/external/icu/icu4c/source/common/
H A Duchar.c97 u_islower(UChar32 c) { function
/external/icu/icu4c/source/common/unicode/
H A Duchar.h253 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
1909 * This is different from u_islower!
1914 * @see u_islower
2105 u_islower(UChar32 c);
2126 * @see u_islower
2144 * @see u_islower
2319 * @see u_islower
H A Durename.h302 #define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) macro
/external/icu/icu4c/source/i18n/
H A Dreldtfmt.cpp178 if ( u_islower(relativeDayString.char32At(0)) && fCapitalizationBrkIter!= NULL &&
H A Dlocdspnm.cpp520 if ( result.length() > 0 && u_islower(result.char32At(0)) && capitalizationBrkIter!= NULL &&
H A Drbnf.cpp1191 if ( u_islower(ch) && U_SUCCESS(status) && capitalizationBrkIter!= NULL &&
H A Dsmpdtfmt.cpp1623 if (fieldNum == 0 && u_islower(appendTo.char32At(beginOffset)) && fCapitalizationBrkIter != NULL) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp869 if (fontDescription.variant() == FontVariantSmallCaps && u_islower(m_normalizedBuffer[currentRun->startIndex()])) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp646 if(u_islower(n[i])) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c241 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
765 { u_islower, "islower" },
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp829 u_isupper(data[i].charAt(0)) && u_islower(data[i].charAt(1))) {
830 if (!(u_isupper(out.charAt(0)) && u_islower(out.charAt(1)))) {
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c240 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
764 { u_islower, "islower" },
/external/icu/icu4c/source/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 974 milliseconds