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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 66 long startline; member in struct:entry
  /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...]
  /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...]
  /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/sqlite/dist/
shell.c 3113 int startline = 0; local
3177 "Error: near line %d:", startline); local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 136 milliseconds