Home | History | Annotate | Download | only in cintltst

Lines Matching refs:str1

850   UChar str1[] = { 0x09BE, 0 };
878 sortKeyLen1 = ucol_getSortKey(c2, str1, -1, NULL, 0);
880 ucol_getSortKey(c2,str1,-1,sortKey1, sortKeyLen1+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);
895 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1);
898 log_verbose("OK: %s was less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
899 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1);