HomeSort by relevance Sort by last modified time
    Searched refs:ucol_strcoll (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu4c/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/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 97 return static_cast<Result>(ucol_strcoll(m_collator, lhs, lhsLength, rhs, rhsLength));
  /external/icu4c/test/intltest/
ucaconf.cpp 200 cmpres = ucol_strcoll(coll, oldB, oldBlen, buffer, buflen);
201 cmpres2 = ucol_strcoll(coll, buffer, buflen, oldB, oldBlen);
208 errln("Difference between ucol_strcoll and sortkey compare on line %i", line);
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)
tsmthred.cpp 876 cmpres = ucol_strcoll(coll, lines[i-1].buff, lines[i-1].buflen, lines[i].buff, lines[i].buflen);
877 cmpres2 = ucol_strcoll(coll, lines[i].buff, lines[i].buflen, lines[i-1].buff, lines[i-1].buflen);
887 error(UnicodeString("Difference between ucol_strcoll and sortkey compare on line ")+ UnicodeString(line));
    [all...]
  /external/icu4c/i18n/
tblcoll.cpp 359 return getEComparisonResult(ucol_strcoll(ucollator, source, sourceLength,
370 return ucol_strcoll(ucollator, source, sourceLength, target, targetLength);
383 return getEComparisonResult(ucol_strcoll(ucollator, source.getBuffer(), source.length(),
393 return ucol_strcoll(ucollator, source.getBuffer(), source.length(),
ucol.cpp 8072 ucol_strcoll( const UCollator *coll, function
    [all...]
  /external/icu4c/test/cintltst/
ccurrtst.c 140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
callcoll.c 362 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
363 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1);
365 log_err("ucol_strcoll result from null terminated and explicit length strings differs.\n");
859 result = ucol_strcoll(myCollator, source, -1, target, -1);
867 result = ucol_strcoll(myCollator, source, -1, target, -1);
    [all...]
cmsccoll.c 428 UCollationResult result = ucol_strcoll(col,p,u_strlen(p),q,u_strlen(q));
660 return ucol_strcoll(UCA, source, sLen, target, tLen);
    [all...]
capitst.c 287 ucol_open, ucol_strcoll, getStrength/setStrength
313 log_verbose("Test ucol_strcoll : \n");
347 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < abc comparison failed");
352 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < AB comparison failed");
358 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
362 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS),
367 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
371 log_verbose("Test ucol_strcoll ends.\n");
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 143 UCollationResult result = ucol_strcoll(collator, source, -1, target, -1);
  /external/icu4c/test/perf/collperf/
collperf.cpp 279 return ucol_strcoll(da->col, da->icu_data, -1, db->icu_data, -1) - UCOL_EQUAL;
284 return ucol_strcoll(da->col, da->icu_data, da->icu_data_len, db->icu_data, db->icu_data_len) - UCOL_EQUAL;
432 return ucol_strcoll(col, rnd[i].icu_data, -1, ord[j].icu_data,-1);
436 return ucol_strcoll(col, rnd[i].icu_data, rnd[i].icu_data_len, ord[j].icu_data, ord[j].icu_data_len);
  /external/icu4c/i18n/unicode/
ucol.h 332 * can be used in the same way as the one obtained by {@link #ucol_strcoll }.
483 ucol_strcoll( const UCollator *coll,
491 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
498 * @see ucol_strcoll
510 * This function is equivalent to {@link #ucol_strcoll } != UCOL_LESS
517 * @see ucol_strcoll
529 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
536 * @see ucol_strcoll
555 * @see ucol_strcoll
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 275 * can be used in the same way as the one obtained by {@link #ucol_strcoll }.
392 ucol_strcoll( const UCollator *coll,
400 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
407 * @see ucol_strcoll
419 * This function is equivalent to {@link #ucol_strcoll } != UCOL_LESS
426 * @see ucol_strcoll
438 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
445 * @see ucol_strcoll
464 * @see ucol_strcoll
    [all...]
urename.h 634 #define ucol_strcoll ucol_strcoll_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 275 * can be used in the same way as the one obtained by {@link #ucol_strcoll }.
392 ucol_strcoll( const UCollator *coll,
400 * This function is equivalent to {@link #ucol_strcoll } == UCOL_GREATER
407 * @see ucol_strcoll
419 * This function is equivalent to {@link #ucol_strcoll } != UCOL_LESS
426 * @see ucol_strcoll
438 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
445 * @see ucol_strcoll
464 * @see ucol_strcoll
    [all...]
urename.h 634 #define ucol_strcoll ucol_strcoll_3_2 macro
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 47 return ucol_strcoll(toCollator(address), lhs.get(), lhs.size(), rhs.get(), rhs.size());
  /external/icu4c/test/perf/collationperf/
collperf.cpp 286 t = ucol_strcoll(gCol, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)->len);
296 t = ucol_strcoll(gCol, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1);
557 r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen);
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 758 int result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
761 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
764 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
    [all...]
  /external/sqlite/android/
sqlite3_android.cpp 41 UCollationResult result = ucol_strcoll(coll, (const UChar *) v1, n1,
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 634 #define ucol_strcoll ucol_strcoll_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 634 #define ucol_strcoll ucol_strcoll_3_2 macro
    [all...]

Completed in 519 milliseconds

1 2