Searched refs:udbg_enumArrayValue (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.h | 72 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
|
D | udbgutil.cpp | 312 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue() function
|
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 2113 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()
|