Home
last modified time | relevance | path

Searched refs:copyCodePointsAndReturnCodePointCount (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DStringAndJsonUtilsTests.java280 int codePointCount = StringUtils.copyCodePointsAndReturnCodePointCount(codePointArray, in testCopyCodePointsAndReturnCodePointCount()
290 codePointCount = StringUtils.copyCodePointsAndReturnCodePointCount(codePointArray, in testCopyCodePointsAndReturnCodePointCount()
302 codePointCount = StringUtils.copyCodePointsAndReturnCodePointCount(codePointArray, in testCopyCodePointsAndReturnCodePointCount()
314 codePointCount = StringUtils.copyCodePointsAndReturnCodePointCount(codePointArray, in testCopyCodePointsAndReturnCodePointCount()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStringUtils.java179 copyCodePointsAndReturnCodePointCount(codePoints, charSequence, startIndex, endIndex, in toCodePointArray()
202 public static int copyCodePointsAndReturnCodePointCount(final int[] destination, in copyCodePointsAndReturnCodePointCount() method in StringUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DWordComposer.java163 return StringUtils.copyCodePointsAndReturnCodePointCount(destination, typedWord, 0, in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount()