Searched refs:stringStore (Results 1 – 2 of 2) sorted by relevance
100 static char stringStore[STRING_STORE_SIZE]; variable101 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };196 #define GET_ALIAS_STR(index) (stringStore + ((size_t)(index) << 1))200 #define GET_ALIAS_NUM(str) ((uint16_t)((str - stringStore) >> 1))285 uprv_memset(stringStore, 0, sizeof(stringStore)); in main()
81 static char stringStore[STRING_STORE_SIZE]; variable506 p=stringStore+stringTop; in allocString()