Home
last modified time | relevance | path

Searched refs:dirProps (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dubidiwrt.c454 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
471 (/*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() local
585 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()
Dubidi.c342 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local
396 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() local
604 dirProp=NO_CONTEXT_RTL(dirProps[i]); in resolveExplicitLevels()
732 const DirProp *dirProps=pBiDi->dirProps; in checkExplicitLevels() local
[all …]
Dubidiln.c93 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart() local
104 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()
Dubidiimp.h120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \
233 const DirProp *dirProps; member
/external/icu4c/test/cintltst/
Dcbiditst.c101 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
880 const uint8_t *dirProps=test->text+lineStart; in doTest() local
905 dirPropNames[dirProps[i]], in doTest()
2671 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps() argument
2678 buffer[i]=charFromDirProp[dirProps[i]]; in getStringFromDirProps()