Home
last modified time | relevance | path

Searched defs:stringArray (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/icu/source/tools/genrb/
Dprscmnts.cpp84 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getText() local
119 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getDescription() local
143 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getCount() local
182 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getAt() local
/external/icu4c/tools/genrb/
Dprscmnts.cpp84 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getText() local
119 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getDescription() local
143 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getCount() local
182 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getAt() local
/external/webkit/WebCore/plugins/
DPluginView.cpp1063 void PluginView::freeStringArray(char** stringArray, int length) in freeStringArray()