Home
last modified time | relevance | path

Searched refs:newStrs (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Ddbgutil.cpp61 UnicodeString **newStrs = new UnicodeString*[UDBG_ENUM_COUNT+1]; in udbg_setup() local
64 newStrs[t] = new UnicodeString[c+1]; in udbg_setup()
66 _fieldString((UDebugEnumType)t, f, newStrs[t][f]); in udbg_setup()
69 newStrs[UDBG_ENUM_COUNT] = new UnicodeString[1]; // empty string in udbg_setup()
71 strs = newStrs; in udbg_setup()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Ddbgutil.cpp61 UnicodeString **newStrs = new UnicodeString*[UDBG_ENUM_COUNT+1]; in udbg_setup() local
64 newStrs[t] = new UnicodeString[c+1]; in udbg_setup()
66 _fieldString((UDebugEnumType)t, f, newStrs[t][f]); in udbg_setup()
69 newStrs[UDBG_ENUM_COUNT] = new UnicodeString[1]; // empty string in udbg_setup()
71 strs = newStrs; in udbg_setup()