Home
last modified time | relevance | path

Searched defs:delim (Results 26 - 50 of 109) sorted by relevance

12345

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DPunycodeReference.java68 private static boolean delim(int cp){ in delim() method in PunycodeReference
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DPunycodeReference.java65 private static boolean delim(int cp){ in delim() method in PunycodeReference
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-tokenize.h94 uint8_t delim; member
/third_party/node/src/crypto/
H A Dcrypto_bio.cc316 size_t NodeBIO::IndexOf(char delim, size_t limit) { in IndexOf() argument
/third_party/musl/src/regex/
H A Dglob.c199 char delim, *name_end = __strchrnul(p, '/'); in expand_tilde() local
/third_party/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp23 static const char delim = '/'; variable
/third_party/openssl/crypto/property/
H A Dproperty_parse.c162 static int parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, in parse_string() argument
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Duperf.cpp23 static const char delim = '/'; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp378 const char *TimerGroup::printJSONValues(raw_ostream &OS, const char *delim) { in printJSONValues() argument
381 OS << delim; in printJSONValues() local
386 OS << delim; in printJSONValues() local
388 OS << delim; in printJSONValues() local
395 const char *TimerGroup::printAllJSONValues(raw_ostream &OS, const char *delim) { in printAllJSONValues() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dutil.c205 static inline int tokenize_str(char delim, char **str, char **ptr, size_t *len) in tokenize_str() argument
257 int tokenize(char *line_buf, char delim, int num_args, ...) in tokenize() argument
H A Dmls.c333 char delim; in mls_context_to_sid() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_lowpower.c289 const char delim = '.'; in arp_offload_parse_ipv4_check() local
/third_party/ffmpeg/libavfilter/
H A Daf_channelmap.c81 static char* split(char *message, char delim) { in split() argument
88 static int get_channel_idx(char **map, int *ch, char delim, int max_ch) in get_channel_idx() argument
108 static int get_channel(char **map, int *ch, char delim) in get_channel() argument
/third_party/ffmpeg/libavutil/
H A Davstring.c189 char *av_strtok(char *s, const char *delim, char **saveptr) in av_strtok() argument
/third_party/alsa-lib/src/topology/
H A Dsave.c299 static int save_config(struct tplg_buf *dst, int level, const char *delim, snd_config_t *src) in save_config() argument
[all...]
/third_party/alsa-lib/src/control/
H A Dnamehint.c714 const char *hint1 = (const char *)hint, *delim; in snd_device_name_get_hint() local
/third_party/node/src/
H A Dutil.cc181 SplitString(const std::string_view in, const std::string_view delim) SplitString() argument
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_parse.c192 static int parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, in parse_string() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimer.cpp411 const char *TimerGroup::printJSONValues(raw_ostream &OS, const char *delim) { in printJSONValues() argument
416 OS << delim; in printJSONValues() local
421 OS << delim; in printJSONValues() local
423 OS << delim; in printJSONValues() local
426 OS << delim; in printJSONValues() local
434 const char *TimerGroup::printAllJSONValues(raw_ostream &OS, const char *delim) { in printAllJSONValues() argument
[all...]
/third_party/toybox/toys/posix/
H A Dsed.c685 static char *unescape_delimited_string(char **pstr, char *delim) in unescape_delimited_string() argument
846 char *end, delim = 0; parse_pattern() local
918 int fd, delim; parse_pattern() local
949 char *s, delim = 0; parse_pattern() local
[all...]
/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c149 static SplitedStr *SplitStr(char *str, char delim) in SplitStr() argument
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.cpp116 vector<string> FaultDetectorUtil::Split(const string &str, char delim) in Split() argument
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp308 void CJInitialize::StringSplit(const std::string &str, const char delim, std::vector<std::string> &elems) in StringSplit() argument
/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c95 static const char *GetSlice(char *str, char delim, int32_t *nextIdx) in GetSlice() argument
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson.cc57 char delim = (!(size_ & 1) || container_ == Container::ARRAY) ? ',' : ':'; in StartElementTmpl() local

Completed in 22 milliseconds

12345