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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
udbgutil.cpp 39 9. Find the function _udbg_enumCount and add the count macro:
233 static int32_t _udbg_enumCount(UDebugEnumType type, UBool actual) {
276 return _udbg_enumCount(type, FALSE);
280 return _udbg_enumCount(type, TRUE);
285 field>=_udbg_enumCount(type,FALSE)) { // also will catch unsupported items
299 field>=_udbg_enumCount(type,FALSE)) { // also will catch unsupported items
312 if(type<0||type>=_udbg_enumCount(UDBG_UDebugEnumType, TRUE)) {
316 for(int32_t field = 0;field<_udbg_enumCount(type, FALSE);field++) {
322 for(int32_t field = 0;field<_udbg_enumCount(type, FALSE);field++) {
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 45 9. Find the function _udbg_enumCount and add the count macro:
239 static int32_t _udbg_enumCount(UDebugEnumType type, UBool actual) {
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 1642 milliseconds