HomeSort by relevance Sort by last modified time
    Searched refs:getCodePoints (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 347 static int[] getCodePoints(final String word) {
378 add(getCodePoints(word), frequency, shortcutTargets, isNotAWord,
391 add(getCodePoints(word), 0, shortcutTargets, isNotAWord, true /* isBlacklistEntry */);
424 add(getCodePoints(word2), 0, null, false /* isNotAWord */,
626 final int[] codePoints = getCodePoints(string);
    [all...]
BinaryDictIOUtils.java     [all...]
  /external/icu4c/test/cintltst/
citertst.c 1034 static char *getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) {
    [all...]

Completed in 156 milliseconds