HomeSort by relevance Sort by last modified time
    Searched refs:copyString (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Edit/
EditedSource.h 63 StringRef copyString(StringRef str) {
68 StringRef copyString(const Twine &twine);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 507 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues);
508 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
510 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
511 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
582 copyString(Downloads.Impl._DATA, values, filteredValues);
611 copyString(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS, values, filteredValues);
612 copyString(Downloads.Impl.COLUMN_COOKIE_DATA, values, filteredValues);
613 copyString(Downloads.Impl.COLUMN_USER_AGENT, values, filteredValues);
614 copyString(Downloads.Impl.COLUMN_REFERER, values, filteredValues);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 217 private static final void copyString(String key, ContentValues from, ContentValues to) {
242 copyString(BluetoothShare.URI, values, filteredValues);
243 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues);
244 copyString(BluetoothShare.MIMETYPE, values, filteredValues);
245 copyString(BluetoothShare.DESTINATION, values, filteredValues);
  /external/clang/lib/Edit/
EditedSource.cpp 25 StringRef EditedSource::copyString(const Twine &twine) {
27 return copyString(twine.toStringRef(Data));
70 FA.Text = copyString(text);
80 FA.Text = copyString(concat);
  /external/icu4c/i18n/
uregex.cpp     [all...]

Completed in 283 milliseconds