Searched refs:realStrength (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c770 UCollationResult realRes, uint32_t realStrength,
816 strcat(output, getRelationSymbol(realRes, realStrength, relation));
843 strcat(output, getRelationSymbol(realRes, realStrength, relation));
899 uint32_t realStrength; local
905 realStrength = probeStrength(func, collator, opts, first, sLen, second, tLen, realResult);
908 logFailure(msg, "tailoring", first, sLen, second, tLen, realResult, realStrength, UCOL_EQUAL, strength, error);
910 } else if(realResult != UCOL_LESS || realStrength != strength) {
911 logFailure(msg, "tailoring", first, sLen, second, tLen, realResult, realStrength, UCOL_LESS, strength, error);
767 logFailure(const char *platform, const char *test, const UChar *source, const uint32_t sLen, const UChar *target, const uint32_t tLen, UCollationResult realRes, uint32_t realStrength, UCollationResult expRes, uint32_t expStrength, UBool error) argument

Completed in 176 milliseconds