Searched defs:codepointEnd (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetIterator.java29 * processCodepointRange(it.codepoint, it.codepointEnd);
59 * <tt>codepointEnd</tt> contains the inclusive end of the
63 * <tt>codepointEnd</tt> is undefined.
66 public int codepointEnd; field in class:UnicodeSetIterator
103 * followed by all strings sorted order. <tt>codepointEnd</tt> is
117 codepoint = codepointEnd = nextElement++;
122 codepoint = codepointEnd = nextElement++;
161 codepointEnd = endElement;
168 codepointEnd = endElement;
H A DUnicodeSet.java4182 public int codepointEnd; field in class:UnicodeSet.EntryRange
4197 codepoint == codepointEnd ? _appendToPat(b, codepoint, false)
4198 : _appendToPat(_appendToPat(b, codepoint, false).append('-'), codepointEnd, false))
4216 * // do something with code points between range.codepoint and range.codepointEnd;
4246 result.codepointEnd = list[pos++]-1;
4627 if (it.codepoint != 0 && it.codepoint != UnicodeSetIterator.IS_STRING && it.codepointEnd != 0x10FFFF && dontCare.contains(it.codepoint,it.codepointEnd)) {
4628 add(it.codepoint,it.codepointEnd);
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMapIterator.java37 * processCodepointRange(set.codepoint, set.codepointEnd);
62 * <tt>codepointEnd</tt> contains the inclusive end of the
66 * <tt>codepointEnd</tt> is undefined.
68 public int codepointEnd; field in class:UnicodeMapIterator
107 * followed by all strings sorted order. <tt>codepointEnd</tt> is
119 codepoint = codepointEnd = nextElement++;
126 codepoint = codepointEnd = nextElement++;
160 codepointEnd = endElement;
169 codepointEnd = endElement;
H A DVisitor.java98 cpr.codepointEnd = it.codepointEnd;
123 public int codepoint, codepointEnd; field in class:Visitor.CodePointRange
H A DUnicodeMap.java419 _putAll(it.codepoint, it.codepointEnd, value);
927 * If the value is a string, then codepoint == codepointEnd == -1. Otherwise the string is null;
932 public int codepointEnd; field in class:UnicodeMap.EntryRange
938 : Utility.hex(codepoint) + (codepoint == codepointEnd ? "" : ".." + Utility.hex(codepointEnd)))
973 result.codepointEnd = transitions[pos+1]-1;
979 result.codepoint = result.codepointEnd = -1;
1145 for (int i = ae.codepoint; i <= ae.codepointEnd; ++i) {
1168 for (int i = ae.codepoint; i <= ae.codepointEnd; ++i) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 551 milliseconds