OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCodepointEnd
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/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/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp
50
end=iter.
getCodepointEnd
();
bitset.cpp
107
end=iter.
getCodepointEnd
();
/external/icu/icu4c/source/test/intltest/
colldata.cpp
423
hanString.append(hanIter.
getCodepointEnd
());
usettest.cpp
761
//int32_t codePointEnd = it.
getCodepointEnd
();
[
all
...]
Completed in 180 milliseconds