Searched refs:firstString (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSStringJoiner.cpp85 const String firstString = strings.first(); local
86 appendStringToData(data, firstString);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlistformatter.cpp217 const UnicodeString* firstString; local
222 firstString = &originalString;
227 firstString = &nextString;
231 UnicodeString result = UnicodeString(pat, 0, i) + *firstString;
H A Dnormalizer2.cpp797 UnicodeString firstString(first, firstLength, firstCapacity);
798 firstLength=firstString.length(); // In case it was -1.
807 ReorderingBuffer buffer(n2wi->impl, firstString);
812 } // The ReorderingBuffer destructor finalizes firstString.
813 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) {
827 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
829 n2->append(firstString, secondString, *pErrorCode);
833 return firstString.extract(first, firstCapacity, *pErrorCode);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLDocumentCustom.cpp140 String firstString = exec->argument(0).toString(exec)->value(exec); local
141 SegmentedString segmentedString = firstString;
/macosx-10.9.5/tcl-102/tcl_ext/tclapplescript/tclapplescript/
H A DtclMacOSA_OSX.c2598 char *firstString = *((char **) first);
2601 order = strcmp(firstString, secondString);
2574 char *firstString = *((char **) first); local

Completed in 197 milliseconds