Home | History | Annotate | Download | only in cintltst

Lines Matching full:tempptr

2563     char       *tempptr;
2586 tempptr = uprv_strchr(result, 1) + 1;
2587 while (*(tempptr + 1) != 1) {
2590 if (*tempptr < UCOL_COMMON_TOP2 - UCOL_TOP_COUNT2) {
2593 tempptr ++;
2599 tempptr = uprv_strrchr(result, 1) + 1;
2600 while (*(tempptr + 1) != 0) {
2603 if (*tempptr < coll->tertiaryTop - coll->tertiaryTopCount) {
2606 tempptr ++;
2613 tempptr = uprv_strchr(result, 1) + 1;
2614 while (*(tempptr + 1) != 1) {
2617 if (*tempptr > UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2) {
2620 tempptr ++;
2626 tempptr = uprv_strrchr(result, 1) + 1;
2627 while (*(tempptr + 1) != 0) {
2630 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) {
2633 tempptr ++;