Searched refs:dirProps (Results 1 – 16 of 16) sorted by relevance
299 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[bidiRun.start])) == 0) { in writeReordered()422 if ((MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.limit - 1])) == 0) { in writeReordered()
1049 byte[] dirProps; field in Bidi1137 return ((DirPropFlag(dirProps[index]) & flag) != 0); in testDirPropFlagAt()1873 dirProps[i1] = dirProp; in getDirProps()1877 dirProps[--i1] = BN; in getDirProps()1906 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps()1923 dirProps[i-1] = LRI; /* default if no strong char */ in getDirProps()2071 if ((DirPropFlag(dirProps[lastCcPos]) & MASK_ISO) != 0) /* after an isolate */ in bracketProcessBoundary()2148 dirProps[openingPosition] = newProp; in fixN0c()2150 dirProps[closingPosition] = newProp; in fixN0c()2203 dirProps[pOpening.position] = newProp; in bracketProcessClosing()[all …]
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, 0, in setLine()
300 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[bidiRun.start])) == 0) { in writeReordered()423 if ((MASK_R_AL & Bidi.DirPropFlag(dirProps[bidiRun.limit - 1])) == 0) { in writeReordered()
1024 byte[] dirProps; field in Bidi1112 return ((DirPropFlag(dirProps[index]) & flag) != 0); in testDirPropFlagAt()1838 dirProps[i1] = dirProp; in getDirProps()1842 dirProps[--i1] = BN; in getDirProps()1871 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps()1888 dirProps[i-1] = LRI; /* default if no strong char */ in getDirProps()2036 if ((DirPropFlag(dirProps[lastCcPos]) & MASK_ISO) != 0) /* after an isolate */ in bracketProcessBoundary()2113 dirProps[openingPosition] = newProp; in fixN0c()2115 dirProps[closingPosition] = newProp; in fixN0c()2168 dirProps[pOpening.position] = newProp; in bracketProcessClosing()[all …]
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, 0, in setLine()
433 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local502 dirProps[i-1]=dirProp; in getDirProps()505 dirProps[i-2]=BN; in getDirProps()532 dirProps[isolateStartStack[stackLast]]=RLI; in getDirProps()549 dirProps[i-1]=LRI; /* default if no strong char */ in getDirProps()708 DirProp *dirProps=bd->pBiDi->dirProps; in bracketProcessBoundary() local709 if(DIRPROP_FLAG(dirProps[lastCcPos])&MASK_ISO) /* after an isolate */ in bracketProcessBoundary()774 DirProp *dirProps=bd->pBiDi->dirProps; in fixN0c() local786 dirProps[openingPosition]=newProp; in fixN0c()788 dirProps[closingPosition]=newProp; in fixN0c()[all …]
454 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local471 (/*run>0 &&*/ dirProps[logicalStart]!=L)) { in ubidi_writeReordered()497 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) { in ubidi_writeReordered()515 … (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) { in ubidi_writeReordered()541 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) { in ubidi_writeReordered()581 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local591 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) { in ubidi_writeReordered()606 if(/*run>0 &&*/ dirProps[logicalStart]!=L) { in ubidi_writeReordered()613 if(/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart]))) { in ubidi_writeReordered()628 if(/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1]))) { in ubidi_writeReordered()
95 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart() local106 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()
293 DirProp *dirProps; member
55 string = getStringFromDirProps(test.dirProps); in doTests()100 short[] dirProps = test.dirProps; in doTest() local121 + TestData.dirPropNames[dirProps[lineStart + i]] + " " in doTest()365 private String getStringFromDirProps(short[] dirProps) { in getStringFromDirProps() argument368 if (dirProps == null) { in getStringFromDirProps()371 int length = dirProps.length; in getStringFromDirProps()376 buffer[i] = charFromDirProp[dirProps[i]]; in getStringFromDirProps()
243 protected short[] dirProps; field in TestData252 private TestData(short[] dirProps, int lineStart, int lineLimit, in TestData() argument255 this.dirProps = dirProps; in TestData()
54 string = getStringFromDirProps(test.dirProps); in doTests()99 short[] dirProps = test.dirProps; in doTest() local120 + TestData.dirPropNames[dirProps[lineStart + i]] + " " in doTest()364 private String getStringFromDirProps(short[] dirProps) { in getStringFromDirProps() argument367 if (dirProps == null) { in getStringFromDirProps()370 int length = dirProps.length; in getStringFromDirProps()375 buffer[i] = charFromDirProp[dirProps[i]]; in getStringFromDirProps()
242 protected short[] dirProps; field in TestData251 private TestData(short[] dirProps, int lineStart, int lineLimit, in TestData() argument254 this.dirProps = dirProps; in TestData()
120 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);1036 const uint8_t *dirProps=test->text+lineStart; in doTest() local1061 dirPropNames[dirProps[i]], in doTest()3583 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps() argument3590 buffer[i]=charFromDirProp[dirProps[i]]; in getStringFromDirProps()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...