Home
last modified time | relevance | path

Searched refs:ucol_strcoll (Results 1 – 21 of 21) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dsorttest.c131 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); in linesComparator()
189 diff=ucol_strcoll(coll, p->s, STR_LEN, q->s, STR_LEN); in StableSortTest()
Dcmsccoll.c1057 result = ucol_strcoll(coll, strA, 3, strB, 3); in TestIncrementalNormalize()
1061 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1117 result = ucol_strcoll(coll, strA, 6, strB, 6); in TestIncrementalNormalize()
1121 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1172 result = ucol_strcoll(coll, strA, 5, strB, 5); in TestIncrementalNormalize()
1176 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1483 if (ucol_strcoll(coll, testdata2[0], 2, testdata2[1], 2) != UCOL_LESS) { in TestContraction()
1489 if (ucol_strcoll(coll, testdata2[1], 2, testdata2[2], 2) != UCOL_LESS) { in TestContraction()
2625 resU16 = ucol_strcoll(coll, U16Source, U16LenS, U16Target, U16LenT); in Alexis2()
3089 result = ucol_strcoll(coll, source, -1, target, -1); in TestTibetanConformance()
[all …]
Dccurrtst.c140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target)); in currTest()
Dcapitst.c184 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) { in doStrcoll()
906 result=ucol_strcoll(c2, str1, -1, str2, -1); in TestBengaliSortKey()
2484 if (ucol_strcoll(coll, NULL, 0, NULL, 0) != 0) { in TestStrcollNull()
2488 if (ucol_strcoll(coll, NULL, -1, NULL, 0) != 0) { in TestStrcollNull()
2493 if (ucol_strcoll(coll, u16asc, -1, NULL, 10) != 0) { in TestStrcollNull()
2498 if (ucol_strcoll(coll, u16asc, -1, NULL, 0) <= 0) { in TestStrcollNull()
2501 if (ucol_strcoll(coll, NULL, 0, u16asc, -1) >= 0) { in TestStrcollNull()
2504 if (ucol_strcoll(coll, u16asc, u16ascLen, NULL, 0) <= 0) { in TestStrcollNull()
2508 if (ucol_strcoll(coll, u16han, -1, NULL, 0) <= 0) { in TestStrcollNull()
2511 if (ucol_strcoll(coll, NULL, 0, u16han, -1) >= 0) { in TestStrcollNull()
[all …]
Dcallcoll.c288 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); in doTestVariant()
293 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1); in doTestVariant()
893 result = ucol_strcoll(myCollator, source, -1, target, -1); in TestJB581()
901 result = ucol_strcoll(myCollator, source, -1, target, -1); in TestJB581()
/external/icu/icu4c/source/i18n/
Ducol.cpp441 ucol_strcoll( const UCollator *coll, in ucol_strcoll() function
498 return (ucol_strcoll(coll, source, sourceLength, target, targetLength) in ucol_greater()
510 return (ucol_strcoll(coll, source, sourceLength, target, targetLength) in ucol_greaterOrEqual()
522 return (ucol_strcoll(coll, source, sourceLength, target, targetLength) in ucol_equal()
/external/icu/icu4c/source/samples/legacy/
Dnewcol.cpp50 …UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1); in compare_current()
Doldcol.cpp51 …UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1); in compare_legacy()
/external/icu/icu4c/source/test/intltest/
Dthcoll.cpp348 return ucol_strcoll(thaiColl, *(UChar **) p1, -1, *(UChar **)p2, -1); in StrCmp()
394 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER) in TestInvalidThai()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp290 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL; in icu_strcoll_null()
295 …return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCO… in icu_strcoll_len()
447 return ucol_strcoll(col, rnd[i].icu_data, -1, ord[j].icu_data,-1); in icu_strcoll_null()
451 …return ucol_strcoll(col, rnd[i].icu_data, rnd[i].icu_data_len, ord[j].icu_data, ord[j].icu_data_le… in icu_strcoll_len()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp149 UCollationResult result = ucol_strcoll(collator, source, -1, target, -1); in strcmp()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp290 …t = ucol_strcoll(gCol, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)… in ICUstrcmpL()
300 t = ucol_strcoll(gCol, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1); in ICUstrcmp()
561 …r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()
/external/icu/libandroidicu/include/unicode/
Ducol.h560 ucol_strcoll( const UCollator *coll,
Durename.h765 #define ucol_strcoll U_ICU_ENTRY_POINT_RENAME(ucol_strcoll) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h560 ucol_strcoll( const UCollator *coll,
/external/sqlite/android/
Dsqlite3_android.cpp43 UCollationResult result = ucol_strcoll(coll, (const UChar *) v1, n1, in collate16()
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp101 cmp += ucol_strcoll(coll, source->dataOf(i), srcLen, source->dataOf(j), tgtLen); in call()
156 ucol_strcoll(coll, source->dataOf(i), srcLen, target->dataOf(i), tgtLen); in call()
/external/icu/icu4c/source/common/unicode/
Durename.h765 #define ucol_strcoll U_ICU_ENTRY_POINT_RENAME(ucol_strcoll) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1265 return ucol_strcoll(coll, source, sourceLength, target, targetLength); in ucol_strcoll_android()
/external/sqlite/dist/orig/
Dsqlite3.c171737 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
/external/sqlite/dist/
Dsqlite3.c171765 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);