Searched refs:tempptr (Results 1 - 3 of 3) 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::__anon334
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c2551 char *tempptr; local
2574 tempptr = uprv_strchr(result, 1) + 1;
2575 while (*(tempptr + 1) != 1) {
2578 if (*tempptr < UCOL_COMMON_TOP2 - UCOL_TOP_COUNT2) {
2581 tempptr ++;
2587 tempptr = uprv_strrchr(result, 1) + 1;
2588 while (*(tempptr + 1) != 0) {
2591 if (*tempptr < coll->tertiaryTop - coll->tertiaryTopCount) {
2594 tempptr ++;
2601 tempptr
[all...]
/external/icu4c/test/cintltst/
H A Dcmsccoll.c2563 char *tempptr; local
2586 tempptr = uprv_strchr(result, 1) + 1;
2587 while (*(tempptr + 1) != 1) {
2590 if (*tempptr < UCOL_COMMON_TOP2 - UCOL_TOP_COUNT2) {
2593 tempptr ++;
2599 tempptr = uprv_strrchr(result, 1) + 1;
2600 while (*(tempptr + 1) != 0) {
2603 if (*tempptr < coll->tertiaryTop - coll->tertiaryTopCount) {
2606 tempptr ++;
2613 tempptr
[all...]

Completed in 125 milliseconds