Lines Matching refs:str1
864 UChar str1[] = { 0x09BE, 0 };
892 sortKeyLen1 = ucol_getSortKey(c2, str1, -1, NULL, 0);
894 ucol_getSortKey(c2,str1,-1,sortKey1, sortKeyLen1+1);
906 result=ucol_strcoll(c2, str1, -1, str2, -1);
908 log_err("Error: %s was not less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
909 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1);
912 log_verbose("OK: %s was less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
913 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1);