HomeSort by relevance Sort by last modified time
    Searched refs:realStrength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 767 UCollationResult realRes, uint32_t realStrength,
813 strcat(output, getRelationSymbol(realRes, realStrength, relation));
840 strcat(output, getRelationSymbol(realRes, realStrength, relation));
896 uint32_t realStrength;
902 realStrength = probeStrength(func, collator, opts, first, sLen, second, tLen, realResult);
905 logFailure(msg, "tailoring", first, sLen, second, tLen, realResult, realStrength, UCOL_EQUAL, strength, error);
907 } else if(realResult != UCOL_LESS || realStrength != strength) {
908 logFailure(msg, "tailoring", first, sLen, second, tLen, realResult, realStrength, UCOL_LESS, strength, error);
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 769 UCollationResult realRes, uint32_t realStrength,
815 strcat(output, getRelationSymbol(realRes, realStrength, relation));
842 strcat(output, getRelationSymbol(realRes, realStrength, relation));
898 uint32_t realStrength;
904 realStrength = probeStrength(func, collator, opts, first, sLen, second, tLen, realResult);
907 logFailure(msg, "tailoring", first, sLen, second, tLen, realResult, realStrength, UCOL_EQUAL, strength, error);
909 } else if(realResult != UCOL_LESS || realStrength != strength) {
910 logFailure(msg, "tailoring", first, sLen, second, tLen, realResult, realStrength, UCOL_LESS, strength, error);
    [all...]

Completed in 166 milliseconds