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 47 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 135 u_islower(ch);
  /libcore/ojluni/src/main/native/
Character.cpp 32 return u_islower(codePoint);
  /external/icu/icu4c/source/common/
uchar.cpp 98 u_islower(UChar32 c) { function
locdspnm.cpp 552 if ( result.length() > 0 && u_islower(result.char32At(0)) && capitalizationBrkIter!= NULL &&
    [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 177 if ( u_islower(relativeDayString.char32At(0)) && fCapitalizationBrkIter!= NULL &&
reldatefmt.cpp     [all...]
rbnf.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 257 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
    [all...]
urename.h 302 #define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 242 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
766 { u_islower, "islower" },
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 831 u_isupper(data[i].charAt(0)) && u_islower(data[i].charAt(1))) {
832 if (!(u_isupper(out.charAt(0)) && u_islower(out.charAt(1)))) {
    [all...]

Completed in 3047 milliseconds