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

  /external/chromium_org/third_party/icu/source/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;
  /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;
312 DirProp *dirPropsMemory;

Completed in 134 milliseconds