Searched refs:dirProps (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiWriter.java297 byte[] dirProps = bidi.dirProps;
311 dirProps[bidiRun.start] != Bidi.L) {
329 dirProps[bidiRun.limit - 1] != Bidi.L) {
362 (MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.start])) == 0) {
396 byte[] dirProps = bidi.dirProps;
402 if (dirProps[bidiRun.limit - 1] != Bidi.L) {
409 if (dirProps[bidiRun.start] != Bidi.L) {
413 if ((MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRu
[all...]
H A DBidi.java468 * Note that this implementation modifies the dirProps
476 * them back to the dirProps array.
1049 byte[] dirProps; field in class:Bidi
1137 return ((DirPropFlag(dirProps[index]) & flag) != 0);
1873 dirProps[i1] = dirProp;
1877 dirProps[--i1] = BN;
1891 /* dirProps[isolateStartStack[stackLast]] = LRI; */
1906 dirProps[isolateStartStack[stackLast]] = RLI;
1923 dirProps[i-1] = LRI; /* default if no strong char */
1934 /* dirProps[isolateStartStac
[all...]
H A DBidiLine.java29 * and a dirProps array.
31 * Only if the length of the text is zero, then levels==dirProps==NULL.
63 * paragraph's levels and dirProps arrays are reused by way of setting
85 byte[] dirProps = bidi.dirProps;
96 if (dirProps[start - 1] == Bidi.B) {
102 (Bidi.DirPropFlag(dirProps[start - 1]) & Bidi.MASK_WS) != 0) {
146 lineBidi.dirProps = lineBidi.dirPropsMemory;
147 System.arraycopy(paraBidi.dirProps, start, lineBidi.dirProps,
[all...]
/external/icu/icu4c/source/common/
H A Dubidiwrt.c457 const DirProp *dirProps=pBiDi->dirProps; local
474 (/*run>0 &&*/ dirProps[logicalStart]!=L)) {
500 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) {
518 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) {
544 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) {
584 const DirProp *dirProps=pBiDi->dirProps; local
594 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) {
609 if(/*run>0 &&*/ dirProps[logicalStar
[all...]
H A Dubidi.c63 * Note that this implementation modifies the dirProps
71 * them back to the dirProps array.
431 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ local
500 dirProps[i-1]=dirProp;
503 dirProps[i-2]=BN;
515 /* dirProps[isolateStartStack[stackLast]]=LRI; */
530 dirProps[isolateStartStack[stackLast]]=RLI;
547 dirProps[i-1]=LRI; /* default if no strong char */
558 /* dirProps[isolateStartStac
706 DirProp *dirProps=bd->pBiDi->dirProps; local
772 DirProp *dirProps=bd->pBiDi->dirProps; local
875 DirProp *dirProps, dirProp, newProp; local
1069 DirProp *dirProps=pBiDi->dirProps; local
1343 DirProp *dirProps=pBiDi->dirProps; local
1804 DirProp *dirProps=pBiDi->dirProps, dirProp; local
2103 const DirProp *dirProps=pBiDi->dirProps; local
2266 const DirProp *dirProps=pBiDi->dirProps; local
2534 DirProp *dirProps; local
[all...]
H A Dubidiln.c40 * and a dirProps array.
42 * Only if the length of the text is zero, then levels==dirProps==NULL.
74 * paragraph's levels and dirProps arrays are reused by way of setting
97 const DirProp *dirProps=pBiDi->dirProps; local
108 if(dirProps[start-1]==B) {
113 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) {
172 pLineBiDi->dirProps=pParaBiDi->dirProps+start;
H A Dubidiimp.h293 DirProp *dirProps; member in struct:UBiDi
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestBidi.java49 string = getStringFromDirProps(test.dirProps);
94 short[] dirProps = test.dirProps;
115 + TestData.dirPropNames[dirProps[lineStart + i]] + " "
359 private String getStringFromDirProps(short[] dirProps) { argument
362 if (dirProps == null) {
365 int length = dirProps.length;
370 buffer[i] = charFromDirProp[dirProps[i]];
H A DTestData.java240 protected short[] dirProps; field in class:TestData
249 private TestData(short[] dirProps, int lineStart, int lineLimit, argument
252 this.dirProps = dirProps;
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c118 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
1034 const uint8_t *dirProps=test->text+lineStart; local
1059 dirPropNames[dirProps[i]],
3581 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { argument
3588 buffer[i]=charFromDirProp[dirProps[i]];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 170 milliseconds