Home
last modified time | relevance | path

Searched defs:oldSource (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3convertutf.c109 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
216 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
DUTF8.cpp140 const LChar* oldSource = source; // In case we have to back up because of target overflow. in convertLatin1ToUTF8() local
182 const UChar* oldSource = source; // In case we have to back up because of target overflow. in convertUTF16ToUTF8() local
/external/llvm/lib/Support/
DConvertUTF.c175 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
232 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaMethod.java495 RegisterSpec oldSource, RegisterSpec newSource) { in onSourceChanged()