Home | History | Annotate | Download | only in common

Lines Matching defs:startL2EN

1679     int32_t startL2EN;                  /* start of level 2 sequence    */
1773 if (pLevState->startL2EN >= 0) {
1774 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE);
1776 pLevState->startL2EN=-1; /* not within previous if since could also be -2 */
1819 pLevState->startL2EN=-1;
1829 if (pLevState->startL2EN == -1) /* if no relevant EN already found */
1835 if (pLevState->startL2EN >= 0) /* after EN, no AN */
1837 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE);
1838 pLevState->startL2EN=-2;
1845 if (pLevState->startL2EN == -1) {
1846 pLevState->startL2EN=start0;
2037 levState.startL2EN=-1; /* used for INVERSE_LIKE_DIRECT_WITH_MARKS */