Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tempptr

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