Searched defs:stringArray (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp84 UnicodeString stringArray[MAX_SPLIT_STRINGS]; local
91 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
98 matcher.reset(stringArray[i]);
119 UnicodeString stringArray[MAX_SPLIT_STRINGS]; local
126 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status);
128 if(stringArray[0].indexOf((UChar)AT_SIGN)==-1){
129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
143 UnicodeString stringArray[MAX_SPLIT_STRINGS]; local
151 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
159 matcher.reset(stringArray[
182 UnicodeString stringArray[MAX_SPLIT_STRINGS]; local
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp94 UnicodeString stringArray[MAX_SPLIT_STRINGS]; local
101 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
108 matcher.reset(stringArray[i]);
129 UnicodeString stringArray[MAX_SPLIT_STRINGS]; local
136 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status);
138 if(stringArray[0].indexOf((UChar)AT_SIGN)==-1){
139 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
153 UnicodeString stringArray[MAX_SPLIT_STRINGS]; local
161 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
170 matcher.reset(stringArray[
193 UnicodeString stringArray[MAX_SPLIT_STRINGS]; local
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DInspectorIndexedDBAgent.cpp245 const Vector<String>& stringArray = idbKeyPath.array(); local
246 for (size_t i = 0; i < stringArray.size(); ++i)
247 array->addItem(stringArray[i]);
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp1861 SkString list_all(const SkTArray<SkString> &stringArray);
1862 SkString list_all(const SkTArray<SkString> &stringArray) { argument
1864 for (int i = 0; i < stringArray.count(); i++) {
1869 total.append(stringArray[i]);
/external/skia/gm/
H A Dgmmain.cpp1866 SkString list_all(const SkTArray<SkString> &stringArray);
1867 SkString list_all(const SkTArray<SkString> &stringArray) { argument
1869 for (int i = 0; i < stringArray.count(); i++) {
1874 total.append(stringArray[i]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 612 milliseconds