Searched refs:mCodePointCount (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | pt_node_params.h | 36 mParentPos(NOT_A_DICT_POS), mCodePointCount(0), mCodePoints(), in PtNodeParams() 46 mCodePointCount(ptNodeParams.mCodePointCount), mCodePoints(), in PtNodeParams() 56 memcpy(mCodePoints, ptNodeParams.getCodePoints(), sizeof(int) * mCodePointCount); in PtNodeParams() 65 mCodePointCount(codePointCount), mCodePoints(), mTerminalIdFieldPos(NOT_A_DICT_POS), in PtNodeParams() 71 memcpy(mCodePoints, codePoints, sizeof(int) * mCodePointCount); in PtNodeParams() 80 mCodePointCount(codePointCount), mCodePoints(), in PtNodeParams() 86 memcpy(mCodePoints, codePoints, sizeof(int) * mCodePointCount); in PtNodeParams() 94 mParentPos(parentPos), mCodePointCount(codePoints.size()), mCodePoints(), in PtNodeParams() 105 memcpy(mCodePoints, codePoints.data(), sizeof(int) * mCodePointCount); in PtNodeParams() 111 mCodePointCount(codePoints.size()), mCodePoints(), in PtNodeParams() [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | SuggestionResults.java | 81 if (o1.mCodePointCount < o2.mCodePointCount) return -1; in compare() 82 if (o1.mCodePointCount > o2.mCodePointCount) return 1; in compare()
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | SuggestedWords.java | 271 public final int mCodePointCount; field in SuggestedWords.SuggestedWordInfo 304 mCodePointCount = StringUtils.codePointCount(mWord); in SuggestedWordInfo() 321 mCodePointCount = StringUtils.codePointCount(mWord); in SuggestedWordInfo()
|
/aosp_15_r20/out/soong/.intermediates/packages/inputmethods/LatinIME/java/LatinIME/android_common/javac/ |
D | LatinIME.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/target/common/obj/APPS/LatinIME_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |
/aosp_15_r20/out/soong/.intermediates/packages/inputmethods/LatinIME/java/LatinIME/android_common/withres/ |
D | LatinIME.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |