Searched defs:getCodepoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusetiter.h54 * processCodepointRange(it.getCodepoint(), it.getCodepointEnd());
132 * <tt>getCodepoint()</tt>.
133 * For ranges, <tt>getCodepoint()</tt> returns the starting codepoint
145 inline UChar32 getCodepoint() const;
179 * <tt>getCodepoint()</tt>
197 * range of one or more code points from <tt>getCodepoint()</tt> to
307 inline UChar32 UnicodeSetIterator::getCodepoint() const { function in class:UnicodeSetIterator
/external/icu/icu4c/source/common/unicode/
H A Dusetiter.h54 * processCodepointRange(it.getCodepoint(), it.getCodepointEnd());
132 * <tt>getCodepoint()</tt>.
133 * For ranges, <tt>getCodepoint()</tt> returns the starting codepoint
145 inline UChar32 getCodepoint() const;
179 * <tt>getCodepoint()</tt>
197 * range of one or more code points from <tt>getCodepoint()</tt> to
307 inline UChar32 UnicodeSetIterator::getCodepoint() const { function in class:UnicodeSetIterator

Completed in 173 milliseconds