Searched refs:newString (Results 1 – 12 of 12) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winstring.h | 38 HRESULT WINAPI WindowsConcatString(HSTRING string1, HSTRING string2, HSTRING *newString); 48 HRESULT WINAPI WindowsDuplicateString(HSTRING string, HSTRING *newString); 64 …placeString(HSTRING string, HSTRING stringReplaced, HSTRING stringReplaceWith, HSTRING *newString); 68 HRESULT WINAPI WindowsSubstring(HSTRING string, UINT32 startIndex, HSTRING *newString); 70 …SubstringWithSpecifiedLength(HSTRING string, UINT32 startIndex, UINT32 length, HSTRING *newString); 72 HRESULT WINAPI WindowsTrimStringEnd(HSTRING string, HSTRING trimString, HSTRING *newString); 74 HRESULT WINAPI WindowsTrimStringStart(HSTRING string, HSTRING trimString, HSTRING *newString);
|
/prebuilts/go/linux-x86/test/typeparam/ |
D | issue48225.go | 24 newString = Foo[string]{val: 1}.Get var 29 s := newString()
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
D | asn1_test.go | 422 func newString(s string) *string { return &s } func 494 {[]byte{0x13, 0x04, 't', 'e', 's', 't'}, newString("test")}, 495 {[]byte{0x16, 0x04, 't', 'e', 's', 't'}, newString("test")}, 497 {[]byte{0x13, 0x05, 't', 'e', 's', 't', '&'}, newString("test&")}, 508 …{[]byte{0x12, 0x0b, '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ' '}, newString("0123456789 …
|
/prebuilts/go/linux-x86/src/regexp/ |
D | exec.go | 61 func (i *inputs) newString(s string) input { func 92 return i.newString(s), len(s)
|
/prebuilts/go/linux-x86/src/html/template/ |
D | exec_test.go | 166 PS: newString("a string"), 191 func newString(s string) *string { func
|
/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
D | collationbuilder.h | 139 UnicodeString &newNFDString, UnicodeString &newString,
|
/prebuilts/go/linux-x86/src/text/template/ |
D | exec_test.go | 166 PS: newString("a string"), 194 func newString(s string) *string { func
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
D | node.go | 763 func (t *Tree) newString(pos Pos, orig, text string) *StringNode { func 780 return s.tr.newString(s.Pos, s.Quoted, s.Text)
|
D | parse.go | 796 return t.newString(token.pos, token.val, s)
|
/prebuilts/runtime/mainline/i18n/sdk/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 5601 Landroid/icu/text/UTF16;->newString([III)Ljava/lang/String;
|
D | stub-flags.csv | 18306 Landroid/icu/text/UTF16;->newString([III)Ljava/lang/String;
|
D | all-flags.csv | 18306 Landroid/icu/text/UTF16;->newString([III)Ljava/lang/String;,lo-prio,max-target-o
|