OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharUtils
(Results
1 - 16
of
16
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
damerau_levenshtein_edit_distance_policy.h
34
const int c0 =
CharUtils
::toBaseLowerCase(mString0[index0]);
35
const int c1 =
CharUtils
::toBaseLowerCase(mString1[index1]);
48
const int c0 =
CharUtils
::toBaseLowerCase(mString0[index0]);
49
const int c1 =
CharUtils
::toBaseLowerCase(mString1[index1]);
50
if (index0 > 0 && index1 > 0 && c0 ==
CharUtils
::toBaseLowerCase(mString1[index1 - 1])
51
&& c1 ==
CharUtils
::toBaseLowerCase(mString0[index0 - 1])) {
/packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h
26
class
CharUtils
{
91
DISALLOW_IMPLICIT_CONSTRUCTORS(
CharUtils
);
char_utils.cpp
50
const unsigned short myLowerC =
CharUtils
::latin_tolower(c);
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h
78
CharUtils
::toBaseLowerCase(dicNode->getNodeCodePoint()));
106
const int primaryCodePoint =
CharUtils
::toBaseLowerCase(
108
const int dicNodeChar =
CharUtils
::toBaseLowerCase(dicNode->getNodeCodePoint());
117
parentPointIndex + 1,
CharUtils
::toBaseLowerCase(prevCodePoint));
120
parentPointIndex,
CharUtils
::toBaseLowerCase(codePoint));
137
insertedPointIndex + 1,
CharUtils
::toBaseLowerCase(dicNode->getNodeCodePoint()));
typing_traversal.h
68
CharUtils
::toBaseLowerCase(childDicNode->getNodeCodePoint());
70
CharUtils
::toBaseLowerCase(traverseSession->getProximityInfoState(0)
177
< ScoringParams::THRESHOLD_SHORT_WORD_LENGTH &&
CharUtils
::isAsciiUpper(c);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp
170
if (
CharUtils
::isIntentionalOmissionCodePoint(codePoint)) {
198
const int baseLowerC =
CharUtils
::toBaseLowerCase(codePoint);
210
if (
CharUtils
::toBaseLowerCase(firstCodePoint) == baseLowerC) {
252
const int lowerCodePoint =
CharUtils
::toLowerCase(codePoint);
253
const int baseLowerCodePoint =
CharUtils
::toBaseCodePoint(lowerCodePoint);
proximity_info.cpp
157
const int lowerCode =
CharUtils
::toLowerCase(code);
proximity_info_utils.h
40
const int lowerCode =
CharUtils
::toLowerCase(c);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.cpp
120
const int compositeGlyphLowerCodePoint =
CharUtils
::toLowerCase(compositeGlyphCodePoint);
bigram_dictionary.cpp
57
&& length <
CharUtils
::getCodePointCount(MAX_WORD_LENGTH,
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
233
return
CharUtils
::isAsciiUpper(c);
330
return
CharUtils
::getSpaceCount(mDicNodeState.mDicNodeStatePrevWord.mPrevWord,
392
return
CharUtils
::isIntentionalOmissionCodePoint(getNodeCodePoint());
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_policy.cpp
121
searchCodePoints[i] = forceLowerCaseSearch ?
CharUtils
::toLowerCase(inWord[i]) : inWord[i];
patricia_trie_policy.cpp
247
?
CharUtils
::toLowerCase(inWord[wordPos]) : inWord[wordPos];
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 382 milliseconds