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

  /external/icu/icu4c/source/tools/toolutil/
dbgutil.cpp 65 int32_t c = udbg_enumCount((UDebugEnumType)t);
89 int32_t count = udbg_enumCount(type);
106 for(int i=0;i<udbg_enumCount(type);i++) {
107 // printf("i=%d/%d\n", i, udbg_enumCount(type)); fflush(stdout);
udbgutil.h 48 U_CAPI int32_t U_EXPORT2 udbg_enumCount(UDebugEnumType type);
udbgutil.cpp 290 int32_t udbg_enumCount(UDebugEnumType type) {
  /external/icu/icu4c/source/tools/gentest/
gentest.c 183 count = udbg_enumCount((UDebugEnumType)t);
196 count = udbg_enumCount((UDebugEnumType)t);
  /external/icu/icu4c/source/test/intltest/
fldset.cpp 26 construct(field, udbg_enumCount(field));
caltest.cpp     [all...]

Completed in 2208 milliseconds