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

  /external/icu/icu4c/source/common/
ubidiimp.h 144 enum { /* flags for Opening.flags */
149 typedef struct Opening {
150 int32_t position; /* position of opening bracket */
152 int32_t contextPos; /* position of last strong char found before opening */
154 UBiDiDirection contextDir; /* L or R according to last strong char before opening */
156 } Opening;
160 uint16_t start; /* index of first opening entry for this run */
161 uint16_t limit; /* index after last opening entry for this run */
170 /* array of opening entries which should be enough in most cases; no malloc() */
171 Opening simpleOpenings[SIMPLE_OPENINGS_COUNT]
    [all...]
ubidi.c 660 openings array is used to note the data of opening brackets not yet
664 one-after-last openings entries for pending opening brackets it
682 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening);
741 /* newly found opening bracket: create an openings entry */
745 Opening *pOpening;
752 SIMPLE_OPENINGS_COUNT * sizeof(Opening));
754 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening);
771 Opening *qOpening;
797 Opening *pOpening, *qOpening;
819 context of the opening parenthesis, and it now appear
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 524 static class Opening {
525 int position; /* position of opening bracket */
527 int contextPos; /* position of last strong char found before opening */
529 byte contextDir; /* L or R according to last strong char before opening */
535 short start; /* index of first opening entry for this run */
536 short limit; /* index after last opening entry for this run */
544 Opening[] openings = new Opening[SIMPLE_OPENINGS_COUNT];
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 524 static class Opening {
525 int position; /* position of opening bracket */
527 int contextPos; /* position of last strong char found before opening */
529 byte contextDir; /* L or R according to last strong char before opening */
535 short start; /* index of first opening entry for this run */
536 short limit; /* index after last opening entry for this run */
544 Opening[] openings = new Opening[SIMPLE_OPENINGS_COUNT];
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 163 this.log('Opening Chrome for Android...');
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
intel-moe-ios.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js     [all...]

Completed in 736 milliseconds