OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxSearchSteps
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictdef.h
59
const size_t
kMaxSearchSteps
= 40;
searchutility.h
78
// but for a composing phrase, there can
kMaxSearchSteps
spelling ids.
79
uint16 splids[
kMaxSearchSteps
];
matrixsearch.h
29
static const size_t kMaxRowNum =
kMaxSearchSteps
;
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
43
assert(
kMaxSearchSteps
> 0);
44
max_sps_len_ =
kMaxSearchSteps
- 1;
45
max_hzs_len_ =
kMaxSearchSteps
;
[
all
...]
Completed in 30 milliseconds