OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:string_pool
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/cff/
cfftypes.h
249
/* array of pointers into String INDEX data stored at
string_pool
*/
252
FT_Byte*
string_pool
;
member in struct:CFF_FontRec_
cffload.c
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-name-table.hh
103
char *
string_pool
= (char *) this + stringOffset;
local
106
if (!nameRecord[i].sanitize (c,
string_pool
)) return TRACE_RETURN (false);
/external/expat/lib/
xmlparse.c
230
}
STRING_POOL
;
267
STRING_POOL
pool;
268
STRING_POOL
entityValuePool;
362
const char *, const char *,
STRING_POOL
*);
365
const char *, const char *,
STRING_POOL
*);
400
HASH_TABLE *,
STRING_POOL
*, const HASH_TABLE *);
412
poolInit(
STRING_POOL
*, const XML_Memory_Handling_Suite *ms);
413
static void FASTCALL poolClear(
STRING_POOL
*);
414
static void FASTCALL poolDestroy(
STRING_POOL
*);
416
poolAppend(
STRING_POOL
*pool, const ENCODING *enc
[
all
...]
Completed in 4839 milliseconds