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()
391 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local450 dirProps[i-1]=dirProp|paraDir; in getDirProps()453 dirProps[i-2]=(DirProp)(BN|paraDir); in getDirProps()461 dirProps[i1]&=~CONTEXT_RTL; in getDirProps()471 dirProps[i1]|=CONTEXT_RTL; in getDirProps()494 dirProps[paraStart]|=CONTEXT_RTL; in getDirProps()515 dirProps[i1]|=CONTEXT_RTL; in getDirProps()613 const DirProp *dirProps=pBiDi->dirProps; in resolveExplicitLevels() local656 dirProp=NO_CONTEXT_RTL(dirProps[i]); in resolveExplicitLevels()784 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
107 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);890 const uint8_t *dirProps=test->text+lineStart; in doTest() local915 dirPropNames[dirProps[i]], in doTest()2908 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps() argument2915 buffer[i]=charFromDirProp[dirProps[i]]; in getStringFromDirProps()