Home | History | Annotate | Download | only in cintltst

Lines Matching refs:str2

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