OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldSource
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Basic/
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/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp
140
const UChar*
oldSource
= source; // In case we have to back up because of target overflow.
185
source =
oldSource
; // Back up source pointer!
/external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp
230
HGDIOBJ
oldSource
= SelectObject(sourceDC, coreBitmap);
235
SelectObject(sourceDC,
oldSource
);
Completed in 197 milliseconds