Home
last modified time | relevance | path

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

/external/chromium/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/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/third_party/icu/public/i18n/unicode/
Dsmpdtfmt.h823 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
838 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
/external/webkit/WebKit/mac/WebView/
DWebHTMLRepresentation.mm79 static NSArray *stringArray(const HashSet<String>& set)
103 …DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedNonImageMIMETypes, (stringArray(MIMETypeReg…
109 …DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedImageMIMETypes, (stringArray(MIMETypeRegist…
/external/icu4c/i18n/unicode/
Dsmpdtfmt.h896 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
911 … const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
/external/webkit/WebCore/plugins/
DPluginView.cpp1063 void PluginView::freeStringArray(char** stringArray, int length) in freeStringArray() argument
1065 if (!stringArray) in freeStringArray()
1069 fastFree(stringArray[i]); in freeStringArray()
1071 fastFree(stringArray); in freeStringArray()
DPluginView.h262 static void freeStringArray(char** stringArray, int length);
/external/webkit/WebKit/mac/
DChangeLog-2007-10-148529 (stringArray): Added. Helper to convert a HashSet to an NSArray.