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;
106 /* the dirProp's L and R are defined to 0 and 1 values in UCharDirection */
107 #define GET_LR_FROM_LEVEL(level) ((DirProp)((level)&1))
176 DirProp lastStrong; /* bidi class of last strong char found in this run */
291 DirProp *dirPropsMemory;
302 DirProp *dirProps;
392 DirProp *dirPropsMemory;
  /external/icu/icu4c/source/common/
ubidiimp.h 29 typedef uint8_t DirProp;
106 /* the dirProp's L and R are defined to 0 and 1 values in UCharDirection */
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;

Completed in 42 milliseconds