HomeSort by relevance Sort by last modified time
    Searched refs:endPos (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/icu/android_icu4j/src/main/java/android/icu/text/
LanguageBreakEngine.java 29 * @param endPos The index of the possible end of our range. It is possible,
38 int findBreaks(CharacterIterator text, int startPos, int endPos,
UnhandledBreakEngine.java 32 public int findBreaks(CharacterIterator text, int startPos, int endPos,
34 text.setIndex(endPos);
CjkBreakEngine.java 82 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos,
84 if (startPos >= endPos) {
90 int inputLength = endPos - startPos;
94 while (inText.getIndex() < endPos) {
228 if (!foundBreaks.isEmpty() && foundBreaks.peek() == endPos) {
DictionaryBreakEngine.java 172 public int findBreaks(CharacterIterator text, int startPos, int endPos,
195 while ((current = text.getIndex()) < endPos && fSet.contains(c)) {
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 55 UInt32 endPos = bufferPos + (UInt32)processedSize;
57 bufferPos = Filter->Filter(_buffer, endPos);
58 if (bufferPos > endPos)
60 for (; endPos < bufferPos; endPos++)
61 _buffer[endPos] = 0;
62 bufferPos = Filter->Filter(_buffer, endPos);
67 if (endPos == 0)
69 return WriteWithLimit(outStream, endPos);
77 while (bufferPos < endPos)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LanguageBreakEngine.java 28 * @param endPos The index of the possible end of our range. It is possible,
37 int findBreaks(CharacterIterator text, int startPos, int endPos,
UnhandledBreakEngine.java 31 public int findBreaks(CharacterIterator text, int startPos, int endPos,
33 text.setIndex(endPos);
CjkBreakEngine.java 81 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos,
83 if (startPos >= endPos) {
89 int inputLength = endPos - startPos;
93 while (inText.getIndex() < endPos) {
227 if (!foundBreaks.isEmpty() && foundBreaks.peek() == endPos) {
DictionaryBreakEngine.java 171 public int findBreaks(CharacterIterator text, int startPos, int endPos,
194 while ((current = text.getIndex()) < endPos && fSet.contains(c)) {
  /frameworks/wilhelm/src/itf/
ISeek.c 52 SLmillisecond startPos, SLmillisecond endPos)
56 if (!(startPos < endPos)) {
62 if ((startPos != 0) && (endPos != SL_TIME_UNKNOWN)) {
98 thiz->mEndPos = endPos;
120 SLmillisecond endPos = thiz->mEndPos;
124 *pEndPos = endPos;
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
ResizableIntArray.java 133 final int endPos = startPos + length;
134 ensureCapacity(endPos);
135 Arrays.fill(mArray, startPos, endPos, value);
136 if (mLength < endPos) {
137 mLength = endPos;
  /external/fonttools/MetaTools/
buildTableList.py 51 endPos = doc.find(end)
53 doc = doc[:beginPos] + ", ".join(tables[:-1]) + " and " + tables[-1] + "\n" + doc[endPos:]
  /external/icu/icu4c/source/common/
brkeng.h 67 * @param endPos The end of the run within the supplied text.
76 int32_t endPos,
192 * @param endPos The end of the run within the supplied text.
201 int32_t endPos,
  /frameworks/base/core/jni/
com_android_internal_net_NetworkStatsFactory.cpp 132 char* endPos;
134 idx = (int)strtol(pos, &endPos, 10);
136 if (pos == endPos) {
147 pos = endPos;
185 endPos = pos;
186 while (*endPos != ' ') endPos++;
189 if (endPos - pos == 3) {
203 pos = endPos;
  /external/fonttools/Lib/fontTools/ttLib/tables/
G_P_K_G_.py 26 endPos = (self.numGMAPs+1) * 4
27 GMAPoffsets.fromstring(newData[:endPos])
35 pos = endPos
36 endPos = pos + (self.numGlyplets + 1)*4
38 glyphletOffsets.fromstring(newData[pos:endPos])
  /frameworks/base/services/core/jni/
com_android_server_am_BatteryStatsService.cpp 114 char* endPos;
117 int irq = (int)strtol(pos, &endPos, 10);
118 if (pos != endPos) {
132 endPos = pos + abortPrefixLen;
134 pos = endPos;
147 char* endpos = pos; local
148 while (*endpos != 0) {
149 if (*endpos == '\n') {
150 *endpos = 0;
153 endpos++
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexDecoder.java 48 // If endPos is exceeded before the CRC32 field has been decoded,
50 long endPos = in.position() + streamFooterFlags.backwardSize - 4;
97 if (in.position() > endPos)
120 if (in.position() + indexPaddingSize != endPos)
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
ExtendableMessageNano.java 145 int endPos = input.getPosition();
146 byte[] bytes = input.getData(startPos, endPos - startPos);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 272 int endPos = (asciiCharsLen - startPos > addCount) ?
274 sb.append(sAsciiChars, startPos, endPos);
275 startPos = (endPos == asciiCharsLen) ? 0 : endPos;
306 int endPos = (unicodeCharsLen - startPos > addCount) ?
308 sb.append(sUnicodeChars, startPos, endPos);
309 startPos = (endPos == unicodeCharsLen) ? 0 : endPos;
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeSetTest.java 183 final int endPos = 3 * objArray.length / 4;
184 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]);
186 aSubSet.size() == (endPos - startPos));
187 for (int counter = startPos; counter < endPos; counter++)
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 111 UInt32 endPos = bufPos + processedSize;
113 if (endPos < 5)
116 for (bufPos = 0; bufPos < endPos; bufPos++)
140 UInt32 limit = endPos - 5;
234 while (bufPos < endPos)
  /external/gptfdisk/
gptcl.cc 540 size_t startPos = 0, endPos = 0;
548 endPos = argument.find(':', startPos);
550 if (endPos == string::npos) {
552 endPos = argument.length();
554 startPos = endPos + 1;
558 retVal = argument.substr(startPos, endPos - startPos);
  /external/v8/tools/
csvparser.js 59 var endPos = line.length;
61 if (endPos > 0) {
75 } while (pos <= endPos);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 192 int endPos = catedStr.length();
193 while (itemEnd < endPos)
197 for (itemStart = itemEnd; itemStart < endPos; itemStart++)
206 if (itemStart >= endPos)
215 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
229 else if ((itemEnd + 1) < endPos)
259 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
278 if ((itemEnd + 1) < endPos)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SingleRow.java 134 public final CircularIntArray[] getItemPositionsInRows(int startPos, int endPos) {
138 mTmpItemPositionsInRows[0].addLast(endPos);

Completed in 1217 milliseconds

1 2 3 4 5 6 7 8 91011