Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dstrcoll.c70 int _nu_strcoll(const char *lhs, const char *lhs_limit, in _nu_strcoll() argument
84 while ((lp < lhs_limit && rp < rhs_limit) in _nu_strcoll()
86 || (rtailp != 0 && lp < lhs_limit)) { in _nu_strcoll()
88 lp = com1(lp, lhs_limit, it1, &u1, &ltailp); in _nu_strcoll()
102 w1 = _compound_weight(w1, &lp, lhs_limit, in _nu_strcoll()
149 if (rp < rhs_limit && lp >= lhs_limit) { in _nu_strcoll()
152 else if (lp < lhs_limit && rp >= rhs_limit) { in _nu_strcoll()
161 const char* _nu_strchr(const char *lhs, const char *lhs_limit, in _nu_strchr() argument
179 while (p < lhs_limit) { in _nu_strchr()
180 const char *np = com(p, lhs_limit, read, &u, &tail); in _nu_strchr()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Dstrcoll_internal.h151 int _nu_strcoll(const char *lhs, const char *lhs_limit,
177 const char* _nu_strchr(const char *lhs, const char *lhs_limit,