Home
last modified time | relevance | path

Searched refs:UCharCategory (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/perf/usetperf/
Dusetperf.cpp54 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){ in CmdOp()
/external/icu/icu4c/source/common/unicode/
Duchar.h665 typedef enum UCharCategory enum
744 } UCharCategory; typedef
3033 UCharEnumTypeRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type);
/external/icu/icu4c/source/common/
Duchar.cpp80 start, end+1, (UCharCategory)value); in _enumTypeRange()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1177 enumTypeRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type) { in enumTypeRange()
1196 if(type!=(UCharCategory)test[i][1]) { in enumTypeRange()
1215 enumDefaultsRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type) { in enumDefaultsRange()