/libcore/luni/src/main/java/org/apache/harmony/text/ |
NativeBidi.java | 60 int length, int paraLevel, byte[] embeddingLevels);
|
/external/chromium/third_party/icu/source/test/cintltst/ |
cbiditst.h | 64 UBiDiLevel paraLevel;
|
cbiditst.c | 181 UBiDiLevel paraLevel; 186 paraLevel=tests[testNumber].paraLevel; 187 ubidi_setPara(pBiDi, string, -1, paraLevel, NULL, &errorCode); 189 log_verbose("ubidi_setPara(tests[%d], paraLevel %d) ok, direction %d paraLevel=%d\n", 190 testNumber, paraLevel, ubidi_getDirection(pBiDi), paraLevel); 197 log_verbose("ubidi_setLine(%d, %d) ok, direction %d paraLevel=%d\n", 206 log_err("ubidi_setPara(tests[%d], paraLevel %d) failed with errorCode %s\n" [all...] |
/external/icu4c/test/cintltst/ |
cbiditst.h | 64 UBiDiLevel paraLevel;
|
cbiditst.c | 181 UBiDiLevel paraLevel; 186 paraLevel=tests[testNumber].paraLevel; 187 ubidi_setPara(pBiDi, string, -1, paraLevel, NULL, &errorCode); 189 log_verbose("ubidi_setPara(tests[%d], paraLevel %d) ok, direction %d paraLevel=%d\n", 190 testNumber, paraLevel, ubidi_getDirection(pBiDi), paraLevel); 197 log_verbose("ubidi_setLine(%d, %d) ok, direction %d paraLevel=%d\n", 206 log_err("ubidi_setPara(tests[%d], paraLevel %d) failed with errorCode %s\n" [all...] |
/external/chromium/third_party/icu/source/common/ |
ubidi.c | 348 UBool isDefaultLevel=IS_DEFAULT_LEVEL(pBiDi->paraLevel); 360 NOT_CONTEXTUAL, /* 0: not contextual paraLevel */ 376 paraDirDefault=pBiDi->paraLevel&1 ? CONTEXT_RTL : 0; 467 pBiDi->paraLevel=GET_PARALEVEL(pBiDi, 0); 478 /* The following line does nothing new for contextual paraLevel, but is 479 needed for absolute paraLevel. */ 480 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel); 704 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel); 767 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel); [all...] |
ubidiln.c | 37 * 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; 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...] |
ubidiimp.h | 110 * with contextual RTL direction when paraLevel is contextual. 121 : (ubidi)->paraLevel) 255 UBiDiLevel paraLevel; 256 /* original paraLevel when contextual */ 273 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
|
/external/icu4c/common/ |
ubidi.c | 348 UBool isDefaultLevel=IS_DEFAULT_LEVEL(pBiDi->paraLevel); 360 NOT_CONTEXTUAL, /* 0: not contextual paraLevel */ 376 paraDirDefault=pBiDi->paraLevel&1 ? CONTEXT_RTL : 0; 463 pBiDi->paraLevel=GET_PARALEVEL(pBiDi, 0); 474 /* The following line does nothing new for contextual paraLevel, but is 475 needed for absolute paraLevel. */ 476 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel); 700 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel); 763 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel); [all...] |
ubidiln.c | 37 * 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; 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...] |
ubidiimp.h | 110 * with contextual RTL direction when paraLevel is contextual. 121 : (ubidi)->paraLevel) 255 UBiDiLevel paraLevel; 256 /* original paraLevel when contextual */ 273 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
|
/libcore/luni/src/main/native/ |
NativeBidi.cpp | 75 static void NativeBidi_ubidi_setPara(JNIEnv* env, jclass, jlong ptr, jcharArray text, jint length, jint paraLevel, jbyteArray newEmbeddingLevels) { 90 ubidi_setPara(data->uBiDi(), chars.get(), length, paraLevel, data->embeddingLevels(), &err);
|
/external/chromium/third_party/icu/public/common/unicode/ |
ubidi.h | 223 * UBiDiLevel paraLevel=1&ubidi_getParaLevel(para); 239 * startLine(paraLevel, width); 262 * startLine(paraLevel, width); 297 * <code>paraLevel</code> and <code>embeddingLevels</code> 304 * <li><code>paraLevel</code> can be set to the 741 * <li>If the default text level of the source text (argument <code>paraLevel</code> [all...] |
/external/icu4c/common/unicode/ |
ubidi.h | 224 * UBiDiLevel paraLevel=1&ubidi_getParaLevel(para); 240 * startLine(paraLevel, width); 263 * startLine(paraLevel, width); 298 * <code>paraLevel</code> and <code>embeddingLevels</code> 305 * <li><code>paraLevel</code> can be set to the 761 * <li>If the default text level of the source text (argument <code>paraLevel</code> [all...] |