| /third_party/alsa-utils/topology/ |
| H A D | pre-processor.c | 196 char *string; in tplg_snprintf() local
|
| /third_party/gn/src/gn/ |
| H A D | xcode_object.cc | 37 bool StringNeedEscaping(const std::string& string) { in StringNeedEscaping() argument 50 std::string EncodeString(const std::string& string) { in EncodeString() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Utility.java | 1879 fromHex(String string, int minLength, String separator) fromHex() argument 1890 fromHex(String string, int minLength, Pattern separator) fromHex() argument 1953 appendTo(CharSequence string, A appendable) appendTo() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | ListFormatter.java | 199 private final FormattedStringBuilder string; field in ListFormatter.FormattedList 201 FormattedList(FormattedStringBuilder string) { in FormattedList() argument 593 private FormattedStringBuilder string; global() field in ListFormatter.FormattedListBuilder [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | custrtst.c | 1201 static const UChar string[]={ TestCountChar32() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| H A D | UnicodeMap.java | 407 public UnicodeMap<T> put(String string, T value) { in put() argument 674 compose(int codePoint, String string, T a, T b) compose() argument 985 public String string; global() field in UnicodeMap.EntryRange [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | ULocaleTest.java | 321 static int loccmp(String string, String prefix) { in loccmp() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | ULocaleTest.java | 320 static int loccmp(String string, String prefix) { in loccmp() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | ListFormatter.java | 263 private final FormattedStringBuilder string; field in ListFormatter.FormattedList 265 FormattedList(FormattedStringBuilder string) { in FormattedList() argument 665 private FormattedStringBuilder string; global() field in ListFormatter.FormattedListBuilder [all...] |
| H A D | DateIntervalFormat.java | 279 private final String string; field in DateIntervalFormat.FormattedDateInterval [all...] |
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| H A D | UnicodeMap.java | 404 public UnicodeMap<T> put(String string, T value) { in put() argument 671 compose(int codePoint, String string, T a, T b) compose() argument 982 public String string; global() field in UnicodeMap.EntryRange [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | Utility.java | 1783 fromHex(String string, int minLength, String separator) fromHex() argument 1794 fromHex(String string, int minLength, Pattern separator) fromHex() argument 1857 appendTo(CharSequence string, A appendable) appendTo() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | ucol_sit.cpp | 169 _processLocaleElement(CollatorSpec *spec, uint32_t value, const char* string, in _processLocaleElement() argument 186 _processRFC3066Locale(CollatorSpec *spec, uint32_t, const char* string, UErrorCode *status) _processRFC3066Locale() argument 205 _processCollatorOption(CollatorSpec *spec, uint32_t option, const char* string, UErrorCode *status) _processCollatorOption() argument 221 readHexCodeUnit(const char **string, UErrorCode *status) readHexCodeUnit() argument 257 _processVariableTop(CollatorSpec *spec, uint32_t value1, const char* string, UErrorCode *status) _processVariableTop() argument 334 ucol_sit_readSpecs(CollatorSpec *s, const char *string, UParseError *parseError, UErrorCode *status) ucol_sit_readSpecs() argument 518 const char *string = definition; ucol_openFromShortString() local [all...] |
| /third_party/json/include/nlohmann/ |
| H A D | json.hpp | 430 string_t* string; member [all...] |
| /third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
| H A D | protocol_lws_minimal_dbus_ws_proxy.c | 288 issue_dbus_signal(struct lws *wsi, const char *signame, const char *string) in issue_dbus_signal() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 399 static void si_emit_string_marker(struct pipe_context *ctx, const char *string, int len) in si_emit_string_marker() argument
|
| /third_party/node/src/ |
| H A D | stream_base.cc | 214 Local<String> string; in Writev() local 270 Local<String> string; in Writev() local 343 Local<String> string in WriteString() local 495 AddMethod(Environment* env, Local<Signature> signature, enum PropertyAttribute attributes, Local<FunctionTemplate> t, JSMethodFunction* stream_method, Local<String> string) AddMethod() argument [all...] |
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | utils.c | 405 utils_parse_range(const char *string, s64 *start, s64 *finish, BOOL scale) utils_parse_range() argument [all...] |
| /third_party/musl/porting/liteos_m/kernel/src/regex/ |
| H A D | regexec.c | 170 tre_tnfa_run_parallel(const tre_tnfa_t *tnfa, const void *string, in tre_tnfa_run_parallel() argument 593 tre_tnfa_run_backtrack(const tre_tnfa_t *tnfa, const void *string, in tre_tnfa_run_backtrack() argument 996 regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) regexec() argument [all...] |
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
| H A D | regexec.c | 170 tre_tnfa_run_parallel(const tre_tnfa_t *tnfa, const void *string, in tre_tnfa_run_parallel() argument 593 tre_tnfa_run_backtrack(const tre_tnfa_t *tnfa, const void *string, in tre_tnfa_run_backtrack() argument 996 regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) regexec() argument [all...] |
| /third_party/musl/src/malloc/liteos_a/user_debug/ |
| H A D | memory_check.c | 746 const char *string = "memory info will print to serial port!"; in mem_check_init() local
|
| /third_party/musl/porting/uniproton/kernel/src/regex/ |
| H A D | regexec.c | 170 tre_tnfa_run_parallel(const tre_tnfa_t *tnfa, const void *string, in tre_tnfa_run_parallel() argument 593 tre_tnfa_run_backtrack(const tre_tnfa_t *tnfa, const void *string, in tre_tnfa_run_backtrack() argument 996 regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) regexec() argument [all...] |
| /third_party/musl/src/regex/ |
| H A D | regexec.c | 170 tre_tnfa_run_parallel(const tre_tnfa_t *tnfa, const void *string, in tre_tnfa_run_parallel() argument 593 tre_tnfa_run_backtrack(const tre_tnfa_t *tnfa, const void *string, in tre_tnfa_run_backtrack() argument 996 regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) regexec() argument [all...] |
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
| H A D | memory_check.c | 731 const char *string = "memory info will print to serial port!"; in mem_check_init() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | ucol_sit.cpp | 170 _processLocaleElement(CollatorSpec *spec, uint32_t value, const char* string, in _processLocaleElement() argument 187 _processRFC3066Locale(CollatorSpec *spec, uint32_t, const char* string, UErrorCode *status) _processRFC3066Locale() argument 206 _processCollatorOption(CollatorSpec *spec, uint32_t option, const char* string, UErrorCode *status) _processCollatorOption() argument 222 readHexCodeUnit(const char **string, UErrorCode *status) readHexCodeUnit() argument 258 _processVariableTop(CollatorSpec *spec, uint32_t value1, const char* string, UErrorCode *status) _processVariableTop() argument 335 ucol_sit_readSpecs(CollatorSpec *s, const char *string, UParseError *parseError, UErrorCode *status) ucol_sit_readSpecs() argument 518 const char *string = definition; ucol_openFromShortString() local [all...] |