Searched refs:STRING_STORE_SIZE (Results 1 – 16 of 16) sorted by relevance
/third_party/icu/icu4c/source/tools/toolutil/ |
D | package.h | 30 #define STRING_STORE_SIZE 100000 macro 175 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
|
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()
|
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/ |
D | package.h | 30 #define STRING_STORE_SIZE 100000 macro 175 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
|
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()
|
D | package.cpp | 557 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage() 1262 if(top>STRING_STORE_SIZE) { in allocString()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | package.h | 30 #define STRING_STORE_SIZE 100000 macro 175 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
|
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()
|
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/ |
D | package.h | 30 #define STRING_STORE_SIZE 100000 macro 175 char inStrings[STRING_STORE_SIZE], outStrings[STRING_STORE_SIZE];
|
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()
|
D | package.cpp | 557 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage() 1262 if(top>STRING_STORE_SIZE) { in allocString()
|
/third_party/icu/tools/unicode/c/genprops/ |
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/flutter/skia/third_party/externals/icu/source/tools/gencnval/ |
D | gencnval.c | 51 #define STRING_STORE_SIZE 0x1FBFE /* 130046 */ macro 99 static char stringStore[STRING_STORE_SIZE]; 100 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
|
/third_party/skia/third_party/externals/icu/source/tools/gencnval/ |
D | gencnval.c | 52 #define STRING_STORE_SIZE 0x1FBFE /* 130046 */ macro 100 static char stringStore[STRING_STORE_SIZE]; 101 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
|
/third_party/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 52 #define STRING_STORE_SIZE 0x1FBFE /* 130046 */ macro 100 static char stringStore[STRING_STORE_SIZE]; 101 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
|