Searched refs:FAST_QUERY_LENGTH (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImpl.java121 * string is shorter than {@code FAST_QUERY_LENGTH}, the simple search logic is applied.
126 protected final static int FAST_QUERY_LENGTH = 20; field in class:OpenWnnDictionaryImpl
175 protected String mFastQueryArgs[] = new String[ FAST_QUERY_LENGTH * (MAX_PATTERN_OF_APPROX+1) ];
220 FAST_QUERY_LENGTH,
439 if( keyString.length() <= FAST_QUERY_LENGTH ) {
449 maxBindsOfQuery = FAST_QUERY_LENGTH;

Completed in 53 milliseconds