Searched refs:read_utf8_code_point (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 252 read_utf8_code_point(range<const C>& from, unsigned long maxcode) in read_utf8_code_point() function 460 const char32_t codepoint = read_utf8_code_point(from, maxcode); 541 const char32_t codepoint = read_utf8_code_point(from, maxcode); 612 char32_t c = read_utf8_code_point(from, maxcode); 620 read_utf8_code_point(from, std::min(max_single_utf16_unit, maxcode)); 710 c = read_utf8_code_point(from, maxcode); in ucs2_span() 724 c = read_utf8_code_point(from, maxcode);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 252 read_utf8_code_point(range<const C>& from, unsigned long maxcode) in read_utf8_code_point() function 466 const char32_t codepoint = read_utf8_code_point(from, maxcode); 546 const char32_t codepoint = read_utf8_code_point(from, maxcode); 612 char32_t c = read_utf8_code_point(from, maxcode); 620 read_utf8_code_point(from, std::min(max_single_utf16_unit, maxcode)); 710 c = read_utf8_code_point(from, maxcode); in ucs2_span() 724 c = read_utf8_code_point(from, maxcode);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog | 747 * src/c++11/codecvt.cc (read_utf8_code_point): Correctly detect 4194 * src/c++11/codecvt.cc (read_utf8_code_point): Use char32_t to
|
H A D | ChangeLog-2015 | 4390 (read_utf8_code_point): Return relevant constant to distinguish
|