Home
last modified time | relevance | path

Searched +defs:string +defs:append (Results 1 – 25 of 41) sorted by relevance

12

/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DJSArrayBuilder.java67 public JSArrayBuilder append(int number) { in append() method in JSArrayBuilder
74 public JSArrayBuilder append(String string) { in append() method in JSArrayBuilder
81 public JSArrayBuilder append(boolean b) { in append() method in JSArrayBuilder
96 private JSArrayBuilder append(String string, boolean escapeString) { in append() method in JSArrayBuilder
/third_party/skia/include/core/
DSkString.h28 static inline bool SkStrStartsWith(const char string[], const char prefixStr[]) { in SkStrStartsWith()
33 static inline bool SkStrStartsWith(const char string[], const char prefixChar) { in SkStrStartsWith()
43 static inline int SkStrFind(const char string[], const char substring[]) { in SkStrFind()
49 static inline int SkStrFindLastOf(const char string[], const char subchar) { in SkStrFindLastOf()
55 static inline bool SkStrContains(const char string[], const char substring[]) { in SkStrContains()
60 static inline bool SkStrContains(const char string[], const char subchar) { in SkStrContains()
202 void append(const SkString& str) { this->insert((size_t)-1, str); } in append() function
203 void append(const char text[]) { this->insert((size_t)-1, text); } in append() function
204 void append(const char text[], size_t len) { this->insert((size_t)-1, text, len); } in append() function
/third_party/flutter/skia/include/core/
DSkString.h23 static inline bool SkStrStartsWith(const char string[], const char prefixStr[]) { in SkStrStartsWith()
28 static inline bool SkStrStartsWith(const char string[], const char prefixChar) { in SkStrStartsWith()
38 static inline int SkStrFind(const char string[], const char substring[]) { in SkStrFind()
44 static inline int SkStrFindLastOf(const char string[], const char subchar) { in SkStrFindLastOf()
50 static inline bool SkStrContains(const char string[], const char substring[]) { in SkStrContains()
55 static inline bool SkStrContains(const char string[], const char subchar) { in SkStrContains()
63 static inline char *SkStrDup(const char string[]) { in SkStrDup()
201 void append(const SkString& str) { this->insert((size_t)-1, str); } in append() function
202 void append(const char text[]) { this->insert((size_t)-1, text); } in append() function
203 void append(const char text[], size_t len) { this->insert((size_t)-1, text, len); } in append() function
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.h142 bool contains(const char* string) const { in contains()
165 void append(const char* string) { fStrings.push_back().set(string); } in append() function
167 void append(const char* string, size_t length) { fStrings.push_back().set(string, length); } in append() function
359 void append(const char* string) { in append() function
/third_party/skia/tools/flags/
DCommandLineFlags.h142 bool contains(const char* string) const { in contains()
165 void append(const char* string) { fStrings.push_back().set(string); } in append() function
167 void append(const char* string, size_t length) { fStrings.push_back().set(string, length); } in append() function
359 void append(const char* string) { in append() function
/third_party/boost/boost/filesystem/
Dpath.hpp366 path& append(const value_type* ptr) // required in case ptr overlaps *this in append() function in boost::filesystem::path
372 path& append(const value_type* ptr, const codecvt_type&) // required in case ptr overlaps *this in append() function in boost::filesystem::path
435 const std::string string() const in string() function in boost::filesystem::path
443 const std::string string(const codecvt_type& cvt) const in string() function in boost::filesystem::path
457 const std::string& string() const { return m_pathname; } in string() function in boost::filesystem::path
458 const std::string& string(const codecvt_type&) const { return m_pathname; } in string() function in boost::filesystem::path
905 path& path::append(InputIterator begin, InputIterator end) in append() function in boost::filesystem::path
919 path& path::append(InputIterator begin, InputIterator end, const codecvt_type& cvt) in append() function in boost::filesystem::path
933 path& path::append(Source const& source) in append() function in boost::filesystem::path
945 path& path::append(Source const& source, const codecvt_type& cvt) in append() function in boost::filesystem::path
[all …]
/third_party/python/Lib/email/
Dheader.py265 def append(self, s, charset=None, errors='strict'): member in Header
443 def feed(self, fws, string, charset): argument
486 def _ascii_split(self, fws, string, splitchars): argument
508 def _append_chunk(self, fws, string): argument
547 def push(self, fws, string): argument
/third_party/libinput/tools/
Dlibinput-measure-touchpad-pressure.py122 def append(self, touch): member in TouchSequence
320 def colon_tuple(string): argument
Dlibinput-measure-touch-size.py116 def append(self, touch): member in TouchSequence
301 def colon_tuple(string): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmsvs_emulation.py104 def _AppendOrReturn(append, element): argument
282 def _GetAndMunge(self, field, path, default, prefix, append, map): argument
293 def __init__(self, parent, field, base_path, append=None): argument
328 default=None, prefix='', append=None, map=None): argument
334 default=None, prefix='', append=None, map=None): argument
953 def ExpandMacros(string, expansions): argument
Dinput.py646 def IsStrCanonicalInt(string): argument
2045 def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True): argument
/third_party/node/tools/gyp/pylib/gyp/
Dmsvs_emulation.py109 def _AppendOrReturn(append, element): argument
295 def _GetAndMunge(self, field, path, default, prefix, append, map): argument
306 def __init__(self, parent, field, base_path, append=None): argument
350 def _Setting(self, path, config, default=None, prefix="", append=None, map=None): argument
357 self, path, config, default=None, prefix="", append=None, map=None argument
1091 def ExpandMacros(string, expansions): argument
Dinput.py703 def IsStrCanonicalInt(string): argument
2239 def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True): argument
/third_party/curl/packages/OS400/
Dccsidcurl.c262 curl_easy_escape_ccsid(CURL *handle, const char *string, int length, in curl_easy_escape_ccsid()
291 curl_easy_unescape_ccsid(CURL *handle, const char *string, int length, in curl_easy_unescape_ccsid()
1037 curl_formget_callback append; member
1076 curl_formget_callback append, unsigned int ccsid) in curl_formget_ccsid()
1321 mime_string_call(curl_mimepart *part, const char *string, unsigned int ccsid, in mime_string_call()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DListFormatter.java263 private final FormattedStringBuilder string; field in ListFormatter.FormattedList
265 FormattedList(FormattedStringBuilder string) { in FormattedList()
665 private FormattedStringBuilder string; field in ListFormatter.FormattedListBuilder
681 public FormattedListBuilder append(String compiledPattern, Object next, int position) { in append() method in ListFormatter.FormattedListBuilder
DUnicodeSet.java610 private static void append(Appendable app, CharSequence s) { in append() method in UnicodeSet
4502 public static int compare(CharSequence string, int codePoint) { in compare()
4513 public static int compare(int codePoint, CharSequence string) { in compare()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp205 std::string Shader::Instruction::string(ShaderType shaderType, unsigned short version) const in string() function in sw::Shader::Instruction
510 std::string Shader::SourceParameter::string(ShaderType shaderType, unsigned short version) const in string() function in sw::Shader::SourceParameter
1027 std::string Shader::Parameter::string(ShaderType shaderType, unsigned short version) const in string() function in sw::Shader::Parameter
1474 void Shader::append(Instruction *instruction) in append() function in sw::Shader
/third_party/python/Lib/
Dsre_parse.py172 def append(self, code): member in SubPattern
224 def __init__(self, string): argument
Dconfigparser.py335 def append(self, lineno, line): member in ParsingError
720 def read_string(self, string, source='<string>'): argument
/third_party/icu/icu4c/source/test/intltest/
Dssearch.cpp370 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) in OrderList()
1037 void SetMonkey::append(UnicodeString &test, UnicodeString &alternate) in append() function in SetMonkey
1075 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) in append() function in StringSetMonkey
1129 const UnicodeString *string = NULL; in generateAlternative() local
/third_party/flutter/skia/experimental/editor/
Deditor.cpp140 static size_t count_char(const StringSlice& string, char value) { in count_char()
204 static void append(char** dst, size_t* count, const char* src, size_t n) { in append() function
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp140 static size_t count_char(const StringSlice& string, char value) { in count_char()
204 static void append(char** dst, size_t* count, const char* src, size_t n) { in append() function
/third_party/icu/icu4c/source/i18n/
Dmeasunit_extra.cpp88 const char* const string; member
811 bool MeasureUnitImpl::append(const SingleUnitImpl& singleUnit, UErrorCode& status) { in append() function in MeasureUnitImpl
/third_party/boost/boost/container/
Dstring.hpp1380 basic_string& append(const basic_string& s) in append() function in boost::container::basic_string
1386 basic_string& append(BasicStringView<CharT, Traits> sv) in append() function in boost::container::basic_string
1397 basic_string& append(const basic_string& s, size_type pos, size_type n = npos) in append() function in boost::container::basic_string
1415 basic_string& append(const CharT* s, size_type n) in append() function in boost::container::basic_string
1423 basic_string& append(const CharT* s) in append() function in boost::container::basic_string
1429 basic_string& append(size_type n, CharT c) in append() function in boost::container::basic_string
1438 basic_string& append(InputIter first, InputIter last) in append() function in boost::container::basic_string
1444 basic_string& append(std::initializer_list<CharT> il) in append() function in boost::container::basic_string
3001 string; typedef
/third_party/python/Lib/collections/
D__init__.py1222 def append(self, item): member in UserList
1294 def __eq__(self, string): argument
1299 def __lt__(self, string): argument
1304 def __le__(self, string): argument
1309 def __gt__(self, string): argument
1314 def __ge__(self, string): argument

12