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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestContext.java30 byte paraLevel; field in class:TestContext.ContextCase
37 paraLevel = lev;
92 bidi.setPara(src, cc.paraLevel, null);
H A DTestData.java247 protected byte paraLevel; field in class:TestData
253 byte direction, byte paraLevel, byte resultLevel, byte[] levels,
259 this.paraLevel = paraLevel;
252 TestData(short[] dirProps, int lineStart, int lineLimit, byte direction, byte paraLevel, byte resultLevel, byte[] levels, int[] visualMap) argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestContext.java29 byte paraLevel; field in class:TestContext.ContextCase
36 paraLevel = lev;
91 bidi.setPara(src, cc.paraLevel, null);
H A DTestData.java246 protected byte paraLevel; field in class:TestData
252 byte direction, byte paraLevel, byte resultLevel, byte[] levels,
258 this.paraLevel = paraLevel;
251 TestData(short[] dirProps, int lineStart, int lineLimit, byte direction, byte paraLevel, byte resultLevel, byte[] levels, int[] visualMap) argument
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h67 UBiDiLevel paraLevel; member in struct:__anon7557
H A Dcbiditst.c208 UBiDiLevel paraLevel; local
213 paraLevel=tests[testNumber].paraLevel;
214 ubidi_setPara(pBiDi, string, -1, paraLevel, NULL, &errorCode);
216 log_verbose("ubidi_setPara(tests[%d], paraLevel %d) ok, direction %d paraLevel=%d\n",
217 testNumber, paraLevel, ubidi_getDirection(pBiDi), paraLevel);
224 log_verbose("ubidi_setLine(%d, %d) ok, direction %d paraLevel=%d\n",
233 log_err("ubidi_setPara(tests[%d], paraLevel
4789 UBiDiLevel paraLevel; member in struct:__anon7556
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp481 UBiDiLevel paraLevel=UBIDI_MAX_EXPLICIT_LEVEL+2; local
483 paraLevel=0;
487 paraLevel=1;
491 paraLevel=UBIDI_DEFAULT_LTR;
495 paraLevel=UBIDI_DEFAULT_RTL;
499 paraLevel=(UBiDiLevel)(-paraDirection);
500 sprintf(levelNameString, "%d", (int)paraLevel);
504 paraLevel==(UBIDI_MAX_EXPLICIT_LEVEL+2)) {
543 paraLevel, NULL, errorCode);
/external/icu/icu4c/source/common/
H A Dubidiln.c39 * paraLevel and direction are also set.
66 * at the paraLevel,
86 * before the WS if it is at the paraLevel - we merge the two here.
88 * This function is called only from ubidi_setLine(), so pBiDi->paraLevel is
98 UBiDiLevel paraLevel=pBiDi->paraLevel; local
103 level of B chars from 0 to paraLevel in ubidi_getLevels when
116 while(start>0 && levels[start-1]==paraLevel) {
153 pLineBiDi->paraLevel=GET_PARALEVEL(pParaBiDi, start);
180 * implicitly or explicitly ==paraLevel;
[all...]
H A Dubidiimp.h122 (ubidi)->paraLevel : ubidi_getParaLevelAtIndex((ubidi), (index))))
315 UBiDiLevel paraLevel; member in struct:UBiDi
316 /* original paraLevel when contextual */
339 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
H A Dubidi.c439 UBool isDefaultLevel=IS_DEFAULT_LEVEL(pBiDi->paraLevel);
451 NOT_SEEKING_STRONG, /* 0: not contextual paraLevel, not after FSI */
474 defaultParaLevel=pBiDi->paraLevel&1;
489 pBiDi->paras[0].level=pBiDi->paraLevel;
592 pBiDi->paras[pBiDi->paraCount-1].level=pBiDi->paraLevel;
630 pBiDi->paraLevel=pBiDi->paras[0].level;
1323 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
1384 flags|=DIRPROP_FLAG_LR(pBiDi->paraLevel);
2278 /* reset a sequence of WS/BN before eop and B/S to the paragraph paraLevel */
2287 /* reset BN to the next character's paraLevel unti
2343 setParaRunsOnly(UBiDi *pBiDi, const UChar *text, int32_t length, UBiDiLevel paraLevel, UErrorCode *pErrorCode) argument
2532 ubidi_setPara(UBiDi *pBiDi, const UChar *text, int32_t length, UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels, UErrorCode *pErrorCode) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java93 * <code>paraLevel</code> and <code>embeddingLevels</code>
100 * <li><code>paraLevel</code> can be set to the
357 * byte paraLevel = (byte)(1 &amp; para.getParaLevel());
372 * startLine(paraLevel, width);
395 * startLine(paraLevel, width);
1040 byte paraLevel; field in class:Bidi
1041 /* original paraLevel when contextual */
1062 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
1272 paraLevel = 0;
1520 * <code>paraLevel</cod
3877 setPara(String text, byte paraLevel, byte[] embeddingLevels) argument
3961 setPara(char[] chars, byte paraLevel, byte[] embeddingLevels) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java92 * <code>paraLevel</code> and <code>embeddingLevels</code>
99 * <li><code>paraLevel</code> can be set to the
356 * byte paraLevel = (byte)(1 &amp; para.getParaLevel());
371 * startLine(paraLevel, width);
394 * startLine(paraLevel, width);
1065 byte paraLevel; field in class:Bidi
1066 /* original paraLevel when contextual */
1087 /* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
1300 paraLevel = 0;
1550 * <code>paraLevel</cod
3914 setPara(String text, byte paraLevel, byte[] embeddingLevels) argument
3999 setPara(char[] chars, byte paraLevel, byte[] embeddingLevels) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 142 milliseconds