Searched refs:_udbg_enumCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp45 9. Find the function _udbg_enumCount and add the count macro:
239 static int32_t _udbg_enumCount(UDebugEnumType type, UBool actual) { function
282 return _udbg_enumCount(type, FALSE);
286 return _udbg_enumCount(type, TRUE);
291 field>=_udbg_enumCount(type,FALSE)) { // also will catch unsupported items
305 field>=_udbg_enumCount(type,FALSE)) { // also will catch unsupported items
318 if(type<0||type>=_udbg_enumCount(UDBG_UDebugEnumType, TRUE)) {
322 for(int32_t field = 0;field<_udbg_enumCount(type, FALSE);field++) {
328 for(int32_t field = 0;field<_udbg_enumCount(type, FALSE);field++) {
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp45 9. Find the function _udbg_enumCount and add the count macro:
239 static int32_t _udbg_enumCount(UDebugEnumType type, UBool actual) { function
282 return _udbg_enumCount(type, FALSE);
286 return _udbg_enumCount(type, TRUE);
291 field>=_udbg_enumCount(type,FALSE)) { // also will catch unsupported items
305 field>=_udbg_enumCount(type,FALSE)) { // also will catch unsupported items
318 if(type<0||type>=_udbg_enumCount(UDBG_UDebugEnumType, TRUE)) {
322 for(int32_t field = 0;field<_udbg_enumCount(type, FALSE);field++) {
328 for(int32_t field = 0;field<_udbg_enumCount(type, FALSE);field++) {

Completed in 96 milliseconds