OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_valid_itemtype
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picodata.h
134
/* make sure this stays in sync with "
is_valid_itemtype
" function */
336
picoos_uint8
is_valid_itemtype
(const picoos_uint8 ch);
picodata.c
354
picoos_uint8
is_valid_itemtype
(const picoos_uint8 ch) {
function
379
if ((NULL != head) &&
is_valid_itemtype
(head->type)) {
[
all
...]
picotok.c
585
if (
is_valid_itemtype
(type)) {
[
all
...]
Completed in 457 milliseconds