HomeSort by relevance Sort by last modified time
    Searched refs:paraLevel (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.h 64 UBiDiLevel paraLevel;
cbiditst.c 184 UBiDiLevel paraLevel;
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 %d) failed with errorCode %s\n"
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.h 64 UBiDiLevel paraLevel;
cbiditst.c 199 UBiDiLevel paraLevel;
204 paraLevel=tests[testNumber].paraLevel;
205 ubidi_setPara(pBiDi, string, -1, paraLevel, NULL, &errorCode);
207 log_verbose("ubidi_setPara(tests[%d], paraLevel %d) ok, direction %d paraLevel=%d\n",
208 testNumber, paraLevel, ubidi_getDirection(pBiDi), paraLevel);
215 log_verbose("ubidi_setLine(%d, %d) ok, direction %d paraLevel=%d\n",
224 log_err("ubidi_setPara(tests[%d], paraLevel %d) failed with errorCode %s\n"
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidi.c 372 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);
    [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 398 UBool isDefaultLevel=IS_DEFAULT_LEVEL(pBiDi->paraLevel);
410 NOT_CONTEXTUAL, /* 0: not contextual paraLevel */
427 paraDirDefault=pBiDi->paraLevel&1 ? CONTEXT_RTL : 0;
520 pBiDi->paraLevel=GET_PARALEVEL(pBiDi, 0);
531 /* The following line does nothing new for contextual paraLevel, but is
532 needed for absolute paraLevel. */
533 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
757 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
820 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
    [all...]
ubidiln.c 41 * paraLevel and direction are also set.
68 * at the paraLevel,
88 * before the WS if it is at the paraLevel - we merge the two here.
90 * This function is called only from ubidi_setLine(), so pBiDi->paraLevel is
100 UBiDiLevel paraLevel=pBiDi->paraLevel;
105 level of B chars from 0 to paraLevel in ubidi_getLevels when
118 while(start>0 && levels[start-1]==paraLevel) {
155 pLineBiDi->paraLevel=GET_PARALEVEL(pParaBiDi, start);
182 * 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 */
279 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
  /libcore/luni/src/main/native/
java_text_Bidi.cpp 76 static void Bidi_ubidi_setPara(JNIEnv* env, jclass, jlong ptr, jcharArray text, jint length, jint paraLevel, jbyteArray newEmbeddingLevels) {
91 ubidi_setPara(data->uBiDi(), chars.get(), length, paraLevel, data->embeddingLevels(), &err);
  /external/chromium_org/third_party/icu/source/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
792 * <li>If the default text level of the source text (argument <code>paraLevel</code>
    [all...]
  /external/icu4c/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
792 * <li>If the default text level of the source text (argument <code>paraLevel</code>
    [all...]
  /libcore/luni/src/main/java/java/text/
Bidi.java 616 private static native void ubidi_setPara(long pBiDi, char[] text, int length, int paraLevel, byte[] embeddingLevels);
  /frameworks/base/core/java/android/text/
Layout.java 697 int paraLevel = getParagraphDirection(line) == 1 ? 0 : 1;
699 return ((runs[runIndex + 1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK) != paraLevel;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 206 milliseconds