Home
last modified time | relevance | path

Searched refs:ucs2utf8 (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/benchmark/
H A Dbench-nfkc.c49 ucs2utf8(unsigned int i, unsigned char *buf) in ucs2utf8() function
89 ucs2utf8(code_point, (unsigned char *)utf8); in bench_char_type()
101 ucs2utf8(code_point, (unsigned char *)utf8); in bench_decompose()
114 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_no_change()
118 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_no_change()
131 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_change()
135 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_change()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/benchmark/
H A Dbench-nfkc.c49 ucs2utf8(unsigned int i, unsigned char *buf) in ucs2utf8() function
89 ucs2utf8(code_point, (unsigned char *)utf8); in bench_char_type()
101 ucs2utf8(code_point, (unsigned char *)utf8); in bench_decompose()
114 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_no_change()
118 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_no_change()
131 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_change()
135 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_change()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/benchmark/
H A Dbench-nfkc.c49 ucs2utf8(unsigned int i, unsigned char *buf) in ucs2utf8() function
89 ucs2utf8(code_point, (unsigned char *)utf8); in bench_char_type()
101 ucs2utf8(code_point, (unsigned char *)utf8); in bench_decompose()
114 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_no_change()
118 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_no_change()
131 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_change()
135 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_change()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/benchmark/
H A Dbench-nfkc.c49 ucs2utf8(unsigned int i, unsigned char *buf) in ucs2utf8() function
89 ucs2utf8(code_point, (unsigned char *)utf8); in bench_char_type()
101 ucs2utf8(code_point, (unsigned char *)utf8); in bench_decompose()
114 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_no_change()
118 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_no_change()
131 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_change()
135 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_change()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/benchmark/
H A Dbench-nfkc.c49 ucs2utf8(unsigned int i, unsigned char *buf) in ucs2utf8() function
89 ucs2utf8(code_point, (unsigned char *)utf8); in bench_char_type()
101 ucs2utf8(code_point, (unsigned char *)utf8); in bench_decompose()
114 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_no_change()
118 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_no_change()
131 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_change()
135 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_change()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/benchmark/
H A Dbench-nfkc.c49 ucs2utf8(unsigned int i, unsigned char *buf) in ucs2utf8() function
89 ucs2utf8(code_point, (unsigned char *)utf8); in bench_char_type()
101 ucs2utf8(code_point, (unsigned char *)utf8); in bench_decompose()
114 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_no_change()
118 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_no_change()
131 ucs2utf8(suffix_code_point, (unsigned char *)suffix_utf8); in bench_compose_change()
135 ucs2utf8(prefix_code_point, (unsigned char *)prefix_utf8); in bench_compose_change()
/dports/graphics/cptutils/cptutils-1.74/src/pssvg/
H A DMakefile6 OBJ = options.o main.o pssvg.o ucs2utf8.o
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/msdosfs/
H A Dmsdosfs_conv.c90 static int ucs2utf8(const u_int16_t *, u_int8_t *, int);
777 ucs2utf8(const u_int16_t *in, u_int8_t *out, int n) in ucs2utf8() function
851 outlen = ucs2utf8(in, out ? p : out, m); in ucs2utf8str()