Searched refs:tempptr (Results 1 – 3 of 3) sorted by relevance
160 void *tempptr; member484 (h)->temp.tempptr = (h)->object_base, \492 (h)->temp.tempptr)
2478 char *tempptr; in TestCompressOverlap() local2501 tempptr = uprv_strchr(result, 1) + 1; in TestCompressOverlap()2502 while (*(tempptr + 1) != 1) { in TestCompressOverlap()2505 if (*tempptr < UCOL_COMMON_TOP2 - UCOL_TOP_COUNT2) { in TestCompressOverlap()2508 tempptr ++; in TestCompressOverlap()2514 tempptr = uprv_strrchr(result, 1) + 1; in TestCompressOverlap()2515 while (*(tempptr + 1) != 0) { in TestCompressOverlap()2518 if (*tempptr < coll->tertiaryTop - coll->tertiaryTopCount) { in TestCompressOverlap()2521 tempptr ++; in TestCompressOverlap()2528 tempptr = uprv_strchr(result, 1) + 1; in TestCompressOverlap()[all …]
582 const UChar* tempptr; in compileBranch() local1589 tempptr = ptr; in compileBranch()