OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PRONS_LENGTH
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/dictTest/
dictTest.c
32
#define
MAX_PRONS_LENGTH
1024
45
LCHAR prons[
MAX_PRONS_LENGTH
];
69
LCHAR line[2 *
MAX_PRONS_LENGTH
];
70
LCHAR phoneme[
MAX_PRONS_LENGTH
];
92
len =
MAX_PRONS_LENGTH
;
305
doGetProns(vocab, phrase,
MAX_PRONS_LENGTH
, fout);
334
doGetProns(vocab, phrase,
MAX_PRONS_LENGTH
, fout);
/external/srec/tools/grxmlcompile/
vocab.cpp
32
#define
MAX_PRONS_LENGTH
1024
75
LCHAR prons[
MAX_PRONS_LENGTH
];
grxmlcompile.cpp
103
#define
MAX_PRONS_LENGTH
1024
659
LCHAR prons[
MAX_PRONS_LENGTH
];
705
len =
MAX_PRONS_LENGTH
;
[
all
...]
/external/srec/tools/make_cfst/
make_cfst.cpp
32
#define
MAX_PRONS_LENGTH
1024
Completed in 39 milliseconds