HomeSort by relevance Sort by last modified time
    Searched full:oldsource (Results 1 - 15 of 15) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
VariableReplacer.java 26 String oldSource;
28 oldSource = source;
34 } while (!source.equals(oldSource));
  /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...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 

Completed in 2413 milliseconds