Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiWriter.java299 byte[] dirProps = bidi.dirProps; in writeReordered()
313 dirProps[bidiRun.start] != Bidi.L) { in writeReordered()
331 dirProps[bidiRun.limit - 1] != Bidi.L) { in writeReordered()
364 (MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.start])) == 0) { in writeReordered()
398 byte[] dirProps = bidi.dirProps; in writeReordered()
404 if (dirProps[bidiRun.limit - 1] != Bidi.L) { in writeReordered()
411 if (dirProps[bidiRun.start] != Bidi.L) { in writeReordered()
415 if ((MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRu in writeReordered()
[all...]
H A DBidi.java471 * Note that this implementation modifies the dirProps
479 * them back to the dirProps array.
1055 byte[] dirProps; field in Bidi
1143 return ((DirPropFlag(dirProps[index]) & flag) != 0); in testDirPropFlagAt()
1879 dirProps[i1] = dirProp; in getDirProps()
1883 dirProps[--i1] = BN; in getDirProps()
1897 /* dirProps[isolateStartStack[stackLast]] = LRI; */ in getDirProps()
1912 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps()
1929 dirProps[i-1] = LRI; /* default if no strong char */ in getDirProps()
1940 /* dirProps[isolateStartStac in getDirProps()
[all...]
H A DBidiLine.java31 * 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; in setTrailingWSStart()
98 if (dirProps[start - 1] == Bidi.B) { in setTrailingWSStart()
104 (Bidi.DirPropFlag(dirProps[start - 1]) & Bidi.MASK_WS) != 0) { in setTrailingWSStart()
148 lineBidi.dirProps = lineBidi.dirPropsMemory; in setLine()
149 System.arraycopy(paraBidi.dirProps, start, lineBidi.dirProps, in setLine()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidiWriter.java300 byte[] dirProps = bidi.dirProps; in writeReordered()
314 dirProps[bidiRun.start] != Bidi.L) { in writeReordered()
332 dirProps[bidiRun.limit - 1] != Bidi.L) { in writeReordered()
365 (MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.start])) == 0) { in writeReordered()
399 byte[] dirProps = bidi.dirProps; in writeReordered()
405 if (dirProps[bidiRun.limit - 1] != Bidi.L) { in writeReordered()
412 if (dirProps[bidiRun.start] != Bidi.L) { in writeReordered()
416 if ((MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRu in writeReordered()
[all...]
H A DBidi.java471 * Note that this implementation modifies the dirProps
479 * them back to the dirProps array.
1031 byte[] dirProps; field in Bidi
1119 return ((DirPropFlag(dirProps[index]) & flag) != 0); in testDirPropFlagAt()
1845 dirProps[i1] = dirProp; in getDirProps()
1849 dirProps[--i1] = BN; in getDirProps()
1863 /* dirProps[isolateStartStack[stackLast]] = LRI; */ in getDirProps()
1878 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps()
1895 dirProps[i-1] = LRI; /* default if no strong char */ in getDirProps()
1906 /* dirProps[isolateStartStac in getDirProps()
[all...]
H A DBidiLine.java32 * 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; in setTrailingWSStart()
99 if (dirProps[start - 1] == Bidi.B) { in setTrailingWSStart()
105 (Bidi.DirPropFlag(dirProps[start - 1]) & Bidi.MASK_WS) != 0) { in setTrailingWSStart()
149 lineBidi.dirProps = lineBidi.dirPropsMemory; in setLine()
150 System.arraycopy(paraBidi.dirProps, start, lineBidi.dirProps, in setLine()
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp65 * Note that this implementation modifies the dirProps
73 * them back to the dirProps array.
430 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local
499 dirProps[i-1]=dirProp; in getDirProps()
502 dirProps[i-2]=BN; in getDirProps()
514 /* dirProps[isolateStartStack[stackLast]]=LRI; */ in getDirProps()
529 dirProps[isolateStartStack[stackLast]]=RLI; in getDirProps()
546 dirProps[i-1]=LRI; /* default if no strong char */ in getDirProps()
557 /* dirProps[isolateStartStac in getDirProps()
708 DirProp *dirProps=bd->pBiDi->dirProps; bracketProcessBoundary() local
776 DirProp *dirProps=bd->pBiDi->dirProps; fixN0c() local
879 DirProp *dirProps, dirProp, newProp; bracketProcessChar() local
1073 DirProp *dirProps=pBiDi->dirProps; resolveExplicitLevels() local
1347 DirProp *dirProps=pBiDi->dirProps; checkExplicitLevels() local
1830 DirProp *dirProps=pBiDi->dirProps, dirProp; setLevelsOutsideIsolates() local
2128 const DirProp *dirProps=pBiDi->dirProps; resolveImplicitLevels() local
2290 const DirProp *dirProps=pBiDi->dirProps; adjustWSLevels() local
2558 DirProp *dirProps; ubidi_setPara() local
[all...]
H A Dubidiwrt.cpp461 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
478 (/*run>0 &&*/ dirProps[logicalStart]!=L)) { in ubidi_writeReordered()
504 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) { in ubidi_writeReordered()
522 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) { in ubidi_writeReordered()
548 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) { in ubidi_writeReordered()
588 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
598 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) { in ubidi_writeReordered()
613 if(/*run>0 &&*/ dirProps[logicalStar in ubidi_writeReordered()
[all...]
H A Dubidiln.cpp38 * 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; in setTrailingWSStart() local
106 if(dirProps[start-1]==B) { in setTrailingWSStart()
111 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) { in setTrailingWSStart()
170 pLineBiDi->dirProps=pParaBiDi->dirProps+start; in ubidi_setLine()
H A Dubidiimp.h299 DirProp *dirProps; member
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp65 * Note that this implementation modifies the dirProps
73 * them back to the dirProps array.
430 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local
499 dirProps[i-1]=dirProp; in getDirProps()
502 dirProps[i-2]=BN; in getDirProps()
514 /* dirProps[isolateStartStack[stackLast]]=LRI; */ in getDirProps()
529 dirProps[isolateStartStack[stackLast]]=RLI; in getDirProps()
546 dirProps[i-1]=LRI; /* default if no strong char */ in getDirProps()
557 /* dirProps[isolateStartStac in getDirProps()
708 DirProp *dirProps=bd->pBiDi->dirProps; bracketProcessBoundary() local
776 DirProp *dirProps=bd->pBiDi->dirProps; fixN0c() local
879 DirProp *dirProps, dirProp, newProp; bracketProcessChar() local
1073 DirProp *dirProps=pBiDi->dirProps; resolveExplicitLevels() local
1347 DirProp *dirProps=pBiDi->dirProps; checkExplicitLevels() local
1830 DirProp *dirProps=pBiDi->dirProps, dirProp; setLevelsOutsideIsolates() local
2128 const DirProp *dirProps=pBiDi->dirProps; resolveImplicitLevels() local
2290 const DirProp *dirProps=pBiDi->dirProps; adjustWSLevels() local
2558 DirProp *dirProps; ubidi_setPara() local
[all...]
H A Dubidiwrt.cpp461 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
478 (/*run>0 &&*/ dirProps[logicalStart]!=L)) { in ubidi_writeReordered()
504 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) { in ubidi_writeReordered()
522 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) { in ubidi_writeReordered()
548 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) { in ubidi_writeReordered()
588 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
598 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) { in ubidi_writeReordered()
613 if(/*run>0 &&*/ dirProps[logicalStar in ubidi_writeReordered()
[all...]
H A Dubidiln.cpp38 * and a dirProps array.
40 * Only if the length of the text is zero, then levels==dirProps==nullptr.
72 * paragraph's levels and dirProps arrays are reused by way of setting
95 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart() local
106 if(dirProps[start-1]==B) { in setTrailingWSStart()
111 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) { in setTrailingWSStart()
170 pLineBiDi->dirProps=pParaBiDi->dirProps+start; in ubidi_setLine()
H A Dubidiimp.h299 DirProp *dirProps; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi.cpp65 * Note that this implementation modifies the dirProps
73 * them back to the dirProps array.
430 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local
499 dirProps[i-1]=dirProp; in getDirProps()
502 dirProps[i-2]=BN; in getDirProps()
514 /* dirProps[isolateStartStack[stackLast]]=LRI; */ in getDirProps()
529 dirProps[isolateStartStack[stackLast]]=RLI; in getDirProps()
546 dirProps[i-1]=LRI; /* default if no strong char */ in getDirProps()
557 /* dirProps[isolateStartStac in getDirProps()
708 DirProp *dirProps=bd->pBiDi->dirProps; bracketProcessBoundary() local
776 DirProp *dirProps=bd->pBiDi->dirProps; fixN0c() local
879 DirProp *dirProps, dirProp, newProp; bracketProcessChar() local
1073 DirProp *dirProps=pBiDi->dirProps; resolveExplicitLevels() local
1347 DirProp *dirProps=pBiDi->dirProps; checkExplicitLevels() local
1830 DirProp *dirProps=pBiDi->dirProps, dirProp; setLevelsOutsideIsolates() local
2128 const DirProp *dirProps=pBiDi->dirProps; resolveImplicitLevels() local
2290 const DirProp *dirProps=pBiDi->dirProps; adjustWSLevels() local
2558 DirProp *dirProps; ubidi_setPara() local
[all...]
H A Dubidiwrt.cpp461 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
478 (/*run>0 &&*/ dirProps[logicalStart]!=L)) { in ubidi_writeReordered()
504 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) { in ubidi_writeReordered()
522 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) { in ubidi_writeReordered()
548 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) { in ubidi_writeReordered()
588 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
598 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) { in ubidi_writeReordered()
613 if(/*run>0 &&*/ dirProps[logicalStar in ubidi_writeReordered()
[all...]
H A Dubidiln.cpp38 * 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; in setTrailingWSStart() local
106 if(dirProps[start-1]==B) { in setTrailingWSStart()
111 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) { in setTrailingWSStart()
170 pLineBiDi->dirProps=pParaBiDi->dirProps+start; in ubidi_setLine()
H A Dubidiimp.h299 DirProp *dirProps; member
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestBidi.java54 string = getStringFromDirProps(test.dirProps); in doTests()
99 short[] dirProps = test.dirProps; in doTest()
120 + TestData.dirPropNames[dirProps[lineStart + i]] + " " in doTest()
364 private String getStringFromDirProps(short[] dirProps) { in getStringFromDirProps() argument
367 if (dirProps == null) { in getStringFromDirProps()
370 int length = dirProps.length; in getStringFromDirProps()
375 buffer[i] = charFromDirProp[dirProps[i]]; in getStringFromDirProps()
H A DTestData.java242 protected short[] dirProps; field in TestData
251 private TestData(short[] dirProps, int lineStart, int lineLimit, in TestData() argument
254 this.dirProps = dirProps; in TestData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestBidi.java57 string = getStringFromDirProps(test.dirProps); in doTests()
102 short[] dirProps = test.dirProps; in doTest()
123 + TestData.dirPropNames[dirProps[lineStart + i]] + " " in doTest()
367 private String getStringFromDirProps(short[] dirProps) { in getStringFromDirProps() argument
370 if (dirProps == null) { in getStringFromDirProps()
373 int length = dirProps.length; in getStringFromDirProps()
378 buffer[i] = charFromDirProp[dirProps[i]]; in getStringFromDirProps()
H A DTestData.java245 protected short[] dirProps; field in TestData
254 private TestData(short[] dirProps, int lineStart, int lineLimit, in TestData() argument
257 this.dirProps = dirProps; in TestData()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c122 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
1044 const uint8_t *dirProps=test->text+lineStart; in doTest() local
1069 dirPropNames[dirProps[i]], in doTest()
3592 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps() argument
3599 buffer[i]=charFromDirProp[dirProps[i]]; in getStringFromDirProps()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 37 milliseconds