Home | History | Annotate | Download | only in cintltst

Lines Matching refs:pairs

3766   static const char* const pairs[][2] = {
3793 for(i = 0; i < sizeof(pairs)/sizeof(pairs[0]); i++) {
3794 U16LenS = u_unescape(pairs[i][0], U16Source, CMSCOLL_ALEXIS2_BUFFER_SIZE);
3795 U16LenT = u_unescape(pairs[i][1], U16Target, CMSCOLL_ALEXIS2_BUFFER_SIZE);
3813 log_verbose("Different results between UTF16 and UTF16BE for %s & %s\n", pairs[i][0], pairs[i][1]);
3825 log_verbose("Different results between UTF16 and UTF8 for %s & %s\n", pairs[i][0], pairs[i][1]);