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

  /external/icu/icu4c/source/common/
ubidiimp.h 173 int32_t openingsCount; /* number of allocated entries */
ubidi.c 682 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening);
685 bd->openingsCount=SIMPLE_OPENINGS_COUNT;
746 if(pLastIsoRun->limit>=bd->openingsCount) { /* no available new entry */
754 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening);
    [all...]

Completed in 118 milliseconds