Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidiimp.h29 typedef uint8_t DirProp; typedef
107 #define GET_LR_FROM_LEVEL(level) ((DirProp)((level)&1))
166 DirProp lastStrong; /* bidi class of last strong char found in this run */
167 DirProp lastBase; /* bidi class of last base char found in this run */
282 DirProp *dirPropsMemory;
293 DirProp *dirProps;
383 DirProp *dirPropsMemory;
Dubidi.c377 static DirProp
383 DirProp dirProp, result=ON; in firstL_R_AL()
387 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar); in firstL_R_AL()
433 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps()
438 DirProp dirProp=0, defaultParaLevel=0; /* initialize to avoid compiler warnings */ in getDirProps()
457 DirProp lastStrong=ON; /* for default level & inverse BiDi */ in getDirProps()
501 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar)); in getDirProps()
708 DirProp *dirProps=bd->pBiDi->dirProps; in bracketProcessBoundary()
770 fixN0c(BracketData *bd, int32_t openingIndex, int32_t newPropPosition, DirProp newProp) { in fixN0c()
774 DirProp *dirProps=bd->pBiDi->dirProps; in fixN0c()
[all …]
Dubidiwrt.c454 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered()
581 const DirProp *dirProps=pBiDi->dirProps; in ubidi_writeReordered()
Dubidiln.c95 const DirProp *dirProps=pBiDi->dirProps; in setTrailingWSStart()