Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidiimp.h26 typedef uint8_t DirProp; typedef
104 #define GET_LR_FROM_LEVEL(level) ((DirProp)((level)&1))
163 DirProp lastStrong; /* bidi class of last strong char found in this run */
164 DirProp lastBase; /* bidi class of last base char found in this run */
279 DirProp *dirPropsMemory;
290 DirProp *dirProps;
380 DirProp *dirPropsMemory;
Dubidi.c375 static DirProp
381 DirProp dirProp, result=ON; in firstL_R_AL()
385 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL()
431 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps()
436 DirProp dirProp=0, defaultParaLevel=0; /* initialize to avoid compiler warnings */ in getDirProps()
455 DirProp lastStrong=ON; /* for default level & inverse BiDi */ in getDirProps()
499 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps()
706 DirProp *dirProps=bd->pBiDi->dirProps; in bracketProcessBoundary()
768 fixN0c(BracketData *bd, int32_t openingIndex, int32_t newPropPosition, DirProp newProp) { in fixN0c()
772 DirProp *dirProps=bd->pBiDi->dirProps; in fixN0c()
[all …]
Dubidiwrt.c452 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered()
579 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered()
Dubidiln.c93 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart()