Searched refs:u_enumCharTypes (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/common/
H A Duchar.c82 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context) { function
/external/icu4c/common/unicode/
H A Duchar.h2426 * Callback from u_enumCharTypes(), is called for each contiguous range
2440 * @see u_enumCharTypes
2465 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context);
H A Durename.h235 #define u_enumCharTypes U_ICU_ENTRY_POINT_RENAME(u_enumCharTypes) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h2077 * Callback from u_enumCharTypes(), is called for each contiguous range
2091 * @see u_enumCharTypes
2116 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context);
H A Durename.h138 #define u_enumCharTypes u_enumCharTypes_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h2077 * Callback from u_enumCharTypes(), is called for each contiguous range
2091 * @see u_enumCharTypes
2116 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context);
H A Durename.h138 #define u_enumCharTypes u_enumCharTypes_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h2077 * Callback from u_enumCharTypes(), is called for each contiguous range
2091 * @see u_enumCharTypes
2116 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context);
H A Durename.h138 #define u_enumCharTypes u_enumCharTypes_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h2077 * Callback from u_enumCharTypes(), is called for each contiguous range
2091 * @see u_enumCharTypes
2116 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context);
H A Durename.h138 #define u_enumCharTypes u_enumCharTypes_3_2 macro
/external/icu4c/test/cintltst/
H A Dcucdtst.c1072 log_err("error: u_enumCharTypes() passes on an incorrect context pointer\n");
1080 log_err("error: u_enumCharTypes() has range [U+%04lx, U+%04lx[ with %ld instead of U+%04lx with %ld\n",
1089 log_err("error: u_enumCharTypes() has range [U+%04lx, U+%04lx[ with %ld after it should have stopped\n",
1256 /* test u_enumCharTypes() */
1257 u_enumCharTypes(enumTypeRange, "a1");
1260 u_enumCharTypes(enumDefaultsRange, NULL);
/external/icu4c/i18n/
H A Ducol_elm.cpp2010 u_enumCharTypes(_enumCategoryRangeClosureCategory, &context);

Completed in 135 milliseconds