Searched refs:stringStore (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/tools/unicode/c/genprops/ |
H A D | namespropsbuilder.cpp | 166 static uint8_t stringStore[STRING_STORE_SIZE], variable 873 udata_writeBlock(pData, stringStore+groupTop, lineTop-groupTop); in writeBinaryData() 886 uint32_t offset = (uint32_t)((lines[i].s - stringStore)-groupBottom); in writeBinaryData() 893 udata_writeBlock(pData, stringStore+groupBottom, groupTop-groupBottom); in writeBinaryData() 1070 return (uint32_t)(stringStart - stringStore); in addToken() 1105 p=stringStore+lineTop; in allocLine() 1119 return stringStore+bottom; in allocWord()
|
/third_party/icu/icu4c/source/tools/gencnval/ |
H A D | gencnval.c | 101 static char stringStore[STRING_STORE_SIZE]; variable 102 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE }; 106 uint16_t *aliases; /* Index into stringStore */ 110 uint16_t converter; /* Index into stringStore */ 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()
|
/third_party/skia/third_party/externals/icu/source/tools/gencnval/ |
H A D | gencnval.c | 100 static char stringStore[STRING_STORE_SIZE]; variable 101 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE }; 105 uint16_t *aliases; /* Index into stringStore */ 109 uint16_t converter; /* Index into stringStore */ 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()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 81 static char stringStore[STRING_STORE_SIZE]; variable 506 p=stringStore+stringTop; in allocString()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 81 static char stringStore[STRING_STORE_SIZE]; variable 506 p=stringStore+stringTop; in allocString()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 81 static char stringStore[STRING_STORE_SIZE]; variable 506 p=stringStore+stringTop; in allocString()
|
Completed in 8 milliseconds