Searched refs:startchar (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument 1234 if line[i] == startchar: 1262 startchar = line[pos] 1263 if startchar not in '({[<': 1265 if startchar == '(': endchar = ')' 1266 if startchar == '[': endchar = ']' 1267 if startchar == '{': endchar = '}' 1268 if startchar == '<': endchar = '>' 1272 line, pos, 0, startchar, endchar) 1281 line, 0, num_open, startchar, endchar) [all …]
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OnedCodaBarReader.cpp | 90 FX_CHAR startchar = result[0]; in DecodeRow() local 91 if (!ArrayContains(STARTEND_ENCODING, startchar)) { in DecodeRow()
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1031 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument 1045 if line[i] == startchar: 1073 startchar = line[pos] 1074 if startchar not in '({[': 1076 if startchar == '(': endchar = ')' 1077 if startchar == '[': endchar = ']' 1078 if startchar == '{': endchar = '}' 1081 end_pos = FindEndOfExpressionInLine(line, pos, 0, startchar, endchar) 1085 num_open = tail.count(startchar) - tail.count(endchar) 1089 delta = line.count(startchar) - line.count(endchar) [all …]
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |