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

  /external/icu4c/common/unicode/
ucharstrie.h 175 UStringTrieResult firstForCodePoint(UChar32 cp);
  /external/icu4c/common/
ucharstrie.cpp 42 UCharsTrie::firstForCodePoint(UChar32 cp) {
  /external/icu4c/test/intltest/
ucharstrietest.cpp 311 if( (result=trie->firstForCodePoint(0x4dff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
841 firstResult=trie.firstForCodePoint(c);
849 errln("trie.firstForCodePoint(U+%04X)!=trie.reset().nextForCodePoint(same) for %s",
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 135 milliseconds