Lines Matching refs:startL2EN
1185 int32_t startL2EN; /* start of level 2 sequence */
1278 if (pLevState->startL2EN >= 0) {
1279 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE);
1281 pLevState->startL2EN=-1; /* not within previous if since could also be -2 */
1324 pLevState->startL2EN=-1;
1334 if (pLevState->startL2EN == -1) /* if no relevant EN already found */
1340 if (pLevState->startL2EN >= 0) /* after EN, no AN */
1342 addPoint(pBiDi, pLevState->startL2EN, LRM_BEFORE);
1343 pLevState->startL2EN=-2;
1350 if (pLevState->startL2EN == -1) {
1351 pLevState->startL2EN=start0;
1522 levState.startL2EN=-1; /* used for INVERSE_LIKE_DIRECT_WITH_MARKS */