HomeSort by relevance Sort by last modified time
    Searched defs:UDebugEnumType (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/ctestfw/unicode/
udbgutil.h 17 enum UDebugEnumType {
18 UDBG_UDebugEnumType = 0, /* Self-referential, strings for UDebugEnumType. Count=ENUM_COUNT. */
38 typedef enum UDebugEnumType UDebugEnumType;
45 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumCount(UDebugEnumType type);
53 T_CTEST_API const char * T_CTEST_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
61 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumExpectedCount(UDebugEnumType type);
69 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
77 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumByName(UDebugEnumType type, const char *name);
  /external/icu4c/tools/toolutil/
udbgutil.h 16 enum UDebugEnumType {
17 UDBG_UDebugEnumType = 0, /* Self-referential, strings for UDebugEnumType. Count=ENUM_COUNT. */
37 typedef enum UDebugEnumType UDebugEnumType;
44 U_CAPI int32_t U_EXPORT2 udbg_enumCount(UDebugEnumType type);
52 U_CAPI const char * U_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
60 U_CAPI int32_t U_EXPORT2 udbg_enumExpectedCount(UDebugEnumType type);
68 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
76 U_CAPI int32_t U_EXPORT2 udbg_enumByName(UDebugEnumType type, const char *name);

Completed in 28 milliseconds