Searched defs:endIndex (Results 1 - 25 of 99) sorted by relevance

1234

/external/icu/icu4c/source/common/unicode/
H A Dumisc.h49 int32_t endIndex; member in struct:UFieldPosition
H A Dchariter.h147 * (toward endIndex()). If there are
157 * (toward endIndex()). If there are
497 * (toward endIndex()), and returns that code unit. If there are
506 * (toward endIndex()), and returns that code point. If there are
566 inline int32_t endIndex(void) const;
713 CharacterIterator::endIndex(void) const { function in class:CharacterIterator
/external/icu/icu4c/source/i18n/
H A Dufieldpositer.cpp44 int32_t *beginIndex, int32_t *endIndex)
53 if (endIndex) {
54 *endIndex = fp.getEndIndex();
43 ufieldpositer_next(UFieldPositionIterator *fpositer, int32_t *beginIndex, int32_t *endIndex) argument
H A Dscientificnumberformatter.cpp41 int32_t endIndex,
47 for (int32_t i = beginIndex; i < endIndex;) {
153 int32_t endIndex = fp.getEndIndex(); local
171 copyFromOffset = endIndex;
38 copyAsSuperscript( const UnicodeString &s, int32_t beginIndex, int32_t endIndex, UnicodeString &result, UErrorCode &status) argument
H A Dnumber_modifiers.cpp124 SimpleModifier::formatAsPrefixSuffix(NumberStringBuilder &result, int32_t startIndex, int32_t endIndex, argument
131 endIndex + fPrefixLength,
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DAudioFileOutput.java56 * endIndex <= startIndex: Writes [startIndex, data.length) then [0, endIndex)
57 * endIndex > startIndex : Writes [startIndex, endIndex)
60 public boolean writeRingBufferData(double[] data, int startIndex, int endIndex) { argument
70 int sampleCount = endIndex - startIndex;
76 if (endIndex > startIndex) {
77 writeDataBuffer(data, startIndex, endIndex);
80 writeDataBuffer(data, 0, endIndex);
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DSimpleModifier.java80 * <code>startIndex</code> and <code>endIndex</code> by inserting characters before the start index and after the
90 * @param endIndex
94 public int formatAsPrefixSuffix(NumberStringBuilder result, int startIndex, int endIndex, Field field) { argument
99 result.insert(endIndex + prefixLength, compiledPattern, 1 + suffixOffset, 1 + suffixOffset + suffixLength,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DSimpleModifier.java78 * <code>startIndex</code> and <code>endIndex</code> by inserting characters before the start index and after the
88 * @param endIndex
92 public int formatAsPrefixSuffix(NumberStringBuilder result, int startIndex, int endIndex, Field field) { argument
97 result.insert(endIndex + prefixLength, compiledPattern, 1 + suffixOffset, 1 + suffixOffset + suffixLength,
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DJavascriptTokenBuffer.java61 private int endIndex; field in class:JavascriptTokenBuffer
70 endIndex = 0;
83 endIndex = aJavascriptTokenBuffer.endIndex;
115 buffer[endIndex] = input;
116 endIndex = (endIndex + 1) % buffer.length;
117 if (endIndex == startIndex) {
118 startIndex = (endIndex + 1) % buffer.length;
129 if (startIndex == endIndex) {
[all...]
/external/skia/src/pathops/
H A DSkLineParameters.h32 int endIndex = 1; local
33 cubicEndPoints(pts, 0, endIndex);
38 cubicEndPoints(pts, 0, ++endIndex);
39 SkASSERT(endIndex == 2);
44 cubicEndPoints(pts, 0, ++endIndex); // line
45 SkASSERT(endIndex == 3);
55 if (NotAlmostEqualUlps(pts[0].fY, pts[++endIndex].fY)) {
56 if (pts[0].fY > pts[endIndex].fY) {
61 if (endIndex == 3) {
64 SkASSERT(endIndex
[all...]
/external/skqp/src/pathops/
H A DSkLineParameters.h32 int endIndex = 1; local
33 cubicEndPoints(pts, 0, endIndex);
38 cubicEndPoints(pts, 0, ++endIndex);
39 SkASSERT(endIndex == 2);
44 cubicEndPoints(pts, 0, ++endIndex); // line
45 SkASSERT(endIndex == 3);
55 if (NotAlmostEqualUlps(pts[0].fY, pts[++endIndex].fY)) {
56 if (pts[0].fY > pts[endIndex].fY) {
61 if (endIndex == 3) {
64 SkASSERT(endIndex
[all...]
/external/apache-http/src/org/apache/http/util/
H A DCharArrayBuffer.java211 public int indexOf(int ch, int beginIndex, int endIndex) { argument
215 if (endIndex > this.len) {
216 endIndex = this.len;
218 if (beginIndex > endIndex) {
221 for (int i = beginIndex; i < endIndex; i++) {
233 public String substring(int beginIndex, int endIndex) { argument
237 if (endIndex > this.len) {
240 if (beginIndex > endIndex) {
243 return new String(this.buffer, beginIndex, endIndex - beginIndex);
246 public String substringTrimmed(int beginIndex, int endIndex) { argument
[all...]
/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSink.java57 * Encodes the characters at {@code beginIndex} up to {@code endIndex} from {@code string} in
60 BufferedSink writeUtf8(String string, int beginIndex, int endIndex) throws IOException; argument
69 * Encodes the characters at {@code beginIndex} up to {@code endIndex} from {@code string} in
72 BufferedSink writeString(String string, int beginIndex, int endIndex, Charset charset) argument
H A DRealBufferedSink.java61 @Override public BufferedSink writeUtf8(String string, int beginIndex, int endIndex) argument
64 buffer.writeUtf8(string, beginIndex, endIndex);
80 @Override public BufferedSink writeString(String string, int beginIndex, int endIndex, argument
83 buffer.writeString(string, beginIndex, endIndex, charset);
H A DSegmentedByteString.java120 @Override public ByteString substring(int beginIndex, int endIndex) { argument
121 return toByteString().substring(beginIndex, endIndex);
/external/skia/samplecode/
H A DSampleAAGeometry.cpp135 int endIndex = 0; local
139 endIndex += 1;
142 endIndex += 1;
146 endIndex += 2;
149 endIndex += 3;
158 if (startIndex <= index && index < endIndex) {
/external/skqp/samplecode/
H A DSampleAAGeometry.cpp135 int endIndex = 0; local
139 endIndex += 1;
142 endIndex += 1;
146 endIndex += 2;
149 endIndex += 3;
158 if (startIndex <= index && index < endIndex) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLString.java548 * extends to the character at index <code>endIndex - 1</code>.
549 * Thus the length of the substring is <code>endIndex-beginIndex</code>.
552 * @param endIndex the ending index, exclusive.
556 * <code>endIndex</code> is larger than the length of
559 * <code>endIndex</code>.
561 public abstract XMLString substring(int beginIndex, int endIndex); argument
H A DXMLStringDefault.java641 * extends to the character at index <code>endIndex - 1</code>.
642 * Thus the length of the substring is <code>endIndex-beginIndex</code>.
645 * @param endIndex the ending index, exclusive.
649 * <code>endIndex</code> is larger than the length of
652 * <code>endIndex</code>.
654 public XMLString substring(int beginIndex, int endIndex) argument
656 return new XMLStringDefault(m_str.substring(beginIndex, endIndex));
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXString.java881 * extends to the character at index <code>endIndex - 1</code>.
882 * Thus the length of the substring is <code>endIndex-beginIndex</code>.
885 * @param endIndex the ending index, exclusive.
889 * <code>endIndex</code> is larger than the length of
892 * <code>endIndex</code>.
894 public XMLString substring(int beginIndex, int endIndex) argument
896 return new XString(str().substring(beginIndex, endIndex));
H A DXStringForFSB.java770 * extends to the character at index <code>endIndex - 1</code>.
771 * Thus the length of the substring is <code>endIndex-beginIndex</code>.
774 * @param endIndex the ending index, exclusive.
778 * <code>endIndex</code> is larger than the length of
781 * <code>endIndex</code>.
783 public XMLString substring(int beginIndex, int endIndex) argument
786 int len = endIndex - beginIndex;
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h95 DenseIndex endIndex; local
110 endIndex = numParameters - degree;
115 endIndex = numParameters - degree - 1;
118 // There are (endIndex - startIndex + 1) knots obtained from the averaging
120 DenseIndex numAverageKnots = endIndex - startIndex + 3;
125 for (DenseIndex i = startIndex; i <= endIndex; ++i)
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DStringRange.java270 private static void add(int endIndex, int startOffset, int[] starts, int[] ends, StringBuilder builder, Collection<String> output) { argument
271 int start = starts[endIndex+startOffset];
272 int end = ends[endIndex];
276 boolean last = endIndex == ends.length - 1;
283 add(endIndex+1, startOffset, starts, ends, builder, output);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSearchIterator.java149 int endIndex() { method in class:SearchIterator.Search
185 || position > search_.endIndex()) {
188 search_.beginIndex() + " and " + search_.endIndex());
391 int endIdx = search_.endIndex();
439 index = search_.endIndex(); // m_search_->textLength in ICU4C
561 int endIdx = search_.endIndex();
/external/icu/icu4c/source/common/
H A Dnormlzr.cpp362 int32_t Normalizer::endIndex() const { function in class:Normalizer
363 return text->endIndex();

Completed in 1546 milliseconds

1234