Home
last modified time | relevance | path

Searched refs:StringBlock (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolStringBuilder.c34 } StringBlock; typedef
40 StringBlock* blockListHead;
41 StringBlock* blockListTail;
60 StringBlock* block = DE_POOL_NEW(builder->pool, StringBlock); in dePoolStringBuilder_appendString()
124 StringBlock* block = builder->blockListHead; in dePoolStringBuilder_dupToPool()
/third_party/icu/icu4c/source/tools/gencnval/
Dgencnval.c99 } StringBlock; typedef
102 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
118 static StringBlock tagBlock = { tagStore, 0, TAG_STORE_SIZE };
177 allocString(StringBlock *block, const char *s, int32_t length);
1085 allocString(StringBlock *block, const char *s, int32_t length) { in allocString()
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
Dgencnval.c98 } StringBlock; typedef
101 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
117 static StringBlock tagBlock = { tagStore, 0, TAG_STORE_SIZE };
176 allocString(StringBlock *block, const char *s, int32_t length);
1084 allocString(StringBlock *block, const char *s, int32_t length) { in allocString()