Lines Matching refs:tempptr
1284 uint8_t *tempptr; in TestCompressOverlap() local
1308 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1309 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1312 if (*tempptr < SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1315 tempptr ++; in TestCompressOverlap()
1321 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1322 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1325 if (*tempptr < TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1328 tempptr ++; in TestCompressOverlap()
1335 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1336 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1339 if (*tempptr > SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1342 tempptr ++; in TestCompressOverlap()
1348 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1349 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1352 if (*tempptr > TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1355 tempptr ++; in TestCompressOverlap()