Home
last modified time | relevance | path

Searched refs:DirProp (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Dubidi.c358 static DirProp
365 DirProp dirProp, result=ON; in firstL_R_AL()
369 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL()
391 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps()
396 DirProp dirProp=0, paraDirDefault=0;/* initialize to avoid compiler warnings */ in getDirProps()
415 DirProp paraDir; /* == CONTEXT_RTL within paragraphs in getDirProps()
417 DirProp lastStrongDir=0; /* for default level & inverse BiDi */ in getDirProps()
425 DirProp lastStrong; in getDirProps()
449 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps()
453 dirProps[i-2]=(DirProp)(BN|paraDir); in getDirProps()
[all …]
Dubidiimp.h29 typedef uint8_t DirProp; typedef
104 #define GET_LR_FROM_LEVEL(level) ((DirProp)((level)&1))
224 DirProp *dirPropsMemory;
233 const DirProp *dirProps;
312 DirProp *dirPropsMemory;
Dubidiwrt.c454 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered()
575 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered()
Dubidiln.c93 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart()