Home
last modified time | relevance | path

Searched defs:oldSource (Results 1 – 6 of 6) 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/clang/lib/Basic/
DConvertUTF.c174 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
231 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
/external/webkit/Source/WebCore/inspector/front-end/
DDebuggerPresentationModel.js149 function didEditScriptSource(oldSource, error) argument
166 function didReceiveSource(oldSource) argument
172 _updateBreakpointsAfterLiveEdit: function(sourceFileId, oldSource, newSource) argument
/external/webkit/Source/JavaScriptCore/wtf/unicode/
DUTF8.cpp140 const UChar* oldSource = source; // In case we have to back up because of target overflow. in convertUTF16ToUTF8() local
/external/webkit/Source/WebCore/platform/win/
DPasteboardWin.cpp230 HGDIOBJ oldSource = SelectObject(sourceDC, coreBitmap); in writeImage() local
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaMethod.java495 RegisterSpec oldSource, RegisterSpec newSource) { in onSourceChanged()