Searched refs:tempptr (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dobstack.h160 void *tempptr;
493 (h)->temp.tempptr = (h)->object_base, \
501 (h)->temp.tempptr)
159 void *tempptr; member in union:obstack::__anon337
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1284 uint8_t *tempptr; local
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
[all...]
/external/pcre/dist/
H A Dpcre_compile.c4410 const pcre_uchar *tempptr; local
4773 check_posix_syntax(ptr, &tempptr))
4901 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr))
4922 posix_class = check_posix_name(ptr, (int)(tempptr - ptr));
4952 nestptr = tempptr + 1;
4974 ptr = tempptr + 1;
5026 ptr = tempptr + 1;
5274 check_posix_syntax(ptr, &tempptr))
6590 tempptr = ptr;
6613 tempptr
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c2581 char *tempptr; local
2605 tempptr = uprv_strchr(result, 1) + 1;
2606 while (*(tempptr + 1) != 1) {
2609 if (*tempptr < UCOL_COMMON_TOP2 - UCOL_TOP_COUNT2) {
2612 tempptr ++;
2618 tempptr = uprv_strrchr(result, 1) + 1;
2619 while (*(tempptr + 1) != 0) {
2622 if (*tempptr < coll->tertiaryTop - coll->tertiaryTopCount) {
2625 tempptr ++;
2632 tempptr
[all...]

Completed in 140 milliseconds