Home
last modified time | relevance | path

Searched refs:code_point (Results 1 – 25 of 1450) sorted by relevance

12345678910>>...58

/dports/textproc/p5-PDF-Create/PDF-Create-1.46/lib/PDF/
H A DFont.pm210 { code_point => 0, name => 'Null character NUL' },
211 { code_point => 1, name => 'Start of Heading SOH' },
212 { code_point => 2, name => 'Start of Text STX' },
213 { code_point => 3, name => 'End-of-text character ETX' },
214 { code_point => 4, name => 'End-of-transmission character EOT' },
215 { code_point => 5, name => 'Enquiry character ENQ' },
216 { code_point => 6, name => 'Acknowledge character ACK' },
217 { code_point => 7, name => 'Bell character BEL' },
218 { code_point => 8, name => 'Backspace BS' },
219 { code_point => 9, name => 'Horizontal tab HT' },
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py259 return (to_lower(code_point) != code_point
269 return (to_upper(code_point) != code_point
306 return (code_point >= 0x0030 and code_point <= 0x0039)
430 if (to_upper(code_point) != code_point
440 if (to_lower(code_point) != code_point
450 if ((is_lower(code_point) or is_upper(code_point))
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/unicode/from_glibc/
H A Dunicode_utils.py259 return (to_lower(code_point) != code_point
269 return (to_upper(code_point) != code_point
306 return (code_point >= 0x0030 and code_point <= 0x0039)
430 if (to_upper(code_point) != code_point
440 if (to_lower(code_point) != code_point
450 if ((is_lower(code_point) or is_upper(code_point))
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/unicode/from_glibc/
H A Dunicode_utils.py259 return (to_lower(code_point) != code_point
269 return (to_upper(code_point) != code_point
306 return (code_point >= 0x0030 and code_point <= 0x0039)
430 if (to_upper(code_point) != code_point
440 if (to_lower(code_point) != code_point
450 if ((is_lower(code_point) or is_upper(code_point))
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/unicode/from_glibc/
H A Dunicode_utils.py259 return (to_lower(code_point) != code_point
269 return (to_upper(code_point) != code_point
306 return (code_point >= 0x0030 and code_point <= 0x0039)
430 if (to_upper(code_point) != code_point
440 if (to_lower(code_point) != code_point
450 if ((is_lower(code_point) or is_upper(code_point))
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py259 return (to_lower(code_point) != code_point
269 return (to_upper(code_point) != code_point
306 return (code_point >= 0x0030 and code_point <= 0x0039)
430 if (to_upper(code_point) != code_point
440 if (to_lower(code_point) != code_point
450 if ((is_lower(code_point) or is_upper(code_point))
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
[all …]
/dports/lang/gcc10/gcc-10.3.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py259 return (to_lower(code_point) != code_point
269 return (to_upper(code_point) != code_point
306 return (code_point >= 0x0030 and code_point <= 0x0039)
430 if (to_upper(code_point) != code_point
440 if (to_lower(code_point) != code_point
450 if ((is_lower(code_point) or is_upper(code_point))
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
[all …]
/dports/lang/gcc11/gcc-11.2.0/contrib/unicode/from_glibc/
H A Dunicode_utils.py259 return (to_lower(code_point) != code_point
269 return (to_upper(code_point) != code_point
306 return (code_point >= 0x0030 and code_point <= 0x0039)
430 if (to_upper(code_point) != code_point
440 if (to_lower(code_point) != code_point
450 if ((is_lower(code_point) or is_upper(code_point))
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/strings/
H A Descape.cc131 ((code_point == '/' || code_point == '\\') && in ShouldUnescapeCodePoint()
133 (code_point > ' ' && code_point != '/' && code_point != '\\' && in ShouldUnescapeCodePoint()
201 (code_point >= 0x0600 && code_point <= 0x0605) || in ShouldUnescapeCodePoint()
230 (code_point >= 0x206A && code_point <= 0x206F) || in ShouldUnescapeCodePoint()
232 (code_point >= 0xFFF0 && code_point <= 0xFFF8) || // null in ShouldUnescapeCodePoint()
234 (code_point >= 0xFE00 && code_point <= 0xFE0F) || in ShouldUnescapeCodePoint()
243 (code_point >= 0x13430 && code_point <= 0x13438) || in ShouldUnescapeCodePoint()
245 (code_point >= 0x1BCA0 && code_point <= 0x1BCA3) || in ShouldUnescapeCodePoint()
247 (code_point >= 0x1D173 && code_point <= 0x1D17A) || in ShouldUnescapeCodePoint()
249 (code_point >= 0xE0000 && code_point <= 0xE0FFF)); in ShouldUnescapeCodePoint()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Descape.cc182 ((code_point == '/' || code_point == '\\') && in ShouldUnescapeCodePoint()
184 (code_point > ' ' && code_point != '/' && code_point != '\\' && in ShouldUnescapeCodePoint()
252 (code_point >= 0x0600 && code_point <= 0x0605) || in ShouldUnescapeCodePoint()
281 (code_point >= 0x206A && code_point <= 0x206F) || in ShouldUnescapeCodePoint()
283 (code_point >= 0xFFF0 && code_point <= 0xFFF8) || // null in ShouldUnescapeCodePoint()
285 (code_point >= 0xFE00 && code_point <= 0xFE0F) || in ShouldUnescapeCodePoint()
294 (code_point >= 0x13430 && code_point <= 0x13438) || in ShouldUnescapeCodePoint()
296 (code_point >= 0x1BCA0 && code_point <= 0x1BCA3) || in ShouldUnescapeCodePoint()
298 (code_point >= 0x1D173 && code_point <= 0x1D17A) || in ShouldUnescapeCodePoint()
300 (code_point >= 0xE0000 && code_point <= 0xE0FFF)); in ShouldUnescapeCodePoint()
[all …]
/dports/irc/epic5/epic5-2.1.6/contrib/
H A Dutf8.c13 unsigned long code_point; in main() local
26 code_point = 0; in main()
30 code_point = ((unsigned long)this_point[0] & 0x01) << 30; in main()
35 code_point += ((unsigned long)this_point[5] & 0x3F); in main()
43 code_point += ((unsigned long)this_point[4] & 0x3F); in main()
50 code_point += ((unsigned long)this_point[3] & 0x3F); in main()
56 code_point += ((unsigned long)this_point[2] & 0x3F); in main()
60 code_point = (this_point[0] & 0x1F) << 6; in main()
61 code_point += (this_point[1] & 0x3F); in main()
65 code_point = (this_point[0] & 0x7F); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/text/
H A Dmath_transform.cc43 UChar32 MathVariant(UChar32 code_point) { in MathVariant() argument
45 if (code_point == kHoleGreekUpperTheta) in MathVariant()
47 if (code_point == kGreekLetterDigamma) in MathVariant()
48 return code_point; in MathVariant()
50 return code_point; in MathVariant()
66 if (IsASCIIUpper(code_point)) { in MathVariant()
69 } else if (IsASCIILower(code_point)) { in MathVariant()
77 } else if (kGreekUpperAlpha <= code_point && code_point <= kGreekUpperOmega) { in MathVariant()
80 } else if (kGreekLowerAlpha <= code_point && code_point <= kGreekLowerOmega) { in MathVariant()
88 switch (code_point) { in MathVariant()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/state_machines/
H A Dbackspace_state_machine.cc68 uint32_t code_point = code_unit; in FeedPrecedingCodeUnit() local
96 if (code_point == kNewlineCharacter) in FeedPrecedingCodeUnit()
102 if (Character::IsModifier(code_point)) in FeedPrecedingCodeUnit()
104 if (Character::IsEmoji(code_point)) in FeedPrecedingCodeUnit()
110 if (code_point == kCarriageReturnCharacter) in FeedPrecedingCodeUnit()
119 if (Character::IsEmojiKeycapBase(code_point)) in FeedPrecedingCodeUnit()
148 if (Character::IsEmoji(code_point)) { in FeedPrecedingCodeUnit()
153 u_getCombiningClass(code_point) == 0) in FeedPrecedingCodeUnit()
161 if (Character::IsEmoji(code_point)) { in FeedPrecedingCodeUnit()
163 return Character::IsModifier(code_point) in FeedPrecedingCodeUnit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/state_machines/
H A Dbackspace_state_machine.cc68 uint32_t code_point = code_unit; in FeedPrecedingCodeUnit() local
96 if (code_point == kNewlineCharacter) in FeedPrecedingCodeUnit()
102 if (Character::IsModifier(code_point)) in FeedPrecedingCodeUnit()
104 if (Character::IsEmoji(code_point)) in FeedPrecedingCodeUnit()
110 if (code_point == kCarriageReturnCharacter) in FeedPrecedingCodeUnit()
119 if (Character::IsEmojiKeycapBase(code_point)) in FeedPrecedingCodeUnit()
148 if (Character::IsEmoji(code_point)) { in FeedPrecedingCodeUnit()
153 u_getCombiningClass(code_point) == 0) in FeedPrecedingCodeUnit()
161 if (Character::IsEmoji(code_point)) { in FeedPrecedingCodeUnit()
163 return Character::IsModifier(code_point) in FeedPrecedingCodeUnit()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/encoding_rs-0.8.26/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1637 if code_point:
1649 if code_point:
1674 if code_point:
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/encoding_rs-0.8.28/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1637 if code_point:
1649 if code_point:
1674 if code_point:
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/encoding_rs-0.8.29/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1637 if code_point:
1649 if code_point:
1674 if code_point:
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/encoding_rs/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1620 if code_point:
1632 if code_point:
1657 if code_point:
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/encoding_rs-0.8.28/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1637 if code_point:
1649 if code_point:
1674 if code_point:
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/encoding_rs-0.8.29/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1637 if code_point:
1649 if code_point:
1674 if code_point:
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/encoding_rs-0.8.28/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1637 if code_point:
1649 if code_point:
1674 if code_point:
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/encoding_rs-0.8.28/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1637 if code_point:
1649 if code_point:
1674 if code_point:
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/encoding_rs-0.8.22/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1620 if code_point:
1632 if code_point:
1657 if code_point:
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/encoding_rs-0.8.24/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1620 if code_point:
1632 if code_point:
1657 if code_point:
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/encoding_rs-0.8.28/
H A Dgenerate-encoding-data.py534 if code_point:
589 if code_point and code_point >= 0x4E00 and code_point <= 0x9FCB:
744 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA0:
941 if code_point >= 0xAC00 and code_point < 0xD7A4:
943 elif code_point >= 0x4E00 and code_point < 0x9F9D:
945 elif code_point >= 0xF900 and code_point < 0xFA0C:
1160 if code_point and code_point >= 0x4E00 and code_point <= 0x9FA6:
1637 if code_point:
1649 if code_point:
1674 if code_point:
[all …]

12345678910>>...58