OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatrixSearch
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
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 39 milliseconds