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

  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 85 /* explicit isolate codes */
121 * The following bit is used for the directional isolate status.
122 * Stack entries corresponding to isolate sequences are greater than ISOLATE.
124 #define ISOLATE 0x0100
135 /* number of isolate entries allocated initially without malloc */
137 /* number of isolate run entries for paired brackets allocated initially without malloc */
194 typedef struct Isolate {
198 } Isolate;
296 Isolate *isolatesMemory
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 85 /* explicit isolate codes */
112 * The following bit is used for the directional isolate status.
113 * Stack entries corresponding to isolate sequences are greater than ISOLATE.
115 #define ISOLATE 0x0100
126 /* number of isolate entries allocated initially without malloc */
128 /* number of isolate run entries for paired brackets allocated initially without malloc */
184 typedef struct Isolate {
189 } Isolate;
287 Isolate *isolatesMemory
    [all...]

Completed in 438 milliseconds