OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldsource
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
VariableReplacer.java
25
String
oldSource
;
27
oldSource
= source;
33
} while (!source.equals(
oldSource
));
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetASCII.java
49
int
oldSource
= source.position();
61
int sourceIndex =
oldSource
+ sourceOffset;
62
int sourceLength = source.limit() -
oldSource
;
80
source.position(
oldSource
+ sourceLength);
84
source.position(
oldSource
+ targetLength);
109
byte[] sourceArray, char[] targetArray, int
oldSource
, int offset, int limit) {
116
for (i =
oldSource
; i < limit && (((ch = (sourceArray[i] & 0xff)) & 0x80) == 0); i++)
197
int
oldSource
= source.position();
217
int sourceIndex =
oldSource
+ sourceOffset;
218
int sourceLength = source.limit() -
oldSource
;
[
all
...]
Charset88591.java
29
byte[] sourceArray, char[] targetArray, int
oldSource
, int offset, int limit) {
35
for (int i =
oldSource
; i < limit; i++)
66
char[] sourceArray, byte[] targetArray, int
oldSource
, int offset, int limit,
74
for (i =
oldSource
; i < limit; i++) {
/dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java
489
* @param
oldSource
{@code null-ok;} The source that was used, if
494
RegisterSpec
oldSource
, RegisterSpec newSource) {
497
if (
oldSource
!= null) {
498
int reg =
oldSource
.getReg();
/external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c
109
const UTF16*
oldSource
= source; /* In case we have to back up because of target overflow. */
140
source =
oldSource
; /* Back up source pointer! */
216
const UTF16*
oldSource
= source; /* In case we have to back up because of target overflow. */
257
source =
oldSource
; /* Back up source pointer! */
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java
490
* @param
oldSource
{@code null-ok;} The source that was used, if
495
RegisterSpec
oldSource
, RegisterSpec newSource) {
498
if (
oldSource
!= null) {
499
int reg =
oldSource
.getReg();
/external/google-breakpad/src/common/
convert_UTF.c
137
const UTF16*
oldSource
= source; /* In case we have to back up because of target overflow. */
168
source =
oldSource
; /* Back up source pointer! */
243
const UTF16*
oldSource
= source; /* In case we have to back up because of target overflow. */
284
source =
oldSource
; /* Back up source pointer! */
/external/llvm/lib/Support/
ConvertUTF.c
175
const UTF16*
oldSource
= source; /* In case we have to back up because of target overflow. */
206
source =
oldSource
; /* Back up source pointer! */
232
const UTF16*
oldSource
= source; /* In case we have to back up because of target overflow. */
273
source =
oldSource
; /* Back up source pointer! */
/external/ppp/pppd/
options.c
419
char *
oldsource
;
local
447
oldsource
= option_source;
477
option_source =
oldsource
;
[
all
...]
Completed in 1375 milliseconds