Searched refs:__g_end (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 386 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate& __e… 402 unsigned*& __g_end, 416 unsigned*& __g_end, 438 unsigned*& __g_end, 484 unsigned* __g, unsigned*& __g_end, _CharT* __atoms) 488 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms) 498 if (__g_end - __g < __num_get_buf_sz) { 499 *__g_end++ = __dc; 539 unsigned*& __g_end, 547 if (__grouping.size() != 0 && __g_end - __g < __num_get_buf_sz) [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 4120 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate… in __check_grouping() argument 4123 if (__grouping.size() != 0 && __g_end - __g > 1) { in __check_grouping() 4124 reverse(__g, __g_end); in __check_grouping() 4127 for (unsigned* __r = __g; __r < __g_end - 1; ++__r) { in __check_grouping() 4138 if (static_cast<unsigned>(*__ig) < __g_end[-1] || __g_end[-1] == 0) in __check_grouping()
|