HomeSort by relevance Sort by last modified time
    Searched refs:startline (Results 1 - 9 of 9) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /external/icu4c/tools/genrb/
parse.c 53 ParseResourceFunction(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
275 parseUCARules(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
296 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
420 parseTransliterator(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
437 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
498 parseDependency(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
510 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
560 parseString(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
567 return parseUCARules(tag, startline, status);
570 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1706 uint32_t startline; local
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
parse.c 53 ParseResourceFunction(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
275 parseUCARules(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
296 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
420 parseTransliterator(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
437 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
498 parseDependency(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
510 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
560 parseString(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
567 return parseUCARules(tag, startline, status);
570 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1703 uint32_t startline; local
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 240 int startline = getLineForOffset(where); local
241 int startv = getLineTop(startline);
278 mInts.deleteAt(startline, endline - startline);
279 mObjects.deleteAt(startline, endline - startline);
286 if (mIncludePad && startline == 0) {
297 mInts.adjustValuesBelow(startline, START, after - before);
298 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
336 mInts.insertAt(startline + i, ints)
    [all...]
Layout.java 1247 int startline = getLineForOffset(start); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 66 long startline; member in struct:entry
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 272 milliseconds