Searched refs:n_pos (Results 1 – 5 of 5) sorted by relevance
164 const uint8_t *needle, int n_pos, int n_len, in match_segments() argument174 while (h_pos + match_len < h_len && n_pos + match_len < n_len && in match_segments()175 needle[n_pos + match_len] == haystack[h_pos + match_len]) in match_segments()183 match_n_pos = n_pos; in match_segments()
1941 const size_type n_pos = pos - this->cbegin(); in insert() local1947 return iterator(this->m_holder.start() + n_pos); in insert()2722 const size_type n_pos = pos - this->m_holder.start(); in priv_forward_range_insert_no_capacity() local2733 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert_no_capacity()2742 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert_no_capacity() local2780 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert_no_capacity()2798 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert() local2800 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert()
1720 const size_type n_pos = p - this->cbegin(); in insert() local1724 return this->begin() + n_pos; in insert()1737 const size_type n_pos = p - this->cbegin(); in insert() local1837 return this->begin() + n_pos; in insert()
2105 const boost::int32_t n_pos = static_cast<boost::int32_t>(pos); in rd_string() local2106 …const boost::int32_t n_rem_is_zero = ((static_cast<boost::int32_t>(n_pos % cpp_dec_float_elem_digi… in rd_string()2107 …t n = static_cast<boost::int32_t>(static_cast<boost::int32_t>(n_pos / cpp_dec_float_el… in rd_string()2109 …str.insert(static_cast<std::size_t>(static_cast<boost::int32_t>(n_pos - static_cast<boost::int32_t… in rd_string()
37360 int n_pos; in test_xmlUTF8Strpos() local37363 for (n_pos = 0;n_pos < gen_nb_int;n_pos++) { in test_xmlUTF8Strpos()37366 pos = gen_int(n_pos, 1); in test_xmlUTF8Strpos()37372 des_int(n_pos, pos, 1); in test_xmlUTF8Strpos()37379 printf(" %d", n_pos); in test_xmlUTF8Strpos()