HomeSort by relevance Sort by last modified time
    Searched refs:MatrixSearch (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 20 #include "../include/matrixsearch.h"
33 MatrixSearch* matrix_search = NULL;
41 matrix_search = new MatrixSearch();
54 matrix_search = new MatrixSearch();
matrixsearch.cpp 22 #include "../include/matrixsearch.h"
31 MatrixSearch::MatrixSearch() {
48 MatrixSearch::~MatrixSearch() {
52 void MatrixSearch::reset_pointers_to_null() {
70 bool MatrixSearch::alloc_resource() {
107 void MatrixSearch::free_resource() {
123 bool MatrixSearch::init(const char *fn_sys_dict, const char *fn_usr_dict) {
148 bool MatrixSearch::init_fd(int sys_fd, long start_offset, long length
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 105 // lma_id_ of class MatrixSearch, and fixed_lmas_ is used to indicate how many
125 class MatrixSearch {
375 MatrixSearch();
376 ~MatrixSearch();

Completed in 55 milliseconds