Home | History | Annotate | Download | only in cintltst

Lines Matching defs:tempptr

1283     uint8_t    *tempptr;
1307 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1;
1308 while (*(tempptr + 1) != 1) {
1311 if (*tempptr < SEC_COMMON_MIDDLE) {
1314 tempptr ++;
1320 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1;
1321 while (*(tempptr + 1) != 0) {
1324 if (*tempptr < TER_ONLY_COMMON_MIDDLE) {
1327 tempptr ++;
1334 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1;
1335 while (*(tempptr + 1) != 1) {
1338 if (*tempptr > SEC_COMMON_MIDDLE) {
1341 tempptr ++;
1347 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1;
1348 while (*(tempptr + 1) != 0) {
1351 if (*tempptr > TER_ONLY_COMMON_MIDDLE) {
1354 tempptr ++;