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

  /external/icu4c/common/
util_props.cpp 157 if (u_isIDPart(ch)) {
rbbistbl.cpp 146 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) {
uchar.c 326 u_isIDPart(UChar32 c) {
  /libcore/luni/src/main/native/
java_lang_Character.cpp 95 return u_isIDPart(codePoint);
  /external/icu4c/common/unicode/
uchar.h     [all...]
urename.h 284 #define u_isIDPart U_ICU_ENTRY_POINT_RENAME(u_isIDPart)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h     [all...]
urename.h 191 #define u_isIDPart u_isIDPart_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
urename.h 191 #define u_isIDPart u_isIDPart_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h     [all...]
urename.h 191 #define u_isIDPart u_isIDPart_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h     [all...]
urename.h 191 #define u_isIDPart u_isIDPart_3_2
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 213 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) {
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 879 /* u_isJavaIDStart, u_isJavaIDPart, u_isIDStart(), u_isIDPart(), u_isIDIgnorable()*/
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]

Completed in 207 milliseconds