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/icu/icu4c/source/tools/toolutil/
dbgutil.cpp
39
for(int t=0;t<=
UDBG_ENUM_COUNT
;t++) {
63
UnicodeString **newStrs = new UnicodeString*[
UDBG_ENUM_COUNT
+1];
64
for(int t=0;t<
UDBG_ENUM_COUNT
;t++) {
71
newStrs[
UDBG_ENUM_COUNT
] = new UnicodeString[1]; // empty string
83
if(type<0||type>=
UDBG_ENUM_COUNT
) {
84
// use
UDBG_ENUM_COUNT
,0 to mean an empty string
87
return strs[
UDBG_ENUM_COUNT
][0];
90
//fprintf(stderr, "enumString [%d,%d]: typecount %d, fieldcount %d\n", type,field,
UDBG_ENUM_COUNT
,count);
99
if(type<0||type>=
UDBG_ENUM_COUNT
) {
udbgutil.h
36
UDBG_ENUM_COUNT
,
udbgutil.cpp
26
1. udbgutil.h: add UDBG_UShoeSize to the UDebugEnumType enum before
UDBG_ENUM_COUNT
210
static const int32_t count_UDebugEnumType =
UDBG_ENUM_COUNT
;
/external/icu/icu4c/source/tools/gentest/
gentest.c
172
for(t=0;t<
UDBG_ENUM_COUNT
;t++) {
176
for(t=0;t<
UDBG_ENUM_COUNT
;t++) {
182
for(t=0;t<
UDBG_ENUM_COUNT
;t++) {
195
for(t=0;t<
UDBG_ENUM_COUNT
;t++) {
/external/icu/icu4c/source/test/intltest/
caltest.cpp
[
all
...]
Completed in 264 milliseconds