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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiWriter.java 300 byte[] dirProps = bidi.dirProps;
314 dirProps[bidiRun.start] != Bidi.L) {
332 dirProps[bidiRun.limit - 1] != Bidi.L) {
365 (MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.start])) == 0) {
399 byte[] dirProps = bidi.dirProps;
405 if (dirProps[bidiRun.limit - 1] != Bidi.L) {
412 if (dirProps[bidiRun.start] != Bidi.L) {
416 if ((MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.start])) == 0)
    [all...]
Bidi.java 467 * Note that this implementation modifies the dirProps
475 * them back to the dirProps array.
    [all...]
BidiLine.java 32 * and a dirProps array.
34 * Only if the length of the text is zero, then levels==dirProps==NULL.
66 * paragraph's levels and dirProps arrays are reused by way of setting
88 byte[] dirProps = bidi.dirProps;
99 if (dirProps[start - 1] == Bidi.B) {
105 (Bidi.DirPropFlag(dirProps[start - 1]) & Bidi.MASK_WS) != 0) {
147 /* copy proper subset of DirProps */
149 lineBidi.dirProps = lineBidi.dirPropsMemory;
150 System.arraycopy(paraBidi.dirProps, start, lineBidi.dirProps, 0
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiWriter.java 299 byte[] dirProps = bidi.dirProps;
313 dirProps[bidiRun.start] != Bidi.L) {
331 dirProps[bidiRun.limit - 1] != Bidi.L) {
364 (MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.start])) == 0) {
398 byte[] dirProps = bidi.dirProps;
404 if (dirProps[bidiRun.limit - 1] != Bidi.L) {
411 if (dirProps[bidiRun.start] != Bidi.L) {
415 if ((MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.start])) == 0)
    [all...]
Bidi.java 467 * Note that this implementation modifies the dirProps
475 * them back to the dirProps array.
    [all...]
BidiLine.java 31 * and a dirProps array.
33 * Only if the length of the text is zero, then levels==dirProps==NULL.
65 * paragraph's levels and dirProps arrays are reused by way of setting
87 byte[] dirProps = bidi.dirProps;
98 if (dirProps[start - 1] == Bidi.B) {
104 (Bidi.DirPropFlag(dirProps[start - 1]) & Bidi.MASK_WS) != 0) {
146 /* copy proper subset of DirProps */
148 lineBidi.dirProps = lineBidi.dirPropsMemory;
149 System.arraycopy(paraBidi.dirProps, start, lineBidi.dirProps, 0
    [all...]
  /external/icu/icu4c/source/common/
ubidiwrt.c 454 const DirProp *dirProps=pBiDi->dirProps;
471 (/*run>0 &&*/ dirProps[logicalStart]!=L)) {
497 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) {
515 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) {
541 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) {
581 const DirProp *dirProps=pBiDi->dirProps;
591 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) {
606 if(/*run>0 &&*/ dirProps[logicalStart]!=L)
    [all...]
ubidi.c 65 * Note that this implementation modifies the dirProps
73 * them back to the dirProps array.
433 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */
502 dirProps[i-1]=dirProp;
505 dirProps[i-2]=BN;
517 /* dirProps[isolateStartStack[stackLast]]=LRI; */
532 dirProps[isolateStartStack[stackLast]]=RLI;
549 dirProps[i-1]=LRI; /* default if no strong char */
560 /* dirProps[isolateStartStack[stackLast]]=LRI; *
    [all...]
ubidiln.c 38 * and a dirProps array.
40 * Only if the length of the text is zero, then levels==dirProps==NULL.
72 * paragraph's levels and dirProps arrays are reused by way of setting
95 const DirProp *dirProps=pBiDi->dirProps;
106 if(dirProps[start-1]==B) {
111 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) {
170 pLineBiDi->dirProps=pParaBiDi->dirProps+start;
    [all...]
ubidiimp.h 293 DirProp *dirProps;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestBidi.java 55 string = getStringFromDirProps(test.dirProps);
100 short[] dirProps = test.dirProps;
121 + TestData.dirPropNames[dirProps[lineStart + i]] + " "
365 private String getStringFromDirProps(short[] dirProps) {
368 if (dirProps == null) {
371 int length = dirProps.length;
376 buffer[i] = charFromDirProp[dirProps[i]];
TestData.java 243 protected short[] dirProps;
252 private TestData(short[] dirProps, int lineStart, int lineLimit,
255 this.dirProps = dirProps;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidi.java 54 string = getStringFromDirProps(test.dirProps);
99 short[] dirProps = test.dirProps;
120 + TestData.dirPropNames[dirProps[lineStart + i]] + " "
364 private String getStringFromDirProps(short[] dirProps) {
367 if (dirProps == null) {
370 int length = dirProps.length;
375 buffer[i] = charFromDirProp[dirProps[i]];
TestData.java 242 protected short[] dirProps;
251 private TestData(short[] dirProps, int lineStart, int lineLimit,
254 this.dirProps = dirProps;
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 120 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
    [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 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 659 milliseconds