OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDBG_ENUM_COUNT
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/tools/toolutil/
dbgutil.cpp
37
for(int t=0;t<=
UDBG_ENUM_COUNT
;t++) {
61
UnicodeString **newStrs = new UnicodeString*[
UDBG_ENUM_COUNT
+1];
62
for(int t=0;t<
UDBG_ENUM_COUNT
;t++) {
69
newStrs[
UDBG_ENUM_COUNT
] = new UnicodeString[1]; // empty string
81
if(type<0||type>=
UDBG_ENUM_COUNT
) {
82
// use
UDBG_ENUM_COUNT
,0 to mean an empty string
85
return strs[
UDBG_ENUM_COUNT
][0];
88
//fprintf(stderr, "enumString [%d,%d]: typecount %d, fieldcount %d\n", type,field,
UDBG_ENUM_COUNT
,count);
97
if(type<0||type>=
UDBG_ENUM_COUNT
) {
udbgutil.h
32
UDBG_ENUM_COUNT
,
udbgutil.cpp
14
1. udbgutil.h: add UDBG_UShoeSize to the UDebugEnumType enum before
UDBG_ENUM_COUNT
201
static const int32_t count_UDebugEnumType =
UDBG_ENUM_COUNT
;
/external/icu4c/tools/gentest/
gentest.c
170
for(t=0;t<
UDBG_ENUM_COUNT
;t++) {
174
for(t=0;t<
UDBG_ENUM_COUNT
;t++) {
180
for(t=0;t<
UDBG_ENUM_COUNT
;t++) {
193
for(t=0;t<
UDBG_ENUM_COUNT
;t++) {
/external/icu4c/test/intltest/
caltest.cpp
[
all
...]
Completed in 508 milliseconds