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

  /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))
275 uprv_memset(stringStore, 0, sizeof(stringStore));
    [all...]
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 79 static char stringStore[STRING_STORE_SIZE];
502 p=stringStore+stringTop;

Completed in 132 milliseconds