Searched refs:SRC_LINE_OFFSET (Results 1 – 1 of 1) sorted by relevance
1171 final int adjustedl = l < SRC_LINE_OFFSET ? l : l + SRC_LINE_OFFSET; in embedSrcFile()1495 private static final int SRC_LINE_OFFSET = 4; local