Searched refs:startPos (Results 1 - 25 of 75) sorted by relevance

123

/external/webkit/Source/WebKit/chromium/src/
H A DWebEntities.cpp66 const UChar* startPos = value.characters(); local
67 const UChar* curPos = startPos;
74 if (curPos > startPos)
75 result.append(String(startPos, curPos - startPos));
79 startPos = ++curPos;
84 if (curPos > startPos)
85 result.append(String(startPos, curPos - startPos));
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextBoundariesBrew.cpp63 int startPos = (currentPosition < 0) ? 0 : ++currentPosition; local
70 *start = startPos;
/external/webkit/Source/WebCore/xml/
H A DXPathParser.cpp193 int startPos = m_nextPos + 1; local
195 for (m_nextPos = startPos; m_nextPos < m_data.length(); ++m_nextPos) {
197 String value = m_data.substring(startPos, m_nextPos - startPos);
211 int startPos = m_nextPos; local
227 return Token(NUMBER, m_data.substring(startPos, m_nextPos - startPos));
232 int startPos = m_nextPos; local
244 name = m_data.substring(startPos, m_nextPos - startPos);
[all...]
H A DXPathFunctions.cpp339 size_t startPos = 0; local
342 while (startPos < length && isWhitespace(idList[startPos]))
343 ++startPos;
345 if (startPos == length)
348 size_t endPos = startPos;
354 Node* node = contextDocument->getElementById(String(&idList[startPos], endPos - startPos));
358 startPos = endPos;
/external/icu4c/test/intltest/
H A Dustrtest.cpp721 int32_t startPos = 0; local
723 startPos != -1 && startPos < test1.length();
724 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
729 for ( occurrences = 0, startPos = 10;
730 startPos != -1 && startPos < test1.length();
731 (startPos
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java319 private int startPos; field in class:ClassFileWriter.MethodWriter
387 startPos = output.getPos();
449 output.writeShort(startPos + 6, maxStack);
450 output.writeShort(startPos + 8, maxLocals);
451 output.writeInt(startPos + 10, output.getPos() - startPos - 14); // code_length
502 output.writeInt(startPos + 2, output.getPos() - startPos - 6);
522 protected int startPos; field in class:ClassFileWriter.ConstPoolWriter
527 startPos
[all...]
/external/icu4c/common/
H A Dbrkeng.h66 * @param startPos The start of the run within the supplied text.
75 int32_t startPos,
191 * @param startPos The start of the run within the supplied text.
200 int32_t startPos,
H A Drbbi.cpp564 int32_t startPos = current(); local
567 result = checkDictionary(startPos, result, FALSE);
578 int32_t startPos; local
600 if (fText == NULL || (startPos = current()) == 0) {
609 result = checkDictionary(result, startPos, TRUE);
1573 int32_t RuleBasedBreakIterator::checkDictionary(int32_t startPos, argument
1580 if (dictionaryCount <= 1 || (endPos - startPos) <= 1) {
1581 return (reverse ? startPos : endPos);
1605 return (reverse ? startPos : endPos);
1611 utext_setNativeIndex(fText, reverse ? endPos : startPos);
[all...]
H A Ddictbe.h85 * @param startPos The start of the run within the supplied text.
94 int32_t startPos,
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextCodecMac.cpp289 CFIndex startPos = 0; local
295 CFRange range = CFRangeMake(startPos, charactersLeft);
305 unsigned badChar = CFStringGetCharacterAtIndex(cfs.get(), startPos + charactersConverted);
308 UniChar low = CFStringGetCharacterAtIndex(cfs.get(), startPos + charactersConverted);
323 startPos += charactersConverted;
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
H A DPluginInfoStoreWin.cpp42 unsigned startPos = 0; local
45 while (startPos < versionString.length()) {
46 for (endPos = startPos; endPos < versionString.length(); ++endPos)
50 int versionComponent = versionString.substring(startPos, endPos - startPos).toInt();
53 startPos = endPos + 1;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeSetTest.java268 final int startPos = objArray.length / 4;
270 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]);
272 aSubSet.size() == (endPos - startPos));
273 for (int counter = startPos; counter < endPos; counter++)
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dui.js123 var startPos = rtl ? parentRect.right - inputRect.right :
136 var max = parentEl.clientWidth - startPos - inner - parentPadding;
/external/chromium-trace/trace-viewer/src/
H A Dui.js123 var startPos = rtl ? parentRect.right - inputRect.right :
136 var max = parentEl.clientWidth - startPos - inner - parentPadding;
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.cpp606 unsigned startPos = 0; local
608 while ((endPos = find(separator, startPos)) != notFound) {
609 if (allowEmptyEntries || startPos != endPos)
610 result.append(substring(startPos, endPos - startPos));
611 startPos = endPos + separator.length();
613 if (allowEmptyEntries || startPos != length())
614 result.append(substring(startPos));
626 unsigned startPos = 0; local
628 while ((endPos = find(separator, startPos)) !
[all...]
/external/icu4c/i18n/
H A Drematch.cpp601 int64_t startPos = fMatchEnd; local
602 if (startPos==0) {
603 startPos = fActiveStart;
613 if (startPos >= fActiveLimit) {
618 UTEXT_SETNATIVEINDEX(fInputText, startPos);
620 startPos = UTEXT_GETNATIVEINDEX(fInputText);
640 if (startPos > testStartLimit) {
652 U_ASSERT(startPos >= 0);
659 MatchAt(startPos, FALSE, fDeferredStatus);
666 if (startPos >
887 int32_t startPos = (int32_t)fMatchEnd; local
[all...]
/external/aac/libSBRenc/src/
H A Dnf_est.cpp308 INT nNoiseEnvelopes, startPos[2], stopPos[2], env, band; local
317 startPos[0] = startIndex;
321 startPos[0] = startIndex;
325 startPos[0] = startIndex;
327 startPos[1] = startIndex + 1;
340 startPos[env],
/external/webkit/Source/WebCore/plugins/win/
H A DPluginDatabaseWin.cpp173 unsigned startPos = 0; local
176 while (startPos < versionString.length()) {
177 for (endPos = startPos; endPos < versionString.length(); ++endPos)
181 int versionComponent = versionString.substring(startPos, endPos - startPos).toInt();
184 startPos = endPos + 1;
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g73 this.startPos = -1;
540 {if ( this.startPos==0 || this.implicitLineJoiningLevel>0 )
545 WS : {this.startPos>0}?=> (' '|'\t')+ {$channel=HIDDEN;}
558 : {this.startPos==0}?=>
599 : {this.startPos==0}?=> (' '|'\t')* '#' (~'\n')* '\n'+
600 | {this.startPos>0}?=> '#' (~'\n')* // let NEWLINE handle \n unless char pos==0 for '#'
H A Drhino-python.prog45 this.startPos = this.getCharPositionInLine();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java132 // of the node at index "startPos". IF IT IS, DO NOT ACCEPT IT AND
137 int specialFind(int startPos, int position) argument
141 int ancestor = startPos;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoFile.java181 long startPos = ((FileChannel) os).position();
183 long size = ((FileChannel) os).position() - startPos;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDragClientGtk.cpp83 void DragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint& startPos, Clipboard*) argument
85 m_startPos = startPos;
/external/icu4c/samples/ugrep/
H A Dugrep.cpp374 void nextLine(int startPos) { argument
375 if (startPos == 0) {
380 lineStart = lineEnd = startPos;
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.h100 virtual IntRect selectionRect(int absx, int absy, int startPos, int endPos);
101 bool isSelected(int startPos, int endPos) const;
160 void paintCompositionBackground(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, int startPos, int endPos);

Completed in 916 milliseconds

123