3) UTrieEnumRange is the only implemented callback then just implement the while loop, when utrie_enum is called
// utrie_enum(&fcdTrie, NULL, _enumPropertyStartsRange, set); TrieIterator fcdIter = new TrieIterator(fcdTrieImpl.fcdTrie); while(fcdIter.next(result)){ set.add(result.start); } @author synwee @see com.ibm.icu.impl.Trie @see com.ibm.icu.lang.UCharacterTypeIterator @since release 2.1, Jan 17 2002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|