Home | History | Annotate | Download | only in cintltst

Lines Matching refs:str2

851   UChar str2[] = { 0x0B70, 0 };
884 sortKeyLen2 = ucol_getSortKey(c2, str2, -1, NULL, 0);
886 ucol_getSortKey(c2,str2,-1,sortKey2, sortKeyLen2+1);
892 result=ucol_strcoll(c2, str1, -1, str2, -1);
894 log_err("Error: %s was not less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
896 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2);
898 log_verbose("OK: %s was less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
900 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2);