Home | History | Annotate | Download | only in cintltst

Lines Matching full:tempptr

2551     char       *tempptr;
2574 tempptr = uprv_strchr(result, 1) + 1;
2575 while (*(tempptr + 1) != 1) {
2578 if (*tempptr < UCOL_COMMON_TOP2 - UCOL_TOP_COUNT2) {
2581 tempptr ++;
2587 tempptr = uprv_strrchr(result, 1) + 1;
2588 while (*(tempptr + 1) != 0) {
2591 if (*tempptr < coll->tertiaryTop - coll->tertiaryTopCount) {
2594 tempptr ++;
2601 tempptr = uprv_strchr(result, 1) + 1;
2602 while (*(tempptr + 1) != 1) {
2605 if (*tempptr > UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2) {
2608 tempptr ++;
2614 tempptr = uprv_strrchr(result, 1) + 1;
2615 while (*(tempptr + 1) != 0) {
2618 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) {
2621 tempptr ++;