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

  /external/icu4c/tools/gennames/
gennames.c 225 static uint8_t stringStore[STRING_STORE_SIZE],
1032 udata_writeBlock(pData, stringStore+groupTop, lineTop-groupTop);
1045 offset = (uint32_t)((lines[i].s - stringStore)-groupBottom);
1052 udata_writeBlock(pData, stringStore+groupBottom, groupTop-groupBottom);
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 97 static char stringStore[STRING_STORE_SIZE];
98 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
102 uint16_t *aliases; /* Index into stringStore */
106 uint16_t converter; /* Index into stringStore */
192 #define GET_ALIAS_STR(index) (stringStore + ((size_t)(index) << 1))
196 #define GET_ALIAS_NUM(str) ((uint16_t)((str - stringStore) >> 1))
274 uprv_memset(stringStore, 0, sizeof(stringStore));
    [all...]
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 80 static char stringStore[STRING_STORE_SIZE];
479 p=stringStore+stringTop;

Completed in 968 milliseconds