Home | History | Annotate | Download | only in intltest

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);
690 static UnicodeString &escape(const UnicodeString &string, UnicodeString &buffer)
692 for(int32_t i = 0; i < string.length(); i += 1) {
693 UChar32 ch = string.char32At(i);
810 // searchTime() A quick and dirty performance test for string search.
1096 // find out shortest string for the longest sequence of ces.
1118 // find random string that generates the same CEList
1120 const UnicodeString *string = NULL;
1131 string = strings->get(s);
1132 ceList2 = collData->getCEList(string);
1140 alt.append(*string);
1279 // The param exists. Convert the string to an int.
1290 // Delete this parameter from the params string.
1429 // Each option is stripped out of the option string as it is processed.
1430 // All options have been checked. The option string should have been completely emptied..