Home
last modified time | relevance | path

Searched refs:uni_plane (Results 1 – 25 of 57) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/textenc/generate/
H A Dbig5hkscs2001.pl103 $uni_plane = $utf32 >> 16;
107 if (!defined($uni_plane_used[$uni_plane])
112 $uni_plane_used[$uni_plane] = 1;
623 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
708 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
713 $uni_data_used_sum[$uni_plane] = 0;
714 $uni_data_space_sum[$uni_plane] = 0;
721 $uni_plane,
731 $uni_plane,
762 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
[all …]
H A Dcns116431992.pl297 $uni_plane = $utf32 >> 16;
663 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
665 if (defined($uni_plane_used[$uni_plane]))
751 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
753 if (defined($uni_plane_used[$uni_plane]))
756 $uni_data_used_sum[$uni_plane] = 0;
757 $uni_data_space_sum[$uni_plane] = 0;
764 $uni_plane,
774 $uni_plane,
805 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/textenc/generate/
H A Dbig5hkscs2001.pl103 $uni_plane = $utf32 >> 16;
107 if (!defined($uni_plane_used[$uni_plane])
112 $uni_plane_used[$uni_plane] = 1;
623 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
708 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
713 $uni_data_used_sum[$uni_plane] = 0;
714 $uni_data_space_sum[$uni_plane] = 0;
721 $uni_plane,
731 $uni_plane,
762 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
[all …]
H A Dcns116431992.pl297 $uni_plane = $utf32 >> 16;
663 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
665 if (defined($uni_plane_used[$uni_plane]))
751 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
753 if (defined($uni_plane_used[$uni_plane]))
756 $uni_data_used_sum[$uni_plane] = 0;
757 $uni_data_space_sum[$uni_plane] = 0;
764 $uni_plane,
774 $uni_plane,
805 for ($uni_plane = 0; $uni_plane <= 16; ++$uni_plane)
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dunidata.c2971 if(uni_plane[plane].table) in UdmUniToLower()
2991 if(uni_plane[plane].table) in UdmUniStrToLower()
3005 if (uni_plane[page].table) in UdmUniStrStripAccents()
3038 if (uni_plane[plane].table) in UdmStrToLowerExt()
3102 if (uni_plane[plane].table) in UdmStrToLower()
3332 if(uni_plane[plane].table) in UdmUniCType()
3338 ctype=uni_plane[plane].ctype; in UdmUniCType()
3404 udm_wc_t sc= uni_plane[sp].table ? uni_plane[sp].table[swc & 0xFF].tolower : swc; in UdmStrCaseCmp2()
3405 udm_wc_t tc= uni_plane[tp].table ? uni_plane[tp].table[twc & 0xFF].tolower : twc; in UdmStrCaseCmp2()
3459 udm_wc_t sc= uni_plane[sp].table ? uni_plane[sp].table[swc & 0xFF].noaccent_tolower : swc; in UdmStrCaseAccentCmp2()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/strings/
H A Dctype-utf8.c2155 if (uni_plane) in my_strnxfrm_unicode()
2548 wc= uni_plane[plane] ? uni_plane[plane][wc & 0xFF].toupper : wc; in my_caseup_utf8()
2576 wc = uni_plane[plane] ? uni_plane[plane][wc & 0xFF].sort : wc; in my_hash_sort_utf8()
2598 wc= uni_plane[plane] ? uni_plane[plane][wc & 0xFF].toupper : wc; in my_caseup_str_utf8()
2622 wc= uni_plane[plane] ? uni_plane[plane][wc & 0xFF].tolower : wc; in my_casedn_utf8()
2644 wc= uni_plane[plane] ? uni_plane[plane][wc & 0xFF].tolower : wc; in my_casedn_str_utf8()
2695 s_wc = uni_plane[plane] ? uni_plane[plane][s_wc & 0xFF].sort : s_wc; in my_strnncoll_utf8()
2697 t_wc = uni_plane[plane] ? uni_plane[plane][t_wc & 0xFF].sort : t_wc; in my_strnncoll_utf8()
2768 s_wc = uni_plane[plane] ? uni_plane[plane][s_wc & 0xFF].sort : s_wc; in my_strnncollsp_utf8()
2770 t_wc = uni_plane[plane] ? uni_plane[plane][t_wc & 0xFF].sort : t_wc; in my_strnncollsp_utf8()
[all …]
H A Dctype-ucs2.c1122 if (uni_plane[page]) in my_tosort_utf16()
1169 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1751 if (uni_plane[page]) in my_tosort_utf32()
1807 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
2720 wc= uni_plane[plane] ? uni_plane[plane][wc & 0xFF].toupper : wc; in my_caseup_ucs2()
2743 wc = uni_plane[plane] ? uni_plane[plane][wc & 0xFF].sort : wc; in my_hash_sort_ucs2()
2767 wc= uni_plane[plane] ? uni_plane[plane][wc & 0xFF].tolower : wc; in my_casedn_ucs2()
2800 s_wc = uni_plane[plane] ? uni_plane[plane][s_wc & 0xFF].sort : s_wc; in my_strnncoll_ucs2()
2802 t_wc = uni_plane[plane] ? uni_plane[plane][t_wc & 0xFF].sort : t_wc; in my_strnncoll_ucs2()
2860 int s_wc = uni_plane[s[0]] ? (int) uni_plane[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/lib/
H A Dctype-utf8.cpp2136 wc= uni_plane[plane] ? uni_plane[plane][wc & 0xFF].toupper : wc;
2163 wc = uni_plane[plane] ? uni_plane[plane][wc & 0xFF].sort : wc;
2193 wc= uni_plane[plane] ? uni_plane[plane][wc & 0xFF].tolower : wc;
2234 s_wc = uni_plane[plane] ? uni_plane[plane][s_wc & 0xFF].sort : s_wc; in my_strnncoll_utf8()
2236 t_wc = uni_plane[plane] ? uni_plane[plane][t_wc & 0xFF].sort : t_wc; in my_strnncoll_utf8()
2310 s_wc = uni_plane[plane] ? uni_plane[plane][s_wc & 0xFF].sort : s_wc;
2312 t_wc = uni_plane[plane] ? uni_plane[plane][t_wc & 0xFF].sort : t_wc;
2495 wc = uni_plane[plane] ? uni_plane[plane][wc & 0xFF].sort : wc;
2698 s_wc = uni_plane[plane] ? uni_plane[plane][s_wc & 0xFF].sort : s_wc;
2700 t_wc = uni_plane[plane] ? uni_plane[plane][t_wc & 0xFF].sort : t_wc;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/strings/
H A Dctype-ucs2.c1171 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1180 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1188 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1237 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1954 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1963 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1971 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2030 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3000 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3123 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/strings/
H A Dctype-ucs2.c1171 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1180 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1188 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1237 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1954 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1963 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1971 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2030 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3000 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3123 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/strings/
H A Dctype-ucs2.cc993 if ((*wc <= uni_plane->maxchar) && (page = uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1000 if ((*wc <= uni_plane->maxchar) && (page = uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1006 if (*wc <= uni_plane->maxchar) { in my_tosort_utf16()
1046 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1659 if ((*wc <= uni_plane->maxchar) && (page = uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1666 if ((*wc <= uni_plane->maxchar) && (page = uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1672 if (*wc <= uni_plane->maxchar) { in my_tosort_utf32()
1716 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
2543 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
2652 int s_wc = uni_plane->page[s[0]] ? (int)uni_plane->page[s[0]][s[1]].sort in my_strnncollsp_ucs2()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/strings/
H A Dctype-ucs2.c1168 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1177 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1185 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1239 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1970 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1979 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1987 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2044 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3037 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3163 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/strings/
H A Dctype-ucs2.c1168 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1177 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1185 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1239 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1970 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1979 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1987 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2044 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3037 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3163 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/strings/
H A Dctype-ucs2.c1168 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1177 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1185 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1239 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1970 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1979 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1987 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2044 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3037 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3163 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/strings/
H A Dctype-ucs2.c1168 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1177 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1185 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1239 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1970 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1979 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1987 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2044 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3037 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3163 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/strings/
H A Dctype-ucs2.c1168 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1177 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1185 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1239 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1970 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1979 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1987 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2044 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3037 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3163 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/strings/
H A Dctype-ucs2.c1171 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1180 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1188 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1237 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1954 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1963 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1971 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2030 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3000 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3123 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/strings/
H A Dctype-ucs2.c1171 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1180 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1188 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1237 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1954 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1963 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1971 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2030 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3000 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3123 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/strings/
H A Dctype-ucs2.c1168 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1177 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1185 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1239 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1970 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1979 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1987 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2044 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3037 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3163 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/strings/
H A Dctype-ucs2.c1171 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1180 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1188 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1237 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1954 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1963 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1971 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2030 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3000 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3123 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/mysql_strings/
H A Dctype-ucs2.c1180 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf16()
1189 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf16()
1197 if (*wc <= uni_plane->maxchar) in my_tosort_utf16()
1251 my_tosort_utf16(uni_plane, &wc); in my_hash_sort_utf16()
1982 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_tolower_utf32()
1991 if ((*wc <= uni_plane->maxchar) && (page= uni_plane->page[*wc >> 8])) in my_toupper_utf32()
1999 if (*wc <= uni_plane->maxchar) in my_tosort_utf32()
2056 my_tosort_utf32(uni_plane, &wc); in my_hash_sort_utf32()
3049 my_tosort_ucs2(uni_plane, &wc); in my_hash_sort_ucs2()
3175 int s_wc = uni_plane->page[s[0]] ? (int) uni_plane->page[s[0]][s[1]].sort : in my_strnncollsp_ucs2()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/strings/
H A Dctype-utf8.c4448 if (*wc <= uni_plane->maxchar) in my_tosort_unicode()
4711 if (uni_plane) in my_strnxfrm_unicode_internal()
5152 my_toupper_utf8mb3(uni_plane, &wc); in my_caseup_utf8()
5205 my_toupper_utf8mb3(uni_plane, &wc); in my_caseup_str_utf8()
5229 my_tolower_utf8mb3(uni_plane, &wc); in my_casedn_utf8()
5250 my_tolower_utf8mb3(uni_plane, &wc); in my_casedn_str_utf8()
7544 if (*wc <= uni_plane->maxchar) in my_tolower_utf8mb4()
7556 if (*wc <= uni_plane->maxchar) in my_toupper_utf8mb4()
7580 my_toupper_utf8mb4(uni_plane, &wc); in my_caseup_utf8mb4()
7647 my_toupper_utf8mb4(uni_plane, &wc); in my_caseup_str_utf8mb4()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/strings/
H A Dctype-utf8.c4448 if (*wc <= uni_plane->maxchar) in my_tosort_unicode()
4711 if (uni_plane) in my_strnxfrm_unicode_internal()
5152 my_toupper_utf8mb3(uni_plane, &wc); in my_caseup_utf8()
5205 my_toupper_utf8mb3(uni_plane, &wc); in my_caseup_str_utf8()
5229 my_tolower_utf8mb3(uni_plane, &wc); in my_casedn_utf8()
5250 my_tolower_utf8mb3(uni_plane, &wc); in my_casedn_str_utf8()
7544 if (*wc <= uni_plane->maxchar) in my_tolower_utf8mb4()
7556 if (*wc <= uni_plane->maxchar) in my_toupper_utf8mb4()
7580 my_toupper_utf8mb4(uni_plane, &wc); in my_caseup_utf8mb4()
7647 my_toupper_utf8mb4(uni_plane, &wc); in my_caseup_str_utf8mb4()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/strings/
H A Dctype-utf8.c4381 if (*wc <= uni_plane->maxchar) in my_tosort_unicode()
4961 my_toupper_utf8mb3(uni_plane, &wc); in my_caseup_utf8()
5014 my_toupper_utf8mb3(uni_plane, &wc); in my_caseup_str_utf8()
5038 my_tolower_utf8mb3(uni_plane, &wc); in my_casedn_utf8()
5059 my_tolower_utf8mb3(uni_plane, &wc); in my_casedn_str_utf8()
7348 if (*wc <= uni_plane->maxchar) in my_tolower_utf8mb4()
7360 if (*wc <= uni_plane->maxchar) in my_toupper_utf8mb4()
7384 my_toupper_utf8mb4(uni_plane, &wc); in my_caseup_utf8mb4()
7451 my_toupper_utf8mb4(uni_plane, &wc); in my_caseup_str_utf8mb4()
7478 my_tolower_utf8mb4(uni_plane, &wc); in my_casedn_utf8mb4()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/strings/
H A Dctype-utf8.c4381 if (*wc <= uni_plane->maxchar) in my_tosort_unicode()
4961 my_toupper_utf8mb3(uni_plane, &wc); in my_caseup_utf8()
5014 my_toupper_utf8mb3(uni_plane, &wc); in my_caseup_str_utf8()
5038 my_tolower_utf8mb3(uni_plane, &wc); in my_casedn_utf8()
5059 my_tolower_utf8mb3(uni_plane, &wc); in my_casedn_str_utf8()
7348 if (*wc <= uni_plane->maxchar) in my_tolower_utf8mb4()
7360 if (*wc <= uni_plane->maxchar) in my_toupper_utf8mb4()
7384 my_toupper_utf8mb4(uni_plane, &wc); in my_caseup_utf8mb4()
7451 my_toupper_utf8mb4(uni_plane, &wc); in my_caseup_str_utf8mb4()
7478 my_tolower_utf8mb4(uni_plane, &wc); in my_casedn_utf8mb4()
[all …]

123