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

  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 113 static char tagStore[TAG_STORE_SIZE];
114 static StringBlock tagBlock = { tagStore, 0, TAG_STORE_SIZE };
117 uint16_t tag; /* Index into tagStore */
193 #define GET_TAG_STR(index) (tagStore + ((size_t)(index) << 1))
197 #define GET_TAG_NUM(str) ((uint16_t)((str - tagStore) >> 1))
275 uprv_memset(tagStore, 0, sizeof(tagStore));
597 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 113 static char tagStore[TAG_STORE_SIZE];
114 static StringBlock tagBlock = { tagStore, 0, TAG_STORE_SIZE };
117 uint16_t tag; /* Index into tagStore */
193 #define GET_TAG_STR(index) (tagStore + ((size_t)(index) << 1))
197 #define GET_TAG_NUM(str) ((uint16_t)((str - tagStore) >> 1))
276 uprv_memset(tagStore, 0, sizeof(tagStore));
607 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
    [all...]

Completed in 85 milliseconds