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

/macosx-10.10/ICU-531.30/icuSources/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...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecAccess.cpp461 CFMutableArrayRef stringArray = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks); local
487 CFArrayAppendValue(stringArray, aString);
492 if (NULL != stringArray)
494 if (0 < CFArrayGetCount(stringArray))
496 *aclList = CFArrayCreateCopy(kCFAllocatorDefault, stringArray);
498 CFRelease(stringArray);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecAccess.cpp461 CFMutableArrayRef stringArray = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks); local
487 CFArrayAppendValue(stringArray, aString);
492 if (NULL != stringArray)
494 if (0 < CFArrayGetCount(stringArray))
496 *aclList = CFArrayCreateCopy(kCFAllocatorDefault, stringArray);
498 CFRelease(stringArray);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecAccess.cpp461 CFMutableArrayRef stringArray = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks); local
487 CFArrayAppendValue(stringArray, aString);
492 if (NULL != stringArray)
494 if (0 < CFArrayGetCount(stringArray))
496 *aclList = CFArrayCreateCopy(kCFAllocatorDefault, stringArray);
498 CFRelease(stringArray);
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dsmpdtfmt.h1300 * @param stringArray the string array to parsed.
1309 const UnicodeString* stringArray, int32_t stringArrayCount,
1317 * @param stringArray the string array to parsed.
1325 const UnicodeString* stringArray, int32_t stringArrayCount, Calendar& cal) const;
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp967 void PluginView::freeStringArray(char** stringArray, int length) argument
969 if (!stringArray)
973 fastFree(stringArray[i]);
975 fastFree(stringArray);
H A DPluginView.h263 static void freeStringArray(char** stringArray, int length);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorIndexedDBAgent.cpp255 const Vector<String>& stringArray = idbKeyPath.array(); local
256 for (size_t i = 0; i < stringArray.size(); ++i)
257 array->addItem(stringArray[i]);

Completed in 207 milliseconds