OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatrixRow
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
102
}
MatrixRow
, *PMatrixRow;
199
MatrixRow
*matrix_; // The first row is for starting
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
81
size_t matrix_size = sizeof(
MatrixRow
) * kMaxRowNum;
96
matrix_ = reinterpret_cast<
MatrixRow
*>(share_buf_ + mtrx_nd_size + dmi_size);
935
MatrixRow
*mtrx_this_row = matrix_ + pys_decoded_len_;
[
all
...]
Completed in 518 milliseconds