HomeSort by relevance Sort by last modified time
    Searched refs:DirProp (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
ubidiimp.h 29 typedef uint8_t DirProp;
103 /* the dirProp's L and R are defined to 0 and 1 values in UCharDirection */
104 #define GET_LR_FROM_LEVEL(level) ((DirProp)((level)&1))
224 DirProp *dirPropsMemory;
233 const DirProp *dirProps;
306 DirProp *dirPropsMemory;
ubidi.c 68 * Changes of dirProp values are done on the fly, without writing
342 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */
347 DirProp dirProp=0, paraDirDefault=0;/* initialize to avoid compiler warnings */
366 DirProp paraDir; /* == CONTEXT_RTL within paragraphs
368 DirProp lastStrongDir=0; /* for default level & inverse BiDi */
395 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar));
396 dirProps[i1]=dirProp|paraDir;
400 dirProps[--i1]=(DirProp)(BN|paraDir)
    [all...]
ubidiwrt.c 454 const DirProp *dirProps=pBiDi->dirProps;
575 const DirProp *dirProps=pBiDi->dirProps;
ubidiln.c 93 const DirProp *dirProps=pBiDi->dirProps;
    [all...]

Completed in 255 milliseconds