Lines Matching refs:tempptr
1280 uint8_t *tempptr; in TestCompressOverlap() local
1304 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1305 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1308 if (*tempptr < SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1311 tempptr ++; in TestCompressOverlap()
1317 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1318 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1321 if (*tempptr < TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1324 tempptr ++; in TestCompressOverlap()
1331 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1332 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1335 if (*tempptr > SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1338 tempptr ++; in TestCompressOverlap()
1344 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1345 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1348 if (*tempptr > TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1351 tempptr ++; in TestCompressOverlap()