Searched refs:stringStore (Results 1 – 2 of 2) sorted by relevance
97 static char stringStore[STRING_STORE_SIZE]; variable98 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };193 #define GET_ALIAS_STR(index) (stringStore + ((size_t)(index) << 1))197 #define GET_ALIAS_NUM(str) ((uint16_t)((str - stringStore) >> 1))283 uprv_memset(stringStore, 0, sizeof(stringStore)); in main()
79 static char stringStore[STRING_STORE_SIZE]; variable502 p=stringStore+stringTop; in allocString()