Searched refs:STRING_STORE_SIZE (Results 1 - 12 of 12) sorted by relevance
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | package.h | 30 #define STRING_STORE_SIZE 100000 macro 175 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
|
H A D | pkg_gencmn.cpp | 23 #define STRING_STORE_SIZE 200000 macro 81 static char stringStore[STRING_STORE_SIZE]; 502 if(top>STRING_STORE_SIZE) { in allocString()
|
H A D | package.cpp | 557 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage() 1262 if(top>STRING_STORE_SIZE) { in allocString()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | package.h | 30 #define STRING_STORE_SIZE 100000 macro 175 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
|
H A D | pkg_gencmn.cpp | 23 #define STRING_STORE_SIZE 200000 macro 81 static char stringStore[STRING_STORE_SIZE]; 502 if(top>STRING_STORE_SIZE) { in allocString()
|
H A D | package.cpp | 557 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage() 1262 if(top>STRING_STORE_SIZE) { in allocString()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | package.h | 30 #define STRING_STORE_SIZE 100000 macro 175 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
|
H A D | pkg_gencmn.cpp | 23 #define STRING_STORE_SIZE 200000 macro 81 static char stringStore[STRING_STORE_SIZE]; 502 if(top>STRING_STORE_SIZE) { in allocString()
|
H A D | package.cpp | 557 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage() 1262 if(top>STRING_STORE_SIZE) { in allocString()
|
/third_party/icu/icu4c/source/tools/gencnval/ |
H A D | gencnval.c | 47 /* STRING_STORE_SIZE + TAG_STORE_SIZE <= ((2^16 - 1) * 2) 53 #define STRING_STORE_SIZE 0x1FBFE /* 130046 */ macro 101 static char stringStore[STRING_STORE_SIZE]; 102 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | namespropsbuilder.cpp | 134 #define STRING_STORE_SIZE 2000000 macro 166 static uint8_t stringStore[STRING_STORE_SIZE], 170 static uint32_t lineTop=0, groupBottom, wordBottom=STRING_STORE_SIZE, lineLengthsTop;
|
/third_party/skia/third_party/externals/icu/source/tools/gencnval/ |
H A D | gencnval.c | 46 /* STRING_STORE_SIZE + TAG_STORE_SIZE <= ((2^16 - 1) * 2) 52 #define STRING_STORE_SIZE 0x1FBFE /* 130046 */ macro 100 static char stringStore[STRING_STORE_SIZE]; 101 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
|
Completed in 16 milliseconds