Lines Matching defs:string
43 #include <string.h>
685 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
710 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset)
714 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
1044 static UnicodeString &escape(const UnicodeString &string, UnicodeString &buffer)
1046 for(int32_t i = 0; i < string.length(); i += 1) {
1047 UChar32 ch = string.char32At(i);
1088 PCEList(UCollator *coll, const UnicodeString &string);
1111 PCEList::PCEList(UCollator *coll, const UnicodeString &string)
1114 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
1491 // searchTime() A quick and dirty performance test for string search.
1799 // find out shortest string for the longest sequence of ces.
1821 // find random string that generates the same CEList
1823 const UnicodeString *string = NULL;
1834 string = strings->get(s);
1835 ceList2 = collData->getCEList(string);
1843 alt.append(*string);
1888 static int32_t nextBoundaryAfter(const UnicodeString &string, int32_t startIndex) {
1889 const UChar *text = string.getBuffer();
1890 int32_t textLen = string.length();
1932 static UBool isInCombiningSequence(const UnicodeString &string, int32_t index) {
1933 const UChar *text = string.getBuffer();
1934 int32_t textLen = string.length();
2059 // The param exists. Convert the string to an int.
2070 // Delete this parameter from the params string.
2257 // Each option is stripped out of the option string as it is processed.
2258 // All options have been checked. The option string should have been completely emptied..
2395 // Each option is stripped out of the option string as it is processed.
2396 // All options have been checked. The option string should have been completely emptied..