OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_instance
(Results
1 - 14
of
14
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp
150
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
151
NGram &ngram = NGram::
get_instance
();
194
size_t buf_size = SpellingTrie::
get_instance
().get_spelling_num() + 1;
261
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
262
NGram &ngram = NGram::
get_instance
();
299
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
300
NGram &ngram = NGram::
get_instance
();
318
NGram& ngram = NGram::
get_instance
();
337
NGram& ngram = NGram::
get_instance
();
398
LpiCache& lpi_cache = LpiCache::
get_instance
();
[
all
...]
pinyinime.cpp
175
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
180
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
lpicache.cpp
41
LpiCache& LpiCache::
get_instance
() {
function in class:ime_pinyin::LpiCache
ngram.cpp
154
NGram& NGram::
get_instance
() {
function in class:ime_pinyin::NGram
dictbuilder.cpp
527
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
572
NGram& ngram = NGram::
get_instance
();
703
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
dictlist.cpp
241
NGram& ngram = NGram::
get_instance
();
spellingtrie.cpp
228
return &
get_instance
();
231
SpellingTrie& SpellingTrie::
get_instance
() {
function in class:ime_pinyin::SpellingTrie
userdict.cpp
372
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
392
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
481
SpellingTrie &spl_trie = SpellingTrie::
get_instance
();
[
all
...]
matrixsearch.cpp
701
printf(" Spelling : %s, %d\n", SpellingTrie::
get_instance
().
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
lpicache.h
39
static LpiCache&
get_instance
();
ngram.h
71
static NGram&
get_instance
();
dicttrie.h
68
// SpellingTrie::
get_instance
().get_spelling_num() + 1. The last one is used
spellingtrie.h
230
static SpellingTrie&
get_instance
();
/external/libpcap/
inet.c
104
get_instance
(const char *name)
function
259
this_instance =
get_instance
(name);
322
if (this_instance <
get_instance
(nextdev->name) &&
Completed in 96 milliseconds