OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newStrs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
dbgutil.cpp
61
UnicodeString **
newStrs
= new UnicodeString*[UDBG_ENUM_COUNT+1];
64
newStrs
[t] = new UnicodeString[c+1];
66
_fieldString((UDebugEnumType)t, f,
newStrs
[t][f]);
69
newStrs
[UDBG_ENUM_COUNT] = new UnicodeString[1]; // empty string
71
strs =
newStrs
;
/external/icu4c/tools/toolutil/
dbgutil.cpp
61
UnicodeString **
newStrs
= new UnicodeString*[UDBG_ENUM_COUNT+1];
64
newStrs
[t] = new UnicodeString[c+1];
66
_fieldString((UDebugEnumType)t, f,
newStrs
[t][f]);
69
newStrs
[UDBG_ENUM_COUNT] = new UnicodeString[1]; // empty string
71
strs =
newStrs
;
Completed in 52 milliseconds