Home
last modified time | relevance | path

Searched defs:code_point (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py78 def fill_attribute(code_point, fields): argument
216 def to_upper(code_point): argument
225 def to_lower(code_point): argument
234 def to_upper_turkish(code_point): argument
241 def to_lower_turkish(code_point): argument
248 def to_title(code_point): argument
257 def is_upper(code_point): argument
263 def is_lower(code_point): argument
275 def is_alpha(code_point): argument
287 def is_digit(code_point): argument
[all …]
H A Dutf8_gen.py170 def convert_to_hex(code_point): argument
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py78 def fill_attribute(code_point, fields): argument
216 def to_upper(code_point): argument
225 def to_lower(code_point): argument
234 def to_upper_turkish(code_point): argument
241 def to_lower_turkish(code_point): argument
248 def to_title(code_point): argument
257 def is_upper(code_point): argument
263 def is_lower(code_point): argument
275 def is_alpha(code_point): argument
287 def is_digit(code_point): argument
[all …]
H A Dutf8_gen.py170 def convert_to_hex(code_point): argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dcombining.c52 _wind_combining_class(uint32_t code_point) in _wind_combining_class()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc323 write_utf8_code_point(range<C>& to, char32_t code_point) in write_utf8_code_point()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc329 write_utf8_code_point(range<C>& to, char32_t code_point) in write_utf8_code_point()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1764 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()