Home
last modified time | relevance | path

Searched refs:stringStore (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c99 static char stringStore[STRING_STORE_SIZE]; variable
100 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
195 #define GET_ALIAS_STR(index) (stringStore + ((size_t)(index) << 1))
199 #define GET_ALIAS_NUM(str) ((uint16_t)((str - stringStore) >> 1))
285 uprv_memset(stringStore, 0, sizeof(stringStore)); in main()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.c81 static char stringStore[STRING_STORE_SIZE]; variable
504 p=stringStore+stringTop; in allocString()