Searched defs:dirProps (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Dubidiwrt.c454 const DirProp *dirProps=pBiDi->dirProps; local
471 (/*run>0 &&*/ dirProps[logicalStart]!=L)) {
495 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) {
513 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) {
537 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) {
575 const DirProp *dirProps=pBiDi->dirProps; local
585 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) {
598 if(/*run>0 &&*/ dirProps[logicalStar
[all...]
H A Dubidiln.c36 * and a dirProps array.
38 * Only if the length of the text is zero, then levels==dirProps==NULL.
70 * paragraph's levels and dirProps arrays are reused by way of setting
93 const DirProp *dirProps=pBiDi->dirProps; local
104 if(NO_CONTEXT_RTL(dirProps[start-1])==B) {
109 while(start>0 && DIRPROP_FLAG_NC(dirProps[start-1])&MASK_WS) {
168 pLineBiDi->dirProps=pParaBiDi->dirProps+start;
H A Dubidiimp.h120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \
233 const DirProp *dirProps; member in struct:UBiDi
H A Dubidi.c61 * Note that this implementation never modifies the dirProps
69 * them back to the dirProps array.
391 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ local
450 dirProps[i-1]=dirProp|paraDir;
453 dirProps[i-2]=(DirProp)(BN|paraDir);
461 dirProps[i1]&=~CONTEXT_RTL;
471 dirProps[i1]|=CONTEXT_RTL;
494 dirProps[paraStart]|=CONTEXT_RTL;
515 dirProps[i
613 const DirProp *dirProps=pBiDi->dirProps; local
784 const DirProp *dirProps=pBiDi->dirProps; local
1497 const DirProp *dirProps=pBiDi->dirProps; local
1629 const DirProp *dirProps=pBiDi->dirProps; local
[all...]
/external/icu4c/test/cintltst/
H A Dcbiditst.c107 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
890 const uint8_t *dirProps=test->text+lineStart; local
915 dirPropNames[dirProps[i]],
2908 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { argument
2915 buffer[i]=charFromDirProp[dirProps[i]];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 445 milliseconds