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

  /libcore/luni/src/main/native/
java_lang_Character.cpp 103 return u_istitle(codePoint);
  /external/chromium/third_party/icu/public/common/unicode/
uchar.h     [all...]
urename.h 283 #define u_istitle u_istitle_4_2 macro
    [all...]
  /external/icu4c/common/unicode/
uchar.h     [all...]
urename.h 315 #define u_istitle U_ICU_ENTRY_POINT_RENAME(u_istitle) macro
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h     [all...]
urename.h 215 #define u_istitle u_istitle_3_2 macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
urename.h 215 #define u_istitle u_istitle_3_2 macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h     [all...]
urename.h 215 #define u_istitle u_istitle_3_2 macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h     [all...]
urename.h 215 #define u_istitle u_istitle_3_2 macro
    [all...]
  /external/chromium/third_party/icu/source/common/
uchar.c 325 u_istitle(UChar32 c) { function
  /external/icu4c/common/
uchar.c 324 u_istitle(UChar32 c) { function
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c     [all...]
cucdtst.c 260 log_verbose("testing u_istitle\n");
320 if(!u_istitle(expected[i])){
321 log_err("u_istitle failed for 0x%4X. Expected TRUE, got FALSE\n",expected[i]);
    [all...]
  /external/icu4c/test/cintltst/
citertst.c     [all...]
cucdtst.c 261 log_verbose("testing u_istitle\n");
321 if(!u_istitle(expected[i])){
322 log_err("u_istitle failed for 0x%4X. Expected TRUE, got FALSE\n",expected[i]);
    [all...]

Completed in 1586 milliseconds