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

  /external/icu4c/common/
ubidi.c 69 * Changes of dirProp values are done on the fly, without writing
359 static DirProp
366 DirProp dirProp, result=ON;
370 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar);
372 if(dirProp==L || dirProp==R || dirProp==AL) {
373 result=dirProp;
    [all...]
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;
312 DirProp *dirPropsMemory;
ubidiwrt.c 457 const DirProp *dirProps=pBiDi->dirProps;
584 const DirProp *dirProps=pBiDi->dirProps;
ubidiln.c 97 const DirProp *dirProps=pBiDi->dirProps;
    [all...]

Completed in 57 milliseconds