Searched refs:codePointSize (Results 1 – 1 of 1) sorted by relevance
59 final int codePointSize = Character.codePointCount(mTypedWord, 0, lastIndex); in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount() local60 if (codePointSize > destination.length) { in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount()