OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_table
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
spellingtable.h
36
// spelling_size_ (set by
init_table
). If the input string is too long,
78
bool
init_table
(size_t pure_spl_size, size_t spl_max_num, bool need_score);
82
//
init_table
() operation.
89
//
init_table
() operation.
97
//
init_table
(). If the table is initialized to calculate score, item_size
/packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp
108
bool SpellingTable::
init_table
(size_t pure_spl_size, size_t spl_max_num,
function in class:ime_pinyin::SpellingTable
spellingtrie.cpp
371
sucess = spl_table->
init_table
(kMaxPinyinSize - 1, 2 * kMaxYmNum, false);
dictbuilder.cpp
216
spl_table_->
init_table
(kMaxPinyinSize, kSplTableHashLen, true);
/external/chromium_org/third_party/libxslt/libxslt/
keys.c
415
int
init_table
= 0;
local
451
if ((ctxt->keyInitLevel != 0) && (
init_table
== 0)) {
457
init_table
= 1;
/external/libxslt/libxslt/
keys.c
415
int
init_table
= 0;
local
451
if ((ctxt->keyInitLevel != 0) && (
init_table
== 0)) {
457
init_table
= 1;
/external/bison/doc/
bison.info
[
all
...]
bison.texi
[
all
...]
Completed in 712 milliseconds