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 D | strcoll.c | 71 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 D | strcoll_internal.h | 152 const char *rhs, const char *rhs_limit,
|