OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcodepointend
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
usetiter.h
54
* processCodepointRange(it.getCodepoint(), it.
getCodepointEnd
());
134
* of the range, and <tt>
getCodepointEnd
()</tt> returns the end
153
inline UChar32
getCodepointEnd
() const;
311
inline UChar32 UnicodeSetIterator::
getCodepointEnd
() const {
/external/icu4c/test/perf/unisetperf/draft/
trieset.cpp
50
end=iter.
getCodepointEnd
();
bitset.cpp
106
end=iter.
getCodepointEnd
();
/external/icu4c/test/intltest/
usettest.cpp
762
//int32_t codePointEnd = it.
getCodepointEnd
();
[
all
...]
Completed in 83 milliseconds