Home
last modified time | relevance | path

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

/external/icu4c/common/
Dubidiimp.h29 typedef uint8_t DirProp; typedef
104 #define GET_LR_FROM_LEVEL(level) ((DirProp)((level)&1))
224 DirProp *dirPropsMemory;
233 const DirProp *dirProps;
306 DirProp *dirPropsMemory;
Dubidi.c342 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps()
347 DirProp dirProp=0, paraDirDefault=0;/* initialize to avoid compiler warnings */ in getDirProps()
366 DirProp paraDir; /* == CONTEXT_RTL within paragraphs in getDirProps()
368 DirProp lastStrongDir=0; /* for default level & inverse BiDi */ in getDirProps()
395 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps()
400 dirProps[--i1]=(DirProp)(BN|paraDir); in getDirProps()
561 const DirProp *dirProps=pBiDi->dirProps; in resolveExplicitLevels()
567 DirProp dirProp; in resolveExplicitLevels()
732 const DirProp *dirProps=pBiDi->dirProps; in checkExplicitLevels()
733 DirProp dirProp; in checkExplicitLevels()
[all …]
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()