Home
last modified time | relevance | path

Searched refs:u8string (Results 1 – 17 of 17) sorted by relevance

/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/
H A Dstring69 using u8string = basic_string<char8_t>;
93 struct hash<pmr::u8string>
94 : public __hash_string_base<pmr::u8string>
/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/
H A Dstring69 using u8string = basic_string<char8_t>;
93 struct hash<pmr::u8string>
94 : public __hash_string_base<pmr::u8string>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp109 std::string u8string = layout.evaluate<TextField>(zoom, ft); in SymbolLayout() local
113 u8string = platform::uppercase(u8string); in SymbolLayout()
115 u8string = platform::lowercase(u8string); in SymbolLayout()
118 ft.text = applyArabicShaping(util::utf8_to_utf16::convert(u8string)); in SymbolLayout()
/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 Dfs_path.h366 std::u8string u8string() const; in _GLIBCXX_VISIBILITY()
368 std::string u8string() const; in _GLIBCXX_VISIBILITY()
385 std::u8string generic_u8string() const; in _GLIBCXX_VISIBILITY()
1103 inline std::u8string in _GLIBCXX_VISIBILITY()
1104 path::u8string() const { return string<char8_t>(); } in _GLIBCXX_VISIBILITY()
1107 path::u8string() const in _GLIBCXX_VISIBILITY()
1184 inline std::u8string in _GLIBCXX_VISIBILITY()
H A Dstringfwd.h88 typedef basic_string<char8_t> u8string; in _GLIBCXX_VISIBILITY()
H A Dbasic_string.h6853 struct hash<u8string>
6854 : public __hash_base<size_t, u8string>
6857 operator()(const u8string& __s) const noexcept
6863 struct __is_fast_hash<hash<u8string>> : std::false_type
/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/experimental/bits/
H A Dfs_path.h358 std::u8string u8string() const; in _GLIBCXX_VISIBILITY()
360 std::string u8string() const; in _GLIBCXX_VISIBILITY()
377 std::u8string generic_u8string() const; in _GLIBCXX_VISIBILITY()
1060 inline std::u8string in _GLIBCXX_VISIBILITY()
1061 path::u8string() const { return string<char8_t>(); } in _GLIBCXX_VISIBILITY()
1064 path::u8string() const in _GLIBCXX_VISIBILITY()
1127 inline std::u8string 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/experimental/bits/
H A Dfs_path.h358 std::u8string u8string() const; in _GLIBCXX_VISIBILITY()
360 std::string u8string() const; in _GLIBCXX_VISIBILITY()
377 std::u8string generic_u8string() const; in _GLIBCXX_VISIBILITY()
1060 inline std::u8string in _GLIBCXX_VISIBILITY()
1061 path::u8string() const { return string<char8_t>(); } in _GLIBCXX_VISIBILITY()
1064 path::u8string() const in _GLIBCXX_VISIBILITY()
1127 inline std::u8string in _GLIBCXX_VISIBILITY()
/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 Dfs_path.h366 std::u8string u8string() const; in _GLIBCXX_VISIBILITY()
368 std::string u8string() const; in _GLIBCXX_VISIBILITY()
385 std::u8string generic_u8string() const; in _GLIBCXX_VISIBILITY()
1103 inline std::u8string in _GLIBCXX_VISIBILITY()
1104 path::u8string() const { return string<char8_t>(); } in _GLIBCXX_VISIBILITY()
1107 path::u8string() const in _GLIBCXX_VISIBILITY()
1184 inline std::u8string in _GLIBCXX_VISIBILITY()
H A Dstringfwd.h88 typedef basic_string<char8_t> u8string; in _GLIBCXX_VISIBILITY()
H A Dbasic_string.h6853 struct hash<u8string>
6854 : public __hash_base<size_t, u8string>
6857 operator()(const u8string& __s) const noexcept
6863 struct __is_fast_hash<hash<u8string>> : std::false_type
/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/experimental/
H A Dstring78 typedef basic_string<char8_t> u8string;
/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/experimental/
H A Dstring78 typedef basic_string<char8_t> u8string;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem1001 _LIBCPP_INLINE_VISIBILITY std::string u8string() const { return __pn_; }
H A Dstring4179 typedef basic_string<char8_t> u8string;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem1001 _LIBCPP_INLINE_VISIBILITY std::string u8string() const { return __pn_; }
H A Dstring4179 typedef basic_string<char8_t> u8string;