Home
last modified time | relevance | path

Searched refs:stringArray (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/tools/genrb/
Dprscmnts.cpp84 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getText() local
91 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getText()
98 matcher.reset(stringArray[i]); in getText()
119 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getDescription() local
126 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status); in getDescription()
128 if(stringArray[0].indexOf((UChar)AT_SIGN)==-1){ in getDescription()
129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription()
143 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getCount() local
151 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getCount()
159 matcher.reset(stringArray[i]); in getCount()
[all …]
/external/chromium_org/third_party/icu/source/tools/genrb/
Dprscmnts.cpp84 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getText() local
91 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getText()
98 matcher.reset(stringArray[i]); in getText()
119 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getDescription() local
126 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status); in getDescription()
128 if(stringArray[0].indexOf((UChar)AT_SIGN)==-1){ in getDescription()
129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription()
143 UnicodeString stringArray[MAX_SPLIT_STRINGS]; in getCount() local
151 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getCount()
159 matcher.reset(stringArray[i]); in getCount()
[all …]
/external/clang/test/CodeGenObjC/
Dobjc-assign-ivar.m22 NSString *stringArray[10]; field
42 ASSIGNTEST(foo->stringArray[0], IvarAssigns); // objc_assign_ivar
Dobjc2-write-barrier.m37 NSString *stringArray[10]; field
109 ASSIGNTEST(foo->stringArray[0], IvarAssigns); // objc_assign_ivar
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dsmpdtfmt.h896 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
911 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
/external/icu4c/i18n/unicode/
Dsmpdtfmt.h1484 const UnicodeString* stringArray, int32_t stringArrayCount,
1500 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorIndexedDBAgent.cpp241 const Vector<String>& stringArray = idbKeyPath.array(); in keyPathFromIDBKeyPath() local
242 for (size_t i = 0; i < stringArray.size(); ++i) in keyPathFromIDBKeyPath()
243 array->addItem(stringArray[i]); in keyPathFromIDBKeyPath()
/external/skia/gm/
Dgmmain.cpp1826 SkString list_all(const SkTArray<SkString> &stringArray);
1827 SkString list_all(const SkTArray<SkString> &stringArray) { in list_all() argument
1829 for (int i = 0; i < stringArray.count(); i++) { in list_all()
1834 total.append(stringArray[i]); in list_all()