Home
last modified time | relevance | path

Searched refs:cLine (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skplaintexteditor/src/
Deditor.cpp128 const TextLine& cLine = fLines[cursor.fParagraphIndex]; in getLocation() local
130 if (cursor.fTextByteIndex < cLine.fCursorPos.size()) { in getLocation()
131 pos = cLine.fCursorPos[cursor.fTextByteIndex]; in getLocation()
135 return offset(pos, cLine.fOrigin); in getLocation()
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py153 cLine = FOUR_CHAR_CODE('clin') variable
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParser.java4508 int cLine; in TryStatement() local
4532 cLine=token.beginLine; cColumn=token.beginColumn; in TryStatement()
4554 …catchs = add(catchs, new CatchClause(cLine, cColumn, token.endLine, token.endColumn, exceptModifie… in TryStatement()