Searched refs:stringArray (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/tools/genrb/ |
D | prscmnts.cpp | 84 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/ |
D | prscmnts.cpp | 84 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/ |
D | objc-assign-ivar.m | 22 NSString *stringArray[10]; field 42 ASSIGNTEST(foo->stringArray[0], IvarAssigns); // objc_assign_ivar
|
D | objc2-write-barrier.m | 37 NSString *stringArray[10]; field 109 ASSIGNTEST(foo->stringArray[0], IvarAssigns); // objc_assign_ivar
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | smpdtfmt.h | 896 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const; 911 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
|
/external/icu4c/i18n/unicode/ |
D | smpdtfmt.h | 1484 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/ |
D | InspectorIndexedDBAgent.cpp | 241 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/ |
D | gmmain.cpp | 1826 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()
|