HomeSort by relevance Sort by last modified time
    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 376 milliseconds