OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstForCodePoint
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
ucharstrie.h
175
inline UStringTrieResult
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
...]
Completed in 217 milliseconds