Searched refs:copyString (Results 1 - 11 of 11) sorted by last modified time

/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp291 static void copyString(const UnicodeString& src, UBool isBogus, UnicodeString *& dest, UErrorCode &status) { function
4971 copyString(out.fNegPrefixPattern, out.fNegPatternsBogus, fNegPrefixPattern, status);
4972 copyString(out.fNegSuffixPattern, out.fNegPatternsBogus, fNegSuffixPattern, status);
4973 copyString(out.fPosPrefixPattern, out.fPosPatternsBogus, fPosPrefixPattern, status);
4974 copyString(out.fPosSuffixPattern, out.fPosPatternsBogus, fPosSuffixPattern, status);
H A Duregex.cpp1737 // copyString Internal utility to copy a string to an output buffer,
1744 static void copyString(UChar *destBuffer, // Destination buffer.
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp50 const char *copyString(StringRef Blob) { function in class:__anon19523::CXLoadedDiagnosticSetImpl
469 RetStr = TopDiags.copyString(Blob);
650 D->Spelling = TopDiags.copyString(Blob);
/external/clang/include/clang/Edit/
H A DCommit.h138 StringRef copyString(StringRef str) { function in class:clang::edit::Commit
H A DEditedSource.h65 StringRef copyString(StringRef str) { function in class:clang::edit::EditedSource
70 StringRef copyString(const Twine &twine);
/external/clang/lib/Edit/
H A DCommit.cpp186 data.Text = copyString(text);
H A DEditedSource.cpp26 StringRef EditedSource::copyString(const Twine &twine) { function in class:EditedSource
28 return copyString(twine.toStringRef(Data));
71 FA.Text = copyString(text);
76 FA.Text = copyString(Twine(text) + FA.Text);
78 FA.Text = copyString(Twine(FA.Text) + text);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp551 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) { function
727 copyString(Filename, LookupFileCache.getAllocator());
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js3507 function copyString(element, value) {
3517 copyString('sysname', 'Emscripten');
3518 copyString('nodename', 'emscripten');
3519 copyString('release', '1.0');
3520 copyString('version', '#1');
3521 copyString('machine', 'x86-JS');
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Diosfilesystem.mm24 static char* copyString(NSString* s) {
40 return copyString([paths objectAtIndex:0]);
45 return copyString(NSTemporaryDirectory());
/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp1734 // copyString Internal utility to copy a string to an output buffer,
1741 static void copyString(UChar *destBuffer, // Destination buffer.

Completed in 3004 milliseconds