Lines Matching refs:tempptr
1282 uint8_t *tempptr; in TestCompressOverlap() local
1306 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1307 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1310 if (*tempptr < SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1313 tempptr ++; in TestCompressOverlap()
1319 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1320 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1323 if (*tempptr < TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1326 tempptr ++; in TestCompressOverlap()
1333 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1334 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1337 if (*tempptr > SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1340 tempptr ++; in TestCompressOverlap()
1346 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1347 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1350 if (*tempptr > TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1353 tempptr ++; in TestCompressOverlap()