Home | History | Annotate | Download | only in cintltst

Lines Matching refs:pairs

1419      * These pairs of rule strings are not guaranteed to yield the very same mappings.
1421 * which always yields different mappings for such pairs. See
2598 static const char* const pairs[][2] = {
2625 for(i = 0; i < sizeof(pairs)/sizeof(pairs[0]); i++) {
2626 U16LenS = u_unescape(pairs[i][0], U16Source, CMSCOLL_ALEXIS2_BUFFER_SIZE);
2627 U16LenT = u_unescape(pairs[i][1], U16Target, CMSCOLL_ALEXIS2_BUFFER_SIZE);
2647 log_verbose("Different results between UTF16 and UTF16BE for %s & %s\n", pairs[i][0], pairs[i][1]);
2659 log_verbose("Different results between UTF16 and UTF8 for %s & %s\n", pairs[i][0], pairs[i][1]);