Lines Matching defs:string
334 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
359 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset)
363 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
693 static UnicodeString &escape(const UnicodeString &string, UnicodeString &buffer)
695 for(int32_t i = 0; i < string.length(); i += 1) {
696 UChar32 ch = string.char32At(i);
813 // searchTime() A quick and dirty performance test for string search.
1098 // find out shortest string for the longest sequence of ces.
1120 // find random string that generates the same CEList
1122 const UnicodeString *string = NULL;
1133 string = strings->get(s);
1134 ceList2 = collData->getCEList(string);
1142 alt.append(*string);
1281 // The param exists. Convert the string to an int.
1292 // Delete this parameter from the params string.
1431 // Each option is stripped out of the option string as it is processed.
1432 // All options have been checked. The option string should have been completely emptied..