Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java237 private static final int[] EMPTY_CODEPOINTS = {}; field in StringUtils
251 return EMPTY_CODEPOINTS; in toCodePointArray()