Home | History | Annotate | Download | only in cintltst

Lines Matching defs:tempptr

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