Home
last modified time | relevance | path

Searched defs:IsValidCodepoint (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dutf_string_conversion_utils.h22 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
/aosp_15_r20/external/cronet/base/strings/
H A Dutf_string_conversion_utils.h25 inline bool IsValidCodepoint(base_icu::UChar32 code_point) { in IsValidCodepoint() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dutf_string_conversion_utils.h22 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dutf_string_conversion_utils.h19 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/
H A Dutf_codecs.h34 constexpr inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
/aosp_15_r20/external/pigweed/pw_string/
H A Dutf_codecs_test.cc26 TEST(UtfCodecs, IsValidCodepoint) { in TEST() argument