Searched refs:sep_pos (Results 1 – 2 of 2) sorted by relevance
1885 const size_t sep_pos = format_str.find_first_of(".[:"); in ParseEntry() local1887 (sep_pos == llvm::StringRef::npos) ? '\0' : format_str[sep_pos]; in ParseEntry()1888 llvm::StringRef key = format_str.substr(0, sep_pos); in ParseEntry()1897 format_str.substr(sep_pos + (entry_def->keep_separator ? 0 : 1)); in ParseEntry()
6582 const char * sep_pos = strchr(retval, ';'); in S_langinfo_sv_i() local6583 if (! sep_pos) { in S_langinfo_sv_i()6584 sep_pos = strpbrk(retval, " !\"#$%&'()*+,-./:<=>?@[\\]^_`{|}~"); in S_langinfo_sv_i()6586 if (sep_pos) { in S_langinfo_sv_i()6587 separator = *sep_pos; in S_langinfo_sv_i()