OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxErrors
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h
79
const int
maxErrors
, const int currentWordIndex) const;
correction.h
66
const bool doAutoCompletion, const int
maxErrors
);
correction.cpp
100
const bool useFullEditDistance, const bool doAutoCompletion, const int
maxErrors
) {
114
mMaxErrors =
maxErrors
;
[
all
...]
unigram_dictionary.cpp
303
const bool doAutoCompletion, const int
maxErrors
, const int currentWordIndex) const {
317
doAutoCompletion,
maxErrors
);
[
all
...]
/external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp
70
const int
maxErrors
= 25;
152
if (type == fatal || (m_errorCount <
maxErrors
&& m_lastErrorPosition.m_line != position.m_line && m_lastErrorPosition.m_column != position.m_column)) {
xml_expat_tokenizer.cpp
67
const int
maxErrors
= 25;
801
if (type == fatal || m_errorCount <
maxErrors
) {
Completed in 317 milliseconds