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

  /frameworks/base/core/java/android/text/
Layout.java 695 int lineEnd = getLineEnd(line);
696 if (offset == lineStart || offset == lineEnd) {
743 int lineEnd = getLineEnd(line);
750 if (limit > lineEnd) {
751 limit = lineEnd;
776 if (limit > lineEnd) {
777 limit = lineEnd;
1381 int lineend = getLineEnd(line); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 103 for (i, lineend) in enumerate(u"\n \r\n \r \u2028".split()):
104 vw.append((i*200)*u"\3042" + lineend)
112 for lineend in u"\n \r\n \r \u2028".split():
113 s = 10*(size*u"a" + lineend + u"xxx\n")
118 size*u"a" + lineend,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 103 for (i, lineend) in enumerate(u"\n \r\n \r \u2028".split()):
104 vw.append((i*200)*u"\3042" + lineend)
112 for lineend in u"\n \r\n \r \u2028".split():
113 s = 10*(size*u"a" + lineend + u"xxx\n")
118 size*u"a" + lineend,
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 161 $w delete insert {insert lineend}
188 $w mark set insert {insert lineend}
215 set line [$w get $start "$start lineend"]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 122 milliseconds