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

  /external/icu4c/samples/props/
props.cpp 41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
  /external/icu4c/test/perf/charperf/
charperf.h 131 u_islower(ch);
  /libcore/luni/src/main/native/
java_lang_Character.cpp 123 return u_islower(codePoint);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 215 return !!u_islower(c);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 195 if (m_font->isSmallCaps() && u_islower(m_item.string[m_item.item.pos])) {
  /external/icu4c/common/
uchar.c 96 u_islower(UChar32 c) { function
  /external/icu4c/common/unicode/
uchar.h 264 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
    [all...]
urename.h 313 #define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) macro
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h 243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
    [all...]
urename.h 211 #define u_islower u_islower_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h 243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
    [all...]
urename.h 211 #define u_islower u_islower_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h 243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
    [all...]
urename.h 211 #define u_islower u_islower_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h 243 /** Binary property Lowercase. Same as u_isULowercase, different from u_islower.
    [all...]
urename.h 211 #define u_islower u_islower_3_2 macro
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 645 if(u_islower(n[i])) {
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 235 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i]))
759 { u_islower, "islower" },
    [all...]
  /external/icu4c/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 103 milliseconds