Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/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.c366 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local
418 dirProps[i-1]=dirProp|paraDir; in getDirProps()
421 dirProps[i-2]=(DirProp)(BN|paraDir); in getDirProps()
429 dirProps[i1]&=~CONTEXT_RTL; in getDirProps()
439 dirProps[i1]|=CONTEXT_RTL; in getDirProps()
462 dirProps[paraStart]|=CONTEXT_RTL; in getDirProps()
483 dirProps[i1]|=CONTEXT_RTL; in getDirProps()
581 const DirProp *dirProps=pBiDi->dirProps; in resolveExplicitLevels() local
624 dirProp=NO_CONTEXT_RTL(dirProps[i]); in resolveExplicitLevels()
752 const DirProp *dirProps=pBiDi->dirProps; in checkExplicitLevels() local
[all …]
Dubidiimp.h120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \
233 const DirProp *dirProps; member
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()
/external/icu4c/common/
Dubidiwrt.c457 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
474 (/*run>0 &&*/ dirProps[logicalStart]!=L)) { in ubidi_writeReordered()
500 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) { in ubidi_writeReordered()
518 … (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) { in ubidi_writeReordered()
544 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) { in ubidi_writeReordered()
584 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered() local
594 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) { in ubidi_writeReordered()
609 if(/*run>0 &&*/ dirProps[logicalStart]!=L) { in ubidi_writeReordered()
616 if(/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart]))) { in ubidi_writeReordered()
631 if(/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1]))) { in ubidi_writeReordered()
Dubidi.c392 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps() local
451 dirProps[i-1]=dirProp|paraDir; in getDirProps()
454 dirProps[i-2]=(DirProp)(BN|paraDir); in getDirProps()
462 dirProps[i1]&=~CONTEXT_RTL; in getDirProps()
472 dirProps[i1]|=CONTEXT_RTL; in getDirProps()
495 dirProps[paraStart]|=CONTEXT_RTL; in getDirProps()
516 dirProps[i1]|=CONTEXT_RTL; in getDirProps()
614 const DirProp *dirProps=pBiDi->dirProps; in resolveExplicitLevels() local
657 dirProp=NO_CONTEXT_RTL(dirProps[i]); in resolveExplicitLevels()
785 const DirProp *dirProps=pBiDi->dirProps; in checkExplicitLevels() local
[all …]
Dubidiimp.h120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \
233 const DirProp *dirProps; member
Dubidiln.c97 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart() local
108 if(NO_CONTEXT_RTL(dirProps[start-1])==B) { in setTrailingWSStart()
113 while(start>0 && DIRPROP_FLAG_NC(dirProps[start-1])&MASK_WS) { in setTrailingWSStart()
172 pLineBiDi->dirProps=pParaBiDi->dirProps+start; in ubidi_setLine()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcbiditst.c103 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
883 const uint8_t *dirProps=test->text+lineStart; in doTest() local
908 dirPropNames[dirProps[i]], in doTest()
2856 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps() argument
2863 buffer[i]=charFromDirProp[dirProps[i]]; in getStringFromDirProps()
/external/icu4c/test/cintltst/
Dcbiditst.c113 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
1027 const uint8_t *dirProps=test->text+lineStart; in doTest() local
1052 dirPropNames[dirProps[i]], in doTest()
3336 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps() argument
3343 buffer[i]=charFromDirProp[dirProps[i]]; in getStringFromDirProps()