OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/icu4c/tools/toolutil/
udbgutil.cpp
44
9. Find the function
_udbg_enumCount
and add the count macro:
238
static int32_t
_udbg_enumCount
(UDebugEnumType type, UBool actual) {
281
return
_udbg_enumCount
(type, FALSE);
285
return
_udbg_enumCount
(type, TRUE);
290
field>=
_udbg_enumCount
(type,FALSE)) { // also will catch unsupported items
304
field>=
_udbg_enumCount
(type,FALSE)) { // also will catch unsupported items
317
if(type<0||type>=
_udbg_enumCount
(UDBG_UDebugEnumType, TRUE)) {
321
for(int32_t field = 0;field<
_udbg_enumCount
(type, FALSE);field++) {
327
for(int32_t field = 0;field<
_udbg_enumCount
(type, FALSE);field++) {
Completed in 256 milliseconds