Searched refs:dirProps (Results 1 – 5 of 5) sorted by relevance
454 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local471 (/*run>0 &&*/ dirProps[logicalStart]!=L)) { in ubidi_writeReordered()495 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) { in ubidi_writeReordered()513 … (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) { in ubidi_writeReordered()537 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) { in ubidi_writeReordered()575 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local585 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) { in ubidi_writeReordered()598 if(/*run>0 &&*/ dirProps[logicalStart]!=L) { in ubidi_writeReordered()605 if(/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart]))) { in ubidi_writeReordered()618 if(/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1]))) { in ubidi_writeReordered()
342 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local396 dirProps[i1]=dirProp|paraDir; in getDirProps()400 dirProps[--i1]=(DirProp)(BN|paraDir); in getDirProps()409 dirProps[i1]&=~CONTEXT_RTL; in getDirProps()419 dirProps[i1]|=CONTEXT_RTL; in getDirProps()442 dirProps[paraStart]|=CONTEXT_RTL; in getDirProps()463 dirProps[i1]|=CONTEXT_RTL; in getDirProps()561 const DirProp *dirProps=pBiDi->dirProps; in resolveExplicitLevels() local604 dirProp=NO_CONTEXT_RTL(dirProps[i]); in resolveExplicitLevels()732 const DirProp *dirProps=pBiDi->dirProps; in checkExplicitLevels() local[all …]
93 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart() local104 if(NO_CONTEXT_RTL(dirProps[start-1])==B) { in setTrailingWSStart()109 while(start>0 && DIRPROP_FLAG_NC(dirProps[start-1])&MASK_WS) { in setTrailingWSStart()168 pLineBiDi->dirProps=pParaBiDi->dirProps+start; in ubidi_setLine()
120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \233 const DirProp *dirProps; member
101 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);880 const uint8_t *dirProps=test->text+lineStart; in doTest() local905 dirPropNames[dirProps[i]], in doTest()2671 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps() argument2678 buffer[i]=charFromDirProp[dirProps[i]]; in getStringFromDirProps()