Searched refs:codepointEnd (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Dusetiter.cpp45 * <br>Note also that the codepointEnd is undefined after calling this method.
49 codepoint = codepointEnd = nextElement++;
55 codepoint = codepointEnd = nextElement++;
69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields.
75 * <br>Note also that the codepointEnd is undefined after calling this method.
80 codepointEnd = endElement;
87 codepointEnd = endElement;
/external/icu4c/common/
H A Dusetiter.cpp45 * <br>Note also that the codepointEnd is undefined after calling this method.
49 codepoint = codepointEnd = nextElement++;
55 codepoint = codepointEnd = nextElement++;
69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields.
75 * <br>Note also that the codepointEnd is undefined after calling this method.
80 codepointEnd = endElement;
87 codepointEnd = endElement;
/external/chromium/third_party/icu/public/common/unicode/
H A Dusetiter.h82 * <tt>codepointEnd</tt> contains the inclusive end of the
86 * <tt>codepointEnd</tt> is undefined.
89 UChar32 codepointEnd; member in class:UnicodeSetIterator
312 return codepointEnd;
/external/icu4c/common/unicode/
H A Dusetiter.h82 * <tt>codepointEnd</tt> contains the inclusive end of the
86 * <tt>codepointEnd</tt> is undefined.
89 UChar32 codepointEnd; member in class:UnicodeSetIterator
312 return codepointEnd;

Completed in 369 milliseconds