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

  /libcore/luni/src/main/native/
java_lang_Character.cpp 91 return u_istitle(codePoint);
  /external/icu4c/common/
uchar.c 113 u_istitle(UChar32 c) { function
  /external/icu4c/common/unicode/
uchar.h     [all...]
urename.h 311 #define u_istitle U_ICU_ENTRY_POINT_RENAME(u_istitle) macro
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h     [all...]
urename.h 215 #define u_istitle u_istitle_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
urename.h 215 #define u_istitle u_istitle_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h     [all...]
urename.h 215 #define u_istitle u_istitle_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h     [all...]
urename.h 215 #define u_istitle u_istitle_3_2 macro
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 262 log_verbose("testing u_istitle\n");
322 if(!u_istitle(expected[i])){
323 log_err("u_istitle failed for 0x%4X. Expected TRUE, got FALSE\n",expected[i]);
    [all...]

Completed in 157 milliseconds