Home
last modified time | relevance | path

Searched refs:lc_i (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dstring_parse.hpp57 Char const* uc_i, Char const* lc_i in string_parse() argument
62 for (; *uc_i && *lc_i; ++uc_i, ++lc_i, ++i) in string_parse()
63 if (i == last || ((*uc_i != *i) && (*lc_i != *i))) in string_parse()
77 typename String::const_iterator lc_i = lcstr.begin(); in string_parse() local
80 for (; uc_i != uc_last; ++uc_i, ++lc_i, ++i) in string_parse()
81 if (i == last || ((*uc_i != *i) && (*lc_i != *i))) in string_parse()