Home
last modified time | relevance | path

Searched refs:codepoint (Results 1 – 25 of 5329) sorted by relevance

12345678910>>...214

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/behaviors/insert_symbol/
H A Dsymbols.ts10 codepoint: 160,
15 codepoint: 161,
20 codepoint: 162,
25 codepoint: 163,
30 codepoint: 164,
35 codepoint: 165,
40 codepoint: 166,
45 codepoint: 167,
50 codepoint: 168,
55 codepoint: 170,
[all …]
/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/
H A Duninames.red90 put('SPACE, 'codepoint, 0x0020);
100 put('ASTERISK, 'codepoint, 0x002A);
102 put('COMMA, 'codepoint, 0x002C);
105 put('SOLIDUS, 'codepoint, 0x002F);
116 put('COLON, 'codepoint, 0x003A);
153 put('LOW_LINE, 'codepoint, 0x005F);
184 put('TILDE, 'codepoint, 0x007E);
200 put('MACRON, 'codepoint, 0x00AF);
209 put('CEDILLA, 'codepoint, 0x00B8);
736 put('CARON, 'codepoint, 0x02C7);
[all …]
/dports/www/xist/ll-xist-5.34/src/ll/xist/ns/
H A Dchars.py29 class cent(xsc.CharRef): "cent sign, U+00A2 ISOnum"; codepoint = 162 variable in cent
30 class pound(xsc.CharRef): "pound sign, U+00A3 ISOnum"; codepoint = 163 variable in pound
31 class curren(xsc.CharRef): "currency sign, U+00A4 ISOnum"; codepoint = 164 variable in curren
34 class sect(xsc.CharRef): "section sign, U+00A7 ISOnum"; codepoint = 167 variable in sect
36 class copy(xsc.CharRef): "copyright sign, U+00A9 ISOnum"; codepoint = 169 variable in copy
39 class not_(xsc.CharRef): "not sign, U+00AC ISOnum"; codepoint = 172 variable in not_
43 class deg(xsc.CharRef): "degree sign, U+00B0 ISOnum"; codepoint = 176 variable in deg
48 class micro(xsc.CharRef): "micro sign, U+00B5 ISOnum"; codepoint = 181 variable in micro
156 class euro(xsc.CharRef): "euro sign, U+20AC NEW"; codepoint = 8364 variable in euro
260 class ang(xsc.CharRef): "angle, U+2220 ISOamso"; codepoint = 8736 variable in ang
[all …]
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex_unicode.c3797 if (0x30 <= codepoint && codepoint <= 0x39) in re_get_ascii_hex_digit()
3799 if (0x41 <= codepoint && codepoint <= 0x46) in re_get_ascii_hex_digit()
3801 if (0x61 <= codepoint && codepoint <= 0x66) in re_get_ascii_hex_digit()
12352 if (0x30 <= codepoint && codepoint <= 0x39) in re_get_hex_digit()
12354 if (0x41 <= codepoint && codepoint <= 0x46) in re_get_hex_digit()
12356 if (0x61 <= codepoint && codepoint <= 0x66) in re_get_hex_digit()
19093 if (0x09 <= codepoint && codepoint <= 0x0D) in re_get_pattern_white_space()
19372 if (0x30 <= codepoint && codepoint <= 0x39) in re_get_posix_digit()
19601 if (0x30 <= codepoint && codepoint <= 0x39) in re_get_posix_xdigit()
19603 if (0x41 <= codepoint && codepoint <= 0x46) in re_get_posix_xdigit()
[all …]
H A D_regex_unicode.h204 RE_UINT32 re_get_any(RE_UINT32 codepoint);
209 RE_UINT32 re_get_blank(RE_UINT32 codepoint);
210 RE_UINT32 re_get_block(RE_UINT32 codepoint);
212 RE_UINT32 re_get_cased(RE_UINT32 codepoint);
219 RE_UINT32 re_get_dash(RE_UINT32 codepoint);
225 RE_UINT32 re_get_emoji(RE_UINT32 codepoint);
233 RE_UINT32 re_get_graph(RE_UINT32 codepoint);
240 RE_UINT32 re_get_hyphen(RE_UINT32 codepoint);
254 RE_UINT32 re_get_math(RE_UINT32 codepoint);
277 RE_UINT32 re_get_print(RE_UINT32 codepoint);
[all …]
/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex_unicode.c3797 if (0x30 <= codepoint && codepoint <= 0x39) in re_get_ascii_hex_digit()
3799 if (0x41 <= codepoint && codepoint <= 0x46) in re_get_ascii_hex_digit()
3801 if (0x61 <= codepoint && codepoint <= 0x66) in re_get_ascii_hex_digit()
12352 if (0x30 <= codepoint && codepoint <= 0x39) in re_get_hex_digit()
12354 if (0x41 <= codepoint && codepoint <= 0x46) in re_get_hex_digit()
12356 if (0x61 <= codepoint && codepoint <= 0x66) in re_get_hex_digit()
19093 if (0x09 <= codepoint && codepoint <= 0x0D) in re_get_pattern_white_space()
19372 if (0x30 <= codepoint && codepoint <= 0x39) in re_get_posix_digit()
19601 if (0x30 <= codepoint && codepoint <= 0x39) in re_get_posix_xdigit()
19603 if (0x41 <= codepoint && codepoint <= 0x46) in re_get_posix_xdigit()
[all …]
H A D_regex_unicode.h204 RE_UINT32 re_get_any(RE_UINT32 codepoint);
209 RE_UINT32 re_get_blank(RE_UINT32 codepoint);
210 RE_UINT32 re_get_block(RE_UINT32 codepoint);
212 RE_UINT32 re_get_cased(RE_UINT32 codepoint);
219 RE_UINT32 re_get_dash(RE_UINT32 codepoint);
225 RE_UINT32 re_get_emoji(RE_UINT32 codepoint);
233 RE_UINT32 re_get_graph(RE_UINT32 codepoint);
240 RE_UINT32 re_get_hyphen(RE_UINT32 codepoint);
254 RE_UINT32 re_get_math(RE_UINT32 codepoint);
277 RE_UINT32 re_get_print(RE_UINT32 codepoint);
[all …]
/dports/devel/icu/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Ducnv_ct.c114 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
118 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
121 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
122 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
123 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
124 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
131 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
132 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
133 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
134 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Ducnv_ct.c116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Ducnv_ct.cpp116 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
120 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
123 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
124 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
125 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
126 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
133 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
134 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
135 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
136 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Ducnv_ct.c114 …(codepoint >= 0x0640 && codepoint <= 0x0652) || (codepoint >= 0x0660 && codepoint <= 0x066D) || (c…
118 …((codepoint == 0x02BC) || (codepoint == 0x02BD) || (codepoint >= 0x0384 && codepoint <= 0x03CE) ||…
121 …((codepoint == 0x0100) || (codepoint == 0x0101) || (codepoint == 0x0112) || (codepoint == 0x0113) …
122 …(codepoint == 0x0122) || (codepoint == 0x0123) || (codepoint >= 0x0128 && codepoint <= 0x012B) || …
123 …(codepoint >= 0x0136 && codepoint <= 0x0138) || (codepoint == 0x013B) || (codepoint == 0x013C) || …
124 …(codepoint >= 0x014A && codepoint <= 0x014D) || (codepoint == 0x0156) || (codepoint == 0x0157) || …
131 …((codepoint >= 0x0102 && codepoint <= 0x0107) || (codepoint >= 0x010C && codepoint <= 0x0111) || (
132 …(codepoint == 0x0139) || (codepoint == 0x013A) || (codepoint == 0x013D) || (codepoint == 0x013E) |…
133 …(codepoint == 0x0147) || (codepoint == 0x0147) || (codepoint == 0x0150) || (codepoint == 0x0151) |…
134 …(codepoint >= 0x0158 && codepoint <= 0x015B) || (codepoint == 0x015E) || (codepoint == 0x015F) || …
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/auxiliary/uctype/
H A Dmain.c39 size_t codepoint; member
99 if ( codepoint % 20 == 0 ) in print_codepoint_info()
104 printf( "U+%06zX ", codepoint ); in print_codepoint_info()
126 rc = get_iswdigit( codepoint ); in print_codepoint_info()
142 rc = get_iswxdigit( codepoint ); in print_codepoint_info()
186 rc.codepoint = codepoint; in get_output_record()
187 rc.toupper_diff = get_towupper( codepoint, ur ) - codepoint; in get_output_record()
188 rc.tolower_diff = get_towlower( codepoint, ur ) - codepoint; in get_output_record()
264 for ( codepoint = 1; codepoint < 0x10fffe; ++codepoint ) in main()
282 if ( current.codepoint != previous.codepoint + 1 || in main()
[all …]
/dports/textproc/jq/jq-jq-1.6/src/
H A Djv_unicode.c34 int codepoint = -1; in jvp_utf8_next() local
39 codepoint = first; in jvp_utf8_next()
53 codepoint = -1; in jvp_utf8_next()
57 codepoint = (codepoint << 6) | (ch & 0x3f); in jvp_utf8_next()
61 codepoint = -1; in jvp_utf8_next()
63 if (0xD800 <= codepoint && codepoint <= 0xDFFF) { in jvp_utf8_next()
65 codepoint = -1; in jvp_utf8_next()
69 codepoint = -1; in jvp_utf8_next()
78 int codepoint; in jvp_utf8_is_valid() local
101 assert(codepoint >= 0 && codepoint <= 0x10FFFF); in jvp_utf8_encode()
[all …]
/dports/lang/php80/php-8.0.15/ext/intl/uchar/
H A Duchar.stub.php11 public static function charAge(int|string $codepoint) {} argument
14 public static function charDigitValue(int|string $codepoint) {} argument
18 public static function charDirection(int|string $codepoint) {} argument
24 public static function charMirror(int|string $codepoint) {} argument
30 public static function charType(int|string $codepoint) {} argument
33 public static function chr(int|string $codepoint) {} argument
94 public static function isalnum(int|string $codepoint) {} argument
97 public static function isalpha(int|string $codepoint) {} argument
100 public static function isbase(int|string $codepoint) {} argument
103 public static function isblank(int|string $codepoint) {} argument
[all …]

12345678910>>...214