Searched refs:fcd16 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java397 public static char getFCD16FromSurrogatePair(char fcd16, char c2) { argument
398 /* the surrogate index in fcd16 is an absolute offset over the
401 return FCDTrieImpl.fcdTrie.getTrailValue(fcd16, c2);

Completed in 68 milliseconds