Lines Matching refs:stringStore
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));