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

  /external/icu/icu4c/source/common/
ubidiimp.h 26 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))
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;
ubidi.c 70 * Changes of dirProp values are done on the fly, without writing
375 static DirProp
381 DirProp dirProp, result=ON;
385 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar);
387 if(dirProp==L || dirProp==R || dirProp==AL) {
388 result=dirProp;
    [all...]
ubidiwrt.c 452 const DirProp *dirProps=pBiDi->dirProps;
579 const DirProp *dirProps=pBiDi->dirProps;
ubidiln.c 93 const DirProp *dirProps=pBiDi->dirProps;
    [all...]

Completed in 191 milliseconds