OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextUChars
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/intltest/
ucharstrietest.cpp
506
int32_t count=trie->
getNextUChars
(app);
508
errln("months
getNextUChars
()!=[aj] at root");
513
//
getNextUChars
() directly after next()
515
count=trie->
getNextUChars
(app);
517
errln("months
getNextUChars
()!=[.abcdefghijklmnopqru] after \"jan\"");
519
//
getNextUChars
() after getValue()
522
count=trie->
getNextUChars
(app);
524
errln("months
getNextUChars
()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
526
//
getNextUChars
() from a linear-match node
529
count=trie->
getNextUChars
(app)
[
all
...]
/external/icu4c/common/unicode/
ucharstrie.h
262
int32_t
getNextUChars
(Appendable &out) const;
488
// Helper functions for
getNextUChars
().
489
//
getNextUChars
() when pos is on a branch node.
/external/icu4c/common/
ucharstrie.cpp
345
UCharsTrie::
getNextUChars
(Appendable &out) const {
Completed in 302 milliseconds