HomeSort by relevance Sort by last modified time
    Searched refs:u_islower (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/samples/props/
props.cpp 41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 131 u_islower(ch);
  /libcore/ojluni/src/main/native/
Character.cpp 34 return u_islower(codePoint);
  /external/icu/icu4c/source/common/
uchar.c 95 u_islower(UChar32 c) { function
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 178 if ( u_islower(relativeDayString.char32At(0)) && fCapitalizationBrkIter!= NULL &&
locdspnm.cpp 533 if ( result.length() > 0 && u_islower(result.char32At(0)) && capitalizationBrkIter!= NULL &&
    [all...]
reldatefmt.cpp 837 || str.length() == 0 || !u_islower(str.char32At(0))) {
rbnf.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 253 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
    [all...]
urename.h 305 #define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 241 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
765 { u_islower, "islower" },
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 828 u_isupper(data[i].charAt(0)) && u_islower(data[i].charAt(1))) {
829 if (!(u_isupper(out.charAt(0)) && u_islower(out.charAt(1)))) {
    [all...]

Completed in 480 milliseconds