Searched refs:lineStart (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DManifestParser.cpp78 const UChar* lineStart = p; local
85 if (*lineStart == '#')
90 while (tmp > lineStart && (*tmp == ' ' || *tmp == '\t'))
93 String line(lineStart, tmp - lineStart + 1);
/external/icu4c/samples/ugrep/
H A Dugrep.cpp57 int lineStart; // Index of first char of the current line in the file buffer variable
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
137 UnicodeString s(FALSE, ucharBuf+lineStart, lineEnd-lineStart);
380 lineStart = lineEnd = startPos;
435 &ucharBuf[lineStart], // Input to conversion
436 lineEnd-lineStart, // number of UChars to convert
/external/icu4c/test/cintltst/
H A Dcbiditst.h65 int32_t lineStart, lineLimit; member in struct:__anon5428
H A Dcbiditst.c42 int32_t lineStart, UBool countRunsFirst);
189 int32_t lineStart; local
200 lineStart=tests[testNumber].lineStart;
201 if(lineStart==-1) {
204 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine, &errorCode);
207 lineStart, tests[testNumber].lineLimit, ubidi_getDirection(pLine), ubidi_getParaLevel(pLine));
208 doTest(pLine, testNumber, tests+testNumber, lineStart, countRunsFirst);
211 testNumber, lineStart, tests[testNumber].lineLimit, myErrorName(errorCode));
889 doTest(UBiDi *pBiDi, int testNumber, const BiDiTestData *test, int32_t lineStart, UBoo argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DStringMsgParser.java152 int lineStart = i;
163 int lineLength = i - lineStart;
167 currentLine = new String(msgBuffer, lineStart, lineLength, "UTF-8");
267 int lineStart = i;
283 currentLine = msgString.substring(lineStart, i);
547 int lineStart = start;
553 buffer.append(header.substring(lineStart, i));
562 lineStart = i + 1;
565 lineStart = i;
572 buffer.append(header.substring(lineStart,
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DDebugInfoBuilder.java48 private int lineStart = 0; field in class:DebugInfoBuilder
80 if (lineStart == 0) {
81 lineStart = line;
157 if (lineStart == 0) {
158 lineStart = 1;
161 currentLine = lineStart;
179 return DebugInfoItem.internDebugInfoItem(dexFile, lineStart, parameterNamesArray, out.toByteArray(),
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DDebugInfoItem.java42 private int lineStart; field in class:DebugInfoItem
60 * @param lineStart the initial value for the line number register for the debug info machine
68 int lineStart,
73 this.lineStart = lineStart;
82 * @param lineStart the initial value for the line number register for the debug info machine
91 int lineStart,
95 DebugInfoItem debugInfoItem = new DebugInfoItem(dexFile, lineStart, parameterNames, encodedDebugInfo,
102 lineStart = in.readUnsignedLeb128();
159 offset += Leb128Utils.unsignedLeb128Size(lineStart);
67 DebugInfoItem(DexFile dexFile, int lineStart, StringIdItem[] parameterNames, byte[] encodedDebugInfo, Item[] referencedItems) argument
90 internDebugInfoItem(DexFile dexFile, int lineStart, StringIdItem[] parameterNames, byte[] encodedDebugInfo, Item[] referencedItems) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontoken.h132 void * lineStart; member in struct:ANTLR3_COMMON_TOKEN_struct
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp325 char* lineStart = m_text;
336 if (commentStart < lineStart + textLen)
342 textLen = commentStart - lineStart;
348 if (commentEnd < lineStart + textLen) {
350 textLen = commentEnd - lineStart - 2;
360 textLen = commentStart - lineStart - 2;
365 Pair condition = { lineStart, m_braceLevel };
383 Pair space = { lineStart, m_braceLevel };
431 Pair _class = { lineStart, m_braceLevel };
434 m_classDeclaration = lineStart; // !!! FIXM
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DClipboardUtilitiesWin.cpp561 unsigned lineStart = cfhtml.find(srcURLStr, 0, false); local
562 if (lineStart != -1) {
563 unsigned srcEnd = cfhtml.find("\n", lineStart, false);
564 unsigned srcStart = lineStart+srcURLStr.length();
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java361 int lineStart = 0;
369 lineEnd = text.indexOf('\n', lineStart);
373 line = text.substring(lineStart, lineEnd + 1);
374 lineStart = lineEnd + 1;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c2210 token->lineStart = current->lineStart;
H A Dantlr3lexer.c673 token->lineStart = lexer->input->currentLine;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1974 milliseconds