Searched refs:stringStore (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 101 static char stringStore[STRING_STORE_SIZE]; variable 102 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE }; 197 #define GET_ALIAS_STR(index) (stringStore + ((size_t)(index) << 1)) 201 #define GET_ALIAS_NUM(str) ((uint16_t)((str - stringStore) >> 1)) 292 uprv_memset(stringStore, 0, sizeof(stringStore)); in main()
|
/external/cronet/stable/third_party/icu/source/tools/gencnval/ |
D | gencnval.c | 101 static char stringStore[STRING_STORE_SIZE]; variable 102 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE }; 197 #define GET_ALIAS_STR(index) (stringStore + ((size_t)(index) << 1)) 201 #define GET_ALIAS_NUM(str) ((uint16_t)((str - stringStore) >> 1)) 286 uprv_memset(stringStore, 0, sizeof(stringStore)); in main()
|
/external/cronet/tot/third_party/icu/source/tools/gencnval/ |
D | gencnval.c | 101 static char stringStore[STRING_STORE_SIZE]; variable 102 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE }; 197 #define GET_ALIAS_STR(index) (stringStore + ((size_t)(index) << 1)) 201 #define GET_ALIAS_NUM(str) ((uint16_t)((str - stringStore) >> 1)) 286 uprv_memset(stringStore, 0, sizeof(stringStore)); in main()
|
/external/cronet/stable/third_party/icu/source/tools/toolutil/ |
D | pkg_gencmn.cpp | 81 static char stringStore[STRING_STORE_SIZE]; variable 506 p=stringStore+stringTop; in allocString()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_gencmn.cpp | 81 static char stringStore[STRING_STORE_SIZE]; variable 506 p=stringStore+stringTop; in allocString()
|
/external/cronet/tot/third_party/icu/source/tools/toolutil/ |
D | pkg_gencmn.cpp | 81 static char stringStore[STRING_STORE_SIZE]; variable 506 p=stringStore+stringTop; in allocString()
|