Lines Matching full:tempptr
2554 char *tempptr;
2577 tempptr = uprv_strchr(result, 1) + 1;
2578 while (*(tempptr + 1) != 1) {
2581 if (*tempptr < UCOL_COMMON_TOP2 - UCOL_TOP_COUNT2) {
2584 tempptr ++;
2590 tempptr = uprv_strrchr(result, 1) + 1;
2591 while (*(tempptr + 1) != 0) {
2594 if (*tempptr < coll->tertiaryTop - coll->tertiaryTopCount) {
2597 tempptr ++;
2604 tempptr = uprv_strchr(result, 1) + 1;
2605 while (*(tempptr + 1) != 1) {
2608 if (*tempptr > UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2) {
2611 tempptr ++;
2617 tempptr = uprv_strrchr(result, 1) + 1;
2618 while (*(tempptr + 1) != 0) {
2621 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) {
2624 tempptr ++;