Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dnum.h68 unsigned*& __g_end,
83 unsigned*& __g_end,
133 unsigned*& __g_end, in __stage2_int_loop() argument
141 if (__g_end - __g < __num_get_buf_sz) { in __stage2_int_loop()
142 *__g_end++ = __dc; in __stage2_int_loop()
182 unsigned*& __g_end, in __stage2_float_loop() argument
190 if (__grouping.size() != 0 && __g_end - __g < __num_get_buf_sz) in __stage2_float_loop()
191 *__g_end++ = __dc; in __stage2_float_loop()
197 if (__g_end - __g < __num_get_buf_sz) { in __stage2_float_loop()
198 *__g_end++ = __dc; in __stage2_float_loop()
[all …]
H A Dcheck_grouping.h25 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate& __e…
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale386 __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 Dlocale.cpp4036 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate… in __check_grouping() argument
4039 if (__grouping.size() != 0 && __g_end - __g > 1) { in __check_grouping()
4040 reverse(__g, __g_end); in __check_grouping()
4043 for (unsigned* __r = __g; __r < __g_end - 1; ++__r) { in __check_grouping()
4054 if (static_cast<unsigned>(*__ig) < __g_end[-1] || __g_end[-1] == 0) in __check_grouping()