Searched refs:u_isIDPart (Results 1 - 16 of 16) sorted by relevance

/external/icu4c/common/
H A Dutil_props.cpp157 if (u_isIDPart(ch)) {
H A Drbbistbl.cpp146 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) {
H A Duchar.c325 u_isIDPart(UChar32 c) { function
/external/icu4c/common/unicode/
H A Duchar.h2820 * @see u_isIDPart
2848 u_isIDPart(UChar32 c);
2867 * @see u_isIDPart
2895 * In addition to u_isIDPart(c), true for characters with
2907 * @see u_isIDPart
H A Durename.h291 #define u_isIDPart U_ICU_ENTRY_POINT_RENAME(u_isIDPart) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h2468 * @see u_isIDPart
2496 u_isIDPart(UChar32 c);
2517 * @see u_isIDPart
2545 * In addition to u_isIDPart(c), true for characters with
2557 * @see u_isIDPart
H A Durename.h191 #define u_isIDPart u_isIDPart_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h2468 * @see u_isIDPart
2496 u_isIDPart(UChar32 c);
2517 * @see u_isIDPart
2545 * In addition to u_isIDPart(c), true for characters with
2557 * @see u_isIDPart
H A Durename.h191 #define u_isIDPart u_isIDPart_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h2468 * @see u_isIDPart
2496 u_isIDPart(UChar32 c);
2517 * @see u_isIDPart
2545 * In addition to u_isIDPart(c), true for characters with
2557 * @see u_isIDPart
H A Durename.h191 #define u_isIDPart u_isIDPart_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h2468 * @see u_isIDPart
2496 u_isIDPart(UChar32 c);
2517 * @see u_isIDPart
2545 * In addition to u_isIDPart(c), true for characters with
2557 * @see u_isIDPart
H A Durename.h191 #define u_isIDPart u_isIDPart_3_2 macro
/external/icu4c/i18n/
H A Drbt_pars.cpp207 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) {
/external/icu4c/test/cintltst/
H A Dcucdtst.c879 /* u_isJavaIDStart, u_isJavaIDPart, u_isIDStart(), u_isIDPart(), u_isIDIgnorable()*/
912 testSampleCharProps(u_isIDPart, "u_isIDPart",
914 testSampleCharProps(u_isIDPart, "u_isIDPart",
918 testSampleCharProps(u_isIDPart, "u_isIDPart",
/external/icu4c/test/intltest/
H A Dusettest.cpp1616 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) {

Completed in 157 milliseconds