Home
last modified time | relevance | path

Searched refs:udbg_enumArrayValue (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.h72 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
Dudbgutil.cpp312 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue() function
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp2113 if( i!=udbg_enumArrayValue((UDebugEnumType)t, i)) { in TestDebug()
2114 …"FAIL: udbg_enumArrayValue(%d,%d) returned %d, expected %d", t, i, udbg_enumArrayValue((UDebugEnum… in TestDebug()
2129 name, udbg_enumArrayValue((UDebugEnumType)t,i)); in TestDebug()