Home
last modified time | relevance | path

Searched refs:rhs_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.c71 const char *rhs, const char *rhs_limit, in _nu_strcoll() argument
84 while ((lp < lhs_limit && rp < rhs_limit) in _nu_strcoll()
85 || (ltailp != 0 && rp < rhs_limit) in _nu_strcoll()
89 rp = com2(rp, rhs_limit, it2, &u2, &rtailp); in _nu_strcoll()
108 w2 = _compound_weight(w2, &rp, rhs_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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Dstrcoll_internal.h152 const char *rhs, const char *rhs_limit,