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

/external/icu/icu4c/source/common/unicode/
H A Dusetiter.h84 * <tt>codepointEnd</tt> contains the inclusive end of the
88 * <tt>codepointEnd</tt> is undefined.
91 UChar32 codepointEnd; member in class:UnicodeSetIterator
314 return codepointEnd;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSetIterator.java32 * processCodepointRange(it.codepoint, it.codepointEnd);
59 * <tt>codepointEnd</tt> contains the inclusive end of the
63 * <tt>codepointEnd</tt> is undefined.
65 public int codepointEnd; field in class:UnicodeSetIterator
99 * followed by all strings sorted order. <tt>codepointEnd</tt> is
112 codepoint = codepointEnd = nextElement++;
117 codepoint = codepointEnd = nextElement++;
155 codepointEnd = endElement;
162 codepointEnd = endElement;
H A DUnicodeSet.java4147 public int codepointEnd; field in class:UnicodeSet.EntryRange
4159 codepoint == codepointEnd ? _appendToPat(b, codepoint, false)
4160 : _appendToPat(_appendToPat(b, codepoint, false).append('-'), codepointEnd, false))
4178 * // do something with code points between range.codepoint and range.codepointEnd;
4208 result.codepointEnd = list[pos++]-1;
4584 if (it.codepoint != 0 && it.codepoint != UnicodeSetIterator.IS_STRING && it.codepointEnd != 0x10FFFF && dontCare.contains(it.codepoint,it.codepointEnd)) {
4585 add(it.codepoint,it.codepointEnd);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodeMapIterator.java40 * processCodepointRange(set.codepoint, set.codepointEnd);
65 * <tt>codepointEnd</tt> contains the inclusive end of the
69 * <tt>codepointEnd</tt> is undefined.
71 public int codepointEnd; field in class:UnicodeMapIterator
110 * followed by all strings sorted order. <tt>codepointEnd</tt> is
122 codepoint = codepointEnd = nextElement++;
129 codepoint = codepointEnd = nextElement++;
163 codepointEnd = endElement;
172 codepointEnd = endElement;
H A DUnicodeMap.java435 _putAll(it.codepoint, it.codepointEnd, value);
875 for (int cp = entry.codepoint; cp <= entry.codepointEnd; ++cp) {
891 for (int cp = entry.codepoint; cp <= entry.codepointEnd; ++cp) {
975 * If the value is a string, then codepoint == codepointEnd == -1. Otherwise the string is null;
980 public int codepointEnd; field in class:UnicodeMap.EntryRange
986 : Utility.hex(codepoint) + (codepoint == codepointEnd ? "" : ".." + Utility.hex(codepointEnd)))
1021 result.codepointEnd = transitions[pos+1]-1;
1027 result.codepoint = result.codepointEnd = -1;
1193 for (int i = ae.codepoint; i <= ae.codepointEnd;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetIterator.java31 * processCodepointRange(it.codepoint, it.codepointEnd);
61 * <tt>codepointEnd</tt> contains the inclusive end of the
65 * <tt>codepointEnd</tt> is undefined.
68 public int codepointEnd; field in class:UnicodeSetIterator
105 * followed by all strings sorted order. <tt>codepointEnd</tt> is
119 codepoint = codepointEnd = nextElement++;
124 codepoint = codepointEnd = nextElement++;
163 codepointEnd = endElement;
170 codepointEnd = endElement;
H A DUnicodeSet.java4248 public int codepointEnd; field in class:UnicodeSet.EntryRange
4262 codepoint == codepointEnd ? _appendToPat(b, codepoint, false)
4263 : _appendToPat(_appendToPat(b, codepoint, false).append('-'), codepointEnd, false))
4281 * // do something with code points between range.codepoint and range.codepointEnd;
4313 result.codepointEnd = list[pos++]-1;
4701 if (it.codepoint != 0 && it.codepoint != UnicodeSetIterator.IS_STRING && it.codepointEnd != 0x10FFFF && dontCare.contains(it.codepoint,it.codepointEnd)) {
4702 add(it.codepoint,it.codepointEnd);
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMapIterator.java39 * processCodepointRange(set.codepoint, set.codepointEnd);
64 * <tt>codepointEnd</tt> contains the inclusive end of the
68 * <tt>codepointEnd</tt> is undefined.
70 public int codepointEnd; field in class:UnicodeMapIterator
109 * followed by all strings sorted order. <tt>codepointEnd</tt> is
121 codepoint = codepointEnd = nextElement++;
128 codepoint = codepointEnd = nextElement++;
162 codepointEnd = endElement;
171 codepointEnd = endElement;
H A DUnicodeMap.java434 _putAll(it.codepoint, it.codepointEnd, value);
874 for (int cp = entry.codepoint; cp <= entry.codepointEnd; ++cp) {
890 for (int cp = entry.codepoint; cp <= entry.codepointEnd; ++cp) {
974 * If the value is a string, then codepoint == codepointEnd == -1. Otherwise the string is null;
979 public int codepointEnd; field in class:UnicodeMap.EntryRange
985 : Utility.hex(codepoint) + (codepoint == codepointEnd ? "" : ".." + Utility.hex(codepointEnd)))
1020 result.codepointEnd = transitions[pos+1]-1;
1026 result.codepoint = result.codepointEnd = -1;
1192 for (int i = ae.codepoint; i <= ae.codepointEnd;
[all...]
/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 416 milliseconds