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

/external/icu/icu4c/source/common/
H A Duchar.c81 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context) { function
/external/icu/icu4c/source/common/unicode/
H A Duchar.h2689 * Callback from u_enumCharTypes(), is called for each contiguous range
2703 * @see u_enumCharTypes
2728 u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context);
H A Durename.h222 #define u_enumCharTypes U_ICU_ENTRY_POINT_RENAME(u_enumCharTypes) macro
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1188 log_err("error: u_enumCharTypes() passes on an incorrect context pointer\n");
1196 log_err("error: u_enumCharTypes() has range [U+%04lx, U+%04lx[ with %ld instead of U+%04lx with %ld\n",
1205 log_err("error: u_enumCharTypes() has range [U+%04lx, U+%04lx[ with %ld after it should have stopped\n",
1387 /* test u_enumCharTypes() */
1388 u_enumCharTypes(enumTypeRange, "a1");
1391 u_enumCharTypes(enumDefaultsRange, NULL);

Completed in 98 milliseconds