Home
last modified time | relevance | path

Searched defs:string (Results 901 - 925 of 1545) sorted by relevance

1...<<31323334353637383940>>...62

/third_party/alsa-utils/topology/
H A Dpre-processor.c196 char *string; in tplg_snprintf() local
/third_party/gn/src/gn/
H A Dxcode_object.cc37 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 DUtility.java1879 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 DListFormatter.java199 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 Dcustrtst.c1201 static const UChar string[]={ TestCountChar32() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java407 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 DULocaleTest.java321 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 DULocaleTest.java320 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 DListFormatter.java263 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 DDateIntervalFormat.java279 private final String string; field in DateIntervalFormat.FormattedDateInterval
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java404 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 DUtility.java1783 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 Ducol_sit.cpp169 _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 Djson.hpp430 string_t* string; member
[all...]
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dprotocol_lws_minimal_dbus_ws_proxy.c288 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 Dsi_pipe.c399 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 Dstream_base.cc214 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 Dutils.c405 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 Dregexec.c170 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 Dregexec.c170 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 Dmemory_check.c746 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 Dregexec.c170 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 Dregexec.c170 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 Dmemory_check.c731 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 Ducol_sit.cpp170 _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...]

Completed in 33 milliseconds

1...<<31323334353637383940>>...62