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

  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 156 enum { /* flags for Opening.flags */
161 typedef struct Opening {
162 int32_t position; /* position of opening bracket */
164 int32_t contextPos; /* position of last strong char found before opening */
166 UBiDiDirection contextDir; /* L or R according to last strong char before opening */
168 } Opening;
173 uint16_t start; /* index of first opening entry for this run */
174 uint16_t limit; /* index after last opening entry for this run */
183 /* array of opening entries which should be enough in most cases; no malloc() */
184 Opening simpleOpenings[SIMPLE_OPENINGS_SIZE]
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 147 enum { /* flags for Opening.flags */
152 typedef struct Opening {
153 int32_t position; /* position of opening bracket */
155 int32_t contextPos; /* position of last strong char found before opening */
157 UBiDiDirection contextDir; /* L or R according to last strong char before opening */
159 } Opening;
163 uint16_t start; /* index of first opening entry for this run */
164 uint16_t limit; /* index after last opening entry for this run */
173 /* array of opening entries which should be enough in most cases; no malloc() */
174 Opening simpleOpenings[SIMPLE_OPENINGS_SIZE]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 3092 milliseconds