Lines Matching refs:paraLevel
437 UBool isDefaultLevel=IS_DEFAULT_LEVEL(pBiDi->paraLevel);
449 NOT_SEEKING_STRONG, /* 0: not contextual paraLevel, not after FSI */
472 defaultParaLevel=pBiDi->paraLevel&1;
487 pBiDi->paras[0].level=pBiDi->paraLevel;
590 pBiDi->paras[pBiDi->paraCount-1].level=pBiDi->paraLevel;
628 pBiDi->paraLevel=pBiDi->paras[0].level;
1321 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
1382 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
2276 /* reset a sequence of WS/BN before eop and B/S to the paragraph paraLevel */
2285 /* reset BN to the next character's paraLevel until B/S, which restarts above loop */
2342 UBiDiLevel paraLevel, UErrorCode *pErrorCode) {
2360 ubidi_setPara(pBiDi, text, length, paraLevel, NULL, pErrorCode);
2377 paraLevel&=1; /* accept only 0 or 1 */
2378 ubidi_setPara(pBiDi, text, length, paraLevel, NULL, pErrorCode);
2406 paraLevel^=1;
2416 ubidi_setPara(pBiDi, visualText, visualLength, paraLevel, NULL, pErrorCode);
2503 /* restore initial paraLevel */
2504 pBiDi->paraLevel^=1;
2531 UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels,
2539 (paraLevel>UBIDI_MAX_EXPLICIT_LEVEL && paraLevel<UBIDI_DEFAULT_LTR)) {
2550 setParaRunsOnly(pBiDi, text, length, paraLevel, pErrorCode);
2558 pBiDi->paraLevel=paraLevel;
2559 pBiDi->direction=paraLevel&1;
2569 * Save the original paraLevel if contextual; otherwise, set to 0.
2571 pBiDi->defaultParaLevel=IS_DEFAULT_LEVEL(paraLevel);
2575 * For an empty paragraph, create a UBiDi object with the paraLevel and
2579 if(IS_DEFAULT_LEVEL(paraLevel)) {
2580 pBiDi->paraLevel&=1;
2583 pBiDi->flags=DIRPROP_FLAG_LR(paraLevel);
2632 /* set BN for all explicit codes, check that all levels are 0 or paraLevel..UBIDI_MAX_EXPLICIT_LEVEL */
2663 /* all levels are implicitly at paraLevel (important for ubidi_getLevels()) */
2667 /* all levels are implicitly at paraLevel (important for ubidi_getLevels()) */
2900 return pBiDi->paraLevel;