/external/chromium_org/third_party/icu/source/samples/legacy/ |
newcol.cpp | 44 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
|
oldcol.cpp | 45 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
|
/external/icu/icu4c/source/samples/legacy/ |
newcol.cpp | 44 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
|
oldcol.cpp | 45 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
|
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/ |
CollatorICU.cpp | 93 return static_cast<Result>(ucol_strcoll(m_collator, lhs, lhsLength, rhs, rhsLength));
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
sorttest.c | 131 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); 189 diff=ucol_strcoll(coll, p->s, STR_LEN, q->s, STR_LEN);
|
ccurrtst.c | 140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
|
capitst.c | 181 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) { 265 ucol_open, ucol_strcoll, getStrength/setStrength 291 log_verbose("Test ucol_strcoll : \n"); 343 log_verbose("Test ucol_strcoll ends.\n"); [all...] |
cmsccoll.c | 429 UCollationResult result = ucol_strcoll(col,p,u_strlen(p),q,u_strlen(q)); 663 return ucol_strcoll(UCA, source, sLen, target, tLen); [all...] |
callcoll.c | 283 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); 285 log_err("ucol_strcoll with explicit length returned wrong result (%i exp. %i): %s, %s\n", 288 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1); 290 log_err("ucol_strcoll with null terminated strings returned wrong result (%i exp. %i): %s, %s\n", 888 result = ucol_strcoll(myCollator, source, -1, target, -1); 896 result = ucol_strcoll(myCollator, source, -1, target, -1); [all...] |
/external/icu/icu4c/source/test/cintltst/ |
sorttest.c | 131 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); 189 diff=ucol_strcoll(coll, p->s, STR_LEN, q->s, STR_LEN);
|
ccurrtst.c | 140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
|
capitst.c | 184 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) { 268 ucol_open, ucol_strcoll, getStrength/setStrength 294 log_verbose("Test ucol_strcoll : \n"); 346 log_verbose("Test ucol_strcoll ends.\n"); [all...] |
cmsccoll.c | 1060 /*result = ucol_strcoll(coll, strA, -3, strB, -3);*/ 1061 result = ucol_strcoll(coll, strA, 3, strB, 3); 1065 result = ucol_strcoll(coll, strA, -1, strB, -1); [all...] |
/external/icu/icu4c/source/i18n/ |
ucol.cpp | 435 /* ucol_strcoll Main public API string comparison function */ 438 ucol_strcoll( const UCollator *coll, function 499 return (ucol_strcoll(coll, source, sourceLength, target, targetLength) 511 return (ucol_strcoll(coll, source, sourceLength, target, targetLength) 523 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
thcoll.cpp | 344 return ucol_strcoll(thaiColl, *(UChar **) p1, -1, *(UChar **)p2, -1); 390 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER)
|
/external/icu/icu4c/source/test/intltest/ |
thcoll.cpp | 345 return ucol_strcoll(thaiColl, *(UChar **) p1, -1, *(UChar **)p2, -1); 391 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER)
|
/external/chromium_org/third_party/icu/source/i18n/ |
tblcoll.cpp | 339 return ucol_strcoll(ucollator, source, sourceLength, target, targetLength); 351 return ucol_strcoll(ucollator, source.getBuffer(), source.length(),
|
/external/chromium_org/third_party/icu/source/samples/coll/ |
coll.cpp | 143 UCollationResult result = ucol_strcoll(collator, source, -1, target, -1);
|
/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
collperf.cpp | 284 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL; 289 return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCOL_EQUAL; 441 return ucol_strcoll(col, rnd[i].icu_data, -1, ord[j].icu_data,-1); 445 return ucol_strcoll(col, rnd[i].icu_data, rnd[i].icu_data_len, ord[j].icu_data, ord[j].icu_data_len);
|
/external/chromium_org/third_party/sqlite/src/ext/icu/ |
icu.c | 389 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2); 395 assert(!"Unexpected return value from ucol_strcoll()");
|
/external/icu/icu4c/source/samples/coll/ |
coll.cpp | 143 UCollationResult result = ucol_strcoll(collator, source, -1, target, -1);
|
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 284 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL; 289 return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCOL_EQUAL; 441 return ucol_strcoll(col, rnd[i].icu_data, -1, ord[j].icu_data,-1); 445 return ucol_strcoll(col, rnd[i].icu_data, rnd[i].icu_data_len, ord[j].icu_data, ord[j].icu_data_len);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucol.h | 67 * string in the ucol_strcoll() method. 69 * string in the ucol_strcoll() method. 71 * target string in the ucol_strcoll() method. 72 * @see ucol_strcoll() 379 * can be used in the same way as the one obtained by {@link #ucol_strcoll }. 532 ucol_strcoll( const UCollator *coll, 567 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER 574 * @see ucol_strcoll 586 * This function is equivalent to {@link #ucol_strcoll } != UCOL_LESS 593 * @see ucol_strcoll [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucol.h | 61 * string in the ucol_strcoll() method. 63 * string in the ucol_strcoll() method. 65 * target string in the ucol_strcoll() method. 66 * @see ucol_strcoll() 395 * can be used in the same way as the one obtained by {@link #ucol_strcoll }. 548 ucol_strcoll( const UCollator *coll, 583 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER 590 * @see ucol_strcoll 602 * This function is equivalent to {@link #ucol_strcoll } != UCOL_LESS 609 * @see ucol_strcoll [all...] |