Searched refs:sourceBegin (Results 1 – 2 of 2) sorted by relevance
/external/v8/tools/sodium/ |
D | sodium.js | 66 var sourceBegin = -1; 75 function Code(name, kind, sourceBegin, sourceEnd, asmBegin, asmEnd, argument 79 this.sourceBegin = sourceBegin; 94 if (code.sourceBegin == -1 || code.sourceEnd == -1) return ""; 95 return fileContent.substring(code.sourceBegin, code.sourceEnd); 114 if (sourceBegin == -1) { 115 sourceBegin = begin; 126 sourceBegin, sourceEnd, asmBegin, asmEnd, 149 sourceBegin = -1; 161 sourceBegin = -1; [all …]
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 4578 int sourceBegin = x.sourceArrayIndex; in unassigned() local 4582 x.nextSourceIndex += x.sourceArrayIndex - sourceBegin; in unassigned() 4651 int sourceBegin = x.sourceArrayIndex; in unassignedDouble() local 4655 x.nextSourceIndex += x.sourceArrayIndex - sourceBegin; in unassignedDouble()
|