Home | History | Annotate | Download | only in common

Lines Matching defs:startL2EN

1752     int32_t startL2EN;                  /* start of level 2 sequence    */
1873 if (pLevState->startL2EN >= 0) {
1874 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE);
1876 pLevState->startL2EN=-1; /* not within previous if since could also be -2 */
1919 pLevState->startL2EN=-1;
1929 if (pLevState->startL2EN == -1) /* if no relevant EN already found */
1935 if (pLevState->startL2EN >= 0) /* after EN, no AN */
1937 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE);
1938 pLevState->startL2EN=-2;
1945 if (pLevState->startL2EN == -1) {
1946 pLevState->startL2EN=start0;
2126 levState.startL2EN=-1; /* used for INVERSE_LIKE_DIRECT_WITH_MARKS */