OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUText
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
brkiter.h
166
virtual UText *
getUText
(UText *fillIn, UErrorCode &status) const = 0;
rbbi.h
337
* The function
getUText
() provides similar functionality,
363
virtual UText *
getUText
(UText *fillIn, UErrorCode &status) const;
/external/icu4c/common/
rbbi.cpp
363
UText *RuleBasedBreakIterator::
getUText
(UText *fillIn, UErrorCode &status) const {
[
all
...]
/external/icu4c/test/intltest/
rbbiapts.cpp
359
wordIter1->
getUText
(gut2.getAlias(), status);
[
all
...]
Completed in 1328 milliseconds