Searched refs:getCodepointEnd (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusetiter.h54 * 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 { function in class:UnicodeSetIterator
/external/icu4c/common/unicode/
H A Dusetiter.h54 * 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 { function in class:UnicodeSetIterator
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp50 end=iter.getCodepointEnd();
H A Dbitset.cpp106 end=iter.getCodepointEnd();
/external/icu4c/test/perf/unisetperf/draft/
H A Dtrieset.cpp50 end=iter.getCodepointEnd();
H A Dbitset.cpp106 end=iter.getCodepointEnd();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp762 //int32_t codePointEnd = it.getCodepointEnd();
1935 t.add(it.getCodepoint(), it.getCodepointEnd());
/external/icu4c/test/intltest/
H A Dusettest.cpp762 //int32_t codePointEnd = it.getCodepointEnd();
1935 t.add(it.getCodepoint(), it.getCodepointEnd());

Completed in 199 milliseconds