Searched refs:cclmap (Results 1 - 7 of 7) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
H A D | ccl.c | 44 ind = cclmap[cclp]; 79 cclmap = reallocate_integer_array( cclmap, current_maxccls ); 86 cclmap[lastccl] = 0; 90 * Since the cclmap points to the \first/ character of a 91 * ccl, adding the length of the ccl to the cclmap pointer 94 cclmap[lastccl] = cclmap[lastccl - 1] + ccllen[lastccl - 1];
|
H A D | ecs.c | 49 cclp = cclmap[i];
|
H A D | parse.y | 624 mkeccl( ccltbl + cclmap[anyccl], 643 cshell( ccltbl + cclmap[$1], ccllen[$1], true ); 646 mkeccl( ccltbl + cclmap[$1], ccllen[$1],
|
H A D | main.c | 94 int lastccl, *cclmap, *ccllen, *cclng, cclreuse; variable 514 cclmap[lastccl] + ccllen[lastccl], 1083 cclmap = allocate_integer_array( current_maxccls );
|
H A D | dfa.c | 941 ccllist = cclmap[sym]; 1059 cclp = cclmap[tch];
|
H A D | flexdef.h | 616 * cclmap - maps a ccl index to its set pointer 622 * ccltbl - holds the characters in each ccl - indexed by cclmap 625 extern int lastccl, *cclmap, *ccllen, *cclng, cclreuse;
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
H A D | parse.c | 1202 mkeccl( ccltbl + cclmap[anyccl], 1222 cshell( ccltbl + cclmap[yyvsp[0]], ccllen[yyvsp[0]], true ); 1225 mkeccl( ccltbl + cclmap[yyvsp[0]], ccllen[yyvsp[0]],
|
Completed in 81 milliseconds