Home
last modified time | relevance | path

Searched refs:UDBG_HIGHEST_CONTIGUOUS_ENUM (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.h37 UDBG_HIGHEST_CONTIGUOUS_ENUM = UDBG_UAcceptResult, /**< last enum in this list with contiguous (testable) values. */ enumerator
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dudbgutil.h37 UDBG_HIGHEST_CONTIGUOUS_ENUM = UDBG_UAcceptResult, /**< last enum in this list with contiguous (testable) values. */ enumerator
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.h37 UDBG_HIGHEST_CONTIGUOUS_ENUM = UDBG_UAcceptResult, /**< last enum in this list with contiguous (testable) values. */ enumerator
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2134 if(t<=UDBG_HIGHEST_CONTIGUOUS_ENUM && i<count) { in TestDebug()
2143 if(i==count || t>UDBG_HIGHEST_CONTIGUOUS_ENUM ) { in TestDebug()
2154 if(udbg_enumExpectedCount((UDebugEnumType)t) != count && t<=UDBG_HIGHEST_CONTIGUOUS_ENUM) { in TestDebug()

Completed in 7 milliseconds