OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:picoktab_Graphs
(Results
1 - 5
of
5
) sorted by null
/external/svox/pico/lib/
picoktab.h
74
typedef struct
picoktab_graphs
*
picoktab_Graphs
;
81
picoktab_Graphs
picoktab_getGraphs(picoknow_KnowledgeBase this);
86
picoos_uint32 picoktab_graphOffset(const
picoktab_Graphs
this,
92
picoos_uint8 picoktab_hasVowellikeProp(const
picoktab_Graphs
this,
98
picoos_bool picoktab_getIntPropTokenType(const
picoktab_Graphs
this,
101
picoos_bool picoktab_getIntPropTokenSubType(const
picoktab_Graphs
this,
104
picoos_bool picoktab_getIntPropValue(const
picoktab_Graphs
this,
107
picoos_bool picoktab_getStrPropLowercase(const
picoktab_Graphs
this,
110
picoos_bool picoktab_getStrPropGraphsubs1(const
picoktab_Graphs
this
[
all
...]
picoktab.c
174
static picoos_uint32 ktab_propOffset (const
picoktab_Graphs
this, picoos_uint32 graphsOffset, picoos_uint32 prop);
247
picoktab_Graphs
picoktab_getGraphs(picoknow_KnowledgeBase this) {
251
return (
picoktab_Graphs
) this->subObj;
258
picoos_uint8 picoktab_hasVowellikeProp(const
picoktab_Graphs
this,
273
static void ktab_getStrProp (const
picoktab_Graphs
this, picoos_uint32 graphsOffset, picoos_uint32 propOffset, picoos_uchar * str)
288
static picoos_uint32 ktab_propOffset(const
picoktab_Graphs
this,
369
picoos_uint32 picoktab_graphOffset (const
picoktab_Graphs
this, picoos_uchar * utf8graph)
431
picoos_bool picoktab_getIntPropTokenType (const
picoktab_Graphs
this, picoos_uint32 graphsOffset, picoos_uint8 * stokenType)
447
picoos_bool picoktab_getIntPropTokenSubType (const
picoktab_Graphs
this, picoos_uint32 graphsOffset, picoos_int8 * stokenSubType)
462
picoos_bool picoktab_getIntPropValue (const
picoktab_Graphs
this, picoos_uint32 graphsOffset, picoos_uint32 * value
[
all
...]
picosa.c
218
picoktab_Graphs
tabgraphs;
[
all
...]
picotok.c
259
picoktab_Graphs
graphTab;
[
all
...]
picopr.c
327
picoktab_Graphs
graphs;
[
all
...]
Completed in 94 milliseconds