Searched defs:paraLevel (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcbiditst.h64 UBiDiLevel paraLevel; member in struct:__anon4874
H A Dcbiditst.c184 UBiDiLevel paraLevel; local
189 paraLevel=tests[testNumber].paraLevel;
190 ubidi_setPara(pBiDi, string, -1, paraLevel, NULL, &errorCode);
192 log_verbose("ubidi_setPara(tests[%d], paraLevel %d) ok, direction %d paraLevel=%d\n",
193 testNumber, paraLevel, ubidi_getDirection(pBiDi), paraLevel);
200 log_verbose("ubidi_setLine(%d, %d) ok, direction %d paraLevel=%d\n",
209 log_err("ubidi_setPara(tests[%d], paraLevel
[all...]
/external/icu4c/common/
H A Dubidiln.c37 * paraLevel and direction are also set.
64 * at the paraLevel,
84 * before the WS if it is at the paraLevel - we merge the two here.
86 * This function is called only from ubidi_setLine(), so pBiDi->paraLevel is
96 UBiDiLevel paraLevel=pBiDi->paraLevel; local
101 level of B chars from 0 to paraLevel in ubidi_getLevels when
114 while(start>0 && levels[start-1]==paraLevel) {
151 pLineBiDi->paraLevel=GET_PARALEVEL(pParaBiDi, start);
178 * implicitly or explicitly ==paraLevel;
[all...]
H A Dubidiimp.h110 * with contextual RTL direction when paraLevel is contextual.
121 : (ubidi)->paraLevel)
255 UBiDiLevel paraLevel; member in struct:UBiDi
256 /* original paraLevel when contextual */
273 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
H A Dubidi.c372 UBool isDefaultLevel=IS_DEFAULT_LEVEL(pBiDi->paraLevel);
384 NOT_CONTEXTUAL, /* 0: not contextual paraLevel */
400 paraDirDefault=pBiDi->paraLevel&1 ? CONTEXT_RTL : 0;
487 pBiDi->paraLevel=GET_PARALEVEL(pBiDi, 0);
498 /* The following line does nothing new for contextual paraLevel, but is
499 needed for absolute paraLevel. */
500 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
724 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
787 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
1542 /* reset a sequence of WS/BN before eop and B/S to the paragraph paraLevel */
1572 setParaRunsOnly(UBiDi *pBiDi, const UChar *text, int32_t length, UBiDiLevel paraLevel, UErrorCode *pErrorCode) argument
1760 ubidi_setPara(UBiDi *pBiDi, const UChar *text, int32_t length, UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels, UErrorCode *pErrorCode) argument
[all...]

Completed in 57 milliseconds