Home
last modified time | relevance | path

Searched refs:from_bytes (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_conv.h296 from_bytes(char __byte) in _GLIBCXX_VISIBILITY()
299 return from_bytes(__bytes, __bytes+1); in _GLIBCXX_VISIBILITY()
303 from_bytes(const char* __ptr) in _GLIBCXX_VISIBILITY()
304 { return from_bytes(__ptr, __ptr+char_traits<char>::length(__ptr)); } in _GLIBCXX_VISIBILITY()
307 from_bytes(const byte_string& __str) in _GLIBCXX_VISIBILITY()
310 return from_bytes(__ptr, __ptr + __str.size()); in _GLIBCXX_VISIBILITY()
314 from_bytes(const char* __first, const char* __last) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_conv.h296 from_bytes(char __byte) in _GLIBCXX_VISIBILITY()
299 return from_bytes(__bytes, __bytes+1); in _GLIBCXX_VISIBILITY()
303 from_bytes(const char* __ptr) in _GLIBCXX_VISIBILITY()
304 { return from_bytes(__ptr, __ptr+char_traits<char>::length(__ptr)); } in _GLIBCXX_VISIBILITY()
307 from_bytes(const byte_string& __str) in _GLIBCXX_VISIBILITY()
310 return from_bytes(__ptr, __ptr + __str.size()); in _GLIBCXX_VISIBILITY()
314 from_bytes(const char* __first, const char* __last) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dutf.cpp19 return converter.from_bytes(utf8); in convert()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dfix_node.c375 int from, int from_bytes, in get_num_ver() argument
444 start_bytes = ((from_bytes != -1) ? from_bytes : 0); in get_num_ver()
556 && from_bytes != -1) ? from_bytes : 0); in get_num_ver()
584 && from_bytes != -1) ? from_bytes : 0); in get_num_ver()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlocale104 wide_string from_bytes(char byte);
105 wide_string from_bytes(const char* ptr);
106 wide_string from_bytes(const byte_string& str);
107 wide_string from_bytes(const char* first, const char* last);
3671 wide_string from_bytes(char __byte)
3672 {return from_bytes(&__byte, &__byte+1);}
3674 wide_string from_bytes(const char* __ptr)
3675 {return from_bytes(__ptr, __ptr + char_traits<char>::length(__ptr));}
3677 wide_string from_bytes(const byte_string& __str)
3678 {return from_bytes(__str.data(), __str.data() + __str.size());}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlocale104 wide_string from_bytes(char byte);
105 wide_string from_bytes(const char* ptr);
106 wide_string from_bytes(const byte_string& str);
107 wide_string from_bytes(const char* first, const char* last);
3671 wide_string from_bytes(char __byte)
3672 {return from_bytes(&__byte, &__byte+1);}
3674 wide_string from_bytes(const char* __ptr)
3675 {return from_bytes(__ptr, __ptr + char_traits<char>::length(__ptr));}
3677 wide_string from_bytes(const byte_string& __str)
3678 {return from_bytes(__str.data(), __str.data() + __str.size());}
[all …]