Searched defs:to_nxt (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | locale.cpp | 1831 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1908 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1985 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16() 2106 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16() 2328 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf8() 2383 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_ucs4() 2595 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs2_to_utf8() 2641 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_ucs2() 2791 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in ucs4_to_utf16be() 2836 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf16be_to_ucs4() [all …]
|