Home
last modified time | relevance | path

Searched full:unicode (Results 1 – 25 of 9990) sorted by relevance

12345678910>>...400

/third_party/icu/
Dbundle.json3 …CU is a mature, widely used set of portable C/C++ and Java libraries for Unicode support, software…
158 "unicode/appendable.h",
159 "unicode/brkiter.h",
160 "unicode/bytestream.h",
161 "unicode/bytestrie.h",
162 "unicode/bytestriebuilder.h",
163 "unicode/caniter.h",
164 "unicode/casemap.h",
165 "unicode/char16ptr.h",
166 "unicode/chariter.h",
[all …]
/third_party/skia/m133/third_party/externals/icu/
Dicu.gyp497 # ls source/i18n/unicode/*h | sort | \
500 'unicode/alphaindex.h',
501 'unicode/basictz.h',
502 'unicode/calendar.h',
503 'unicode/choicfmt.h',
504 'unicode/coleitr.h',
505 'unicode/coll.h',
506 'unicode/compactdecimalformat.h',
507 'unicode/curramt.h',
508 'unicode/currpinf.h',
[all …]
Dsources.gni432 # ls source/i18n/unicode/*h | sort | sed 's/^\(.*\)$/ "\1",/'
437 "source/i18n/unicode/alphaindex.h",
438 "source/i18n/unicode/basictz.h",
439 "source/i18n/unicode/calendar.h",
440 "source/i18n/unicode/choicfmt.h",
441 "source/i18n/unicode/coleitr.h",
442 "source/i18n/unicode/coll.h",
443 "source/i18n/unicode/compactdecimalformat.h",
444 "source/i18n/unicode/curramt.h",
445 "source/i18n/unicode/currpinf.h",
[all …]
/third_party/skia/third_party/externals/icu/
Dicu.gyp497 # ls source/i18n/unicode/*h | sort | \
500 'unicode/alphaindex.h',
501 'unicode/basictz.h',
502 'unicode/calendar.h',
503 'unicode/choicfmt.h',
504 'unicode/coleitr.h',
505 'unicode/coll.h',
506 'unicode/compactdecimalformat.h',
507 'unicode/curramt.h',
508 'unicode/currpinf.h',
[all …]
Dsources.gni428 # ls source/i18n/unicode/*h | sort | sed 's/^\(.*\)$/ "\1",/'
433 "source/i18n/unicode/alphaindex.h",
434 "source/i18n/unicode/basictz.h",
435 "source/i18n/unicode/calendar.h",
436 "source/i18n/unicode/choicfmt.h",
437 "source/i18n/unicode/coleitr.h",
438 "source/i18n/unicode/coll.h",
439 "source/i18n/unicode/compactdecimalformat.h",
440 "source/i18n/unicode/curramt.h",
441 "source/i18n/unicode/currpinf.h",
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/charsetdet/
DCharsetDetectionTests.xml3 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. -->
4 <!-- License & terms of use: http://www.unicode.org/copyright.html#License -->
10 <!-- Copyright © 1991-2005 Unicode, Inc. All rights reserved. -->
20 Unicode
26 <!-- Copyright © 1991-2005 Unicode, Inc. All rights reserved. -->
29 Bliv global med Unicode
31 Indskriv dig nu til den tiende internationale Unicode-konference, der holdes den 10-12
33 globale Internet og Unicode, internationalisering og lokalisering, implementering af
34 Unicode i styresystemer og programmer, skrifttyper, tekst-layout og flersproget databehandling.
36 Unicode
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DCharsetDetectionTests.xml3 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. -->
4 <!-- License & terms of use: http://www.unicode.org/copyright.html -->
10 <!-- Copyright © 1991-2005 Unicode, Inc. All rights reserved. -->
20 Unicode
26 <!-- Copyright © 1991-2005 Unicode, Inc. All rights reserved. -->
29 Bliv global med Unicode
31 Indskriv dig nu til den tiende internationale Unicode-konference, der holdes den 10-12
33 globale Internet og Unicode, internationalisering og lokalisering, implementering af
34 Unicode i styresystemer og programmer, skrifttyper, tekst-layout og flersproget databehandling.
36 Unicode
[all …]
/third_party/icu/icu4c/source/test/testdata/
Dcsdetest.xml3 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.uni…
9 <!-- Copyright © 1991-2005 Unicode, Inc. All rights reserved. -->
19 Unicode
25 <!-- Copyright © 1991-2005 Unicode, Inc. All rights reserved. -->
28 Bliv global med Unicode
30 Indskriv dig nu til den tiende internationale Unicode-konference, der holdes den 10-12
32 globale Internet og Unicode, internationalisering og lokalisering, implementering af
33 Unicode i styresystemer og programmer, skrifttyper, tekst-layout og flersproget databehandling.
35 Unicode
36 Når verden vil tale, taler den “Unicode.”
[all …]
/third_party/skia/m133/third_party/externals/icu/source/test/testdata/
Dcsdetest.xml3 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.uni…
9 <!-- Copyright © 1991-2005 Unicode, Inc. All rights reserved. -->
19 Unicode
25 <!-- Copyright © 1991-2005 Unicode, Inc. All rights reserved. -->
28 Bliv global med Unicode
30 Indskriv dig nu til den tiende internationale Unicode-konference, der holdes den 10-12
32 globale Internet og Unicode, internationalisering og lokalisering, implementering af
33 Unicode i styresystemer og programmer, skrifttyper, tekst-layout og flersproget databehandling.
35 Unicode
36 Når verden vil tale, taler den “Unicode.”
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-utf.hh42 hb_codepoint_t *unicode, in next()
100 *unicode = c; in next()
104 *unicode = replacement; in next()
111 hb_codepoint_t *unicode, in prev()
118 if (likely (next (text, end, unicode, replacement) == end)) in prev()
121 *unicode = replacement; in prev()
130 encode_len (hb_codepoint_t unicode) in encode_len()
132 if (unicode < 0x0080u) return 1; in encode_len()
133 if (unicode < 0x0800u) return 2; in encode_len()
134 if (unicode < 0x10000u) return 3; in encode_len()
[all …]
Dhb-unicode.cc33 #include "hb-unicode.hh"
37 * SECTION: hb-unicode
38 * @title: hb-unicode
39 * @short_description: Unicode character property access
42 * Unicode functions are used to access Unicode character properties.
44 * the Unicode Character Database for any code point, such as General
47 * Client programs can optionally pass in their own Unicode functions
62 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_combining_class_nil()
71 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_eastasian_width_nil()
80 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_general_category_nil()
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-utf.hh43 hb_codepoint_t *unicode, in next()
101 *unicode = c; in next()
105 *unicode = replacement; in next()
112 hb_codepoint_t *unicode, in prev()
119 if (likely (next (text, end, unicode, replacement) == end)) in prev()
122 *unicode = replacement; in prev()
131 encode_len (hb_codepoint_t unicode) in encode_len()
133 if (unicode < 0x0080u) return 1; in encode_len()
134 if (unicode < 0x0800u) return 2; in encode_len()
135 if (unicode < 0x10000u) return 3; in encode_len()
[all …]
Dhb-unicode.cc33 #include "hb-unicode.hh"
37 * SECTION: hb-unicode
38 * @title: hb-unicode
39 * @short_description: Unicode character property access
42 * Unicode functions are used to access Unicode character properties.
44 * the Unicode Character Database for any code point, such as General
47 * Client programs can optionally pass in their own Unicode functions
62 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_combining_class_nil()
71 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_eastasian_width_nil()
80 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_general_category_nil()
[all …]
/third_party/tex-hyphen/encodings/data/map/
Dt8m.map5 ; .notdef : no Unicode mapping assigned
6 ; .notdef : no Unicode mapping assigned
7 ; .notdef : no Unicode mapping assigned
8 ; .notdef : no Unicode mapping assigned
9 ; .notdef : no Unicode mapping assigned
10 ; .notdef : no Unicode mapping assigned
11 ; .notdef : no Unicode mapping assigned
12 ; .notdef : no Unicode mapping assigned
13 ; .notdef : no Unicode mapping assigned
23 ; .notdef : no Unicode mapping assigned
[all …]
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
Dmod.rs1 #[cfg(feature = "unicode-age")]
4 #[cfg(feature = "unicode-case")]
7 #[cfg(feature = "unicode-gencat")]
10 #[cfg(feature = "unicode-segment")]
13 #[cfg(all(feature = "unicode-perl", not(feature = "unicode-gencat")))]
17 #[cfg(all(feature = "unicode-perl", not(feature = "unicode-bool")))]
21 #[cfg(feature = "unicode-perl")]
24 #[cfg(feature = "unicode-bool")]
28 feature = "unicode-age",
29 feature = "unicode-bool",
[all …]
/third_party/skia/m133/bazel/external/icu/
DBUILD.bazel23 _icu_version_major_num = "74" # defined in source/common/unicode/uvernum.h
202 "source/common/unicode/appendable.h",
203 "source/common/unicode/brkiter.h",
204 "source/common/unicode/bytestream.h",
205 "source/common/unicode/bytestrie.h",
206 "source/common/unicode/bytestriebuilder.h",
207 "source/common/unicode/caniter.h",
208 "source/common/unicode/casemap.h",
209 "source/common/unicode/char16ptr.h",
210 "source/common/unicode/chariter.h",
[all …]
/third_party/skia/third_party/icu/
Dicu.gni226 "$_src/common/unicode/appendable.h",
227 "$_src/common/unicode/brkiter.h",
228 "$_src/common/unicode/bytestream.h",
229 "$_src/common/unicode/bytestrie.h",
230 "$_src/common/unicode/bytestriebuilder.h",
231 "$_src/common/unicode/caniter.h",
232 "$_src/common/unicode/casemap.h",
233 "$_src/common/unicode/char16ptr.h",
234 "$_src/common/unicode/chariter.h",
235 "$_src/common/unicode/dbbi.h",
[all …]
/third_party/rust/crates/regex/
DUNICODE.md1 # Unicode conformance
3 This document describes the regex crate's conformance to Unicode's
4 [UTS#18](https://unicode.org/reports/tr18/)
7 Full support for Level 1 ("Basic Unicode Support") is provided with two
10 1. Line boundaries are not Unicode aware. Namely, only the `\n`
13 [RL1.2a](https://unicode.org/reports/tr18/#RL1.2a)
28 [UTS#18 RL1.1](https://unicode.org/reports/tr18/#Hex_notation)
30 Hex Notation refers to the ability to specify a Unicode code point in a regular
32 environments that have poor Unicode font rendering or if you need to express a
37 \x{10FFFF} any hex character code corresponding to a Unicode code point
[all …]
DCargo.toml35 default = ["std", "perf", "unicode", "regex-syntax/default"]
67 # UNICODE DATA FEATURES
69 # Enables all Unicode features. This expands if new Unicode features are added.
70 unicode = [
71 "unicode-age",
72 "unicode-bool",
73 "unicode-case",
74 "unicode-gencat",
75 "unicode-perl",
76 "unicode-script",
[all …]
/third_party/rust/crates/regex/regex-syntax/src/
Dlib.rs45 Hir::literal(hir::Literal::Unicode('a')),
46 Hir::literal(hir::Literal::Unicode('b')),
98 An important feature provided by this crate is its Unicode support. This
100 scripts and Unicode-aware support for the Perl classes `\w`, `\s` and `\d`.
102 Unicode data tables that are substantial in size.
104 A fair number of use cases do not require full Unicode support. For this
105 reason, this crate exposes a number of features to control which Unicode
108 If a regular expression attempts to use a Unicode feature that is not available
111 construct an `Ast` for such a regular expression, since Unicode data is not
119 * **unicode** -
[all …]
/third_party/rust/rust/tests/ui/parser/
Dunicode-control-codepoints.stderr1 error: unicode escape in byte string
2 --> $DIR/unicode-control-codepoints.rs:6:26
5 | ^^^^^^^^ unicode escape in byte string
7 = help: unicode escape sequences cannot be used as a byte or in a byte string
9 error: unicode escape in byte string
10 --> $DIR/unicode-control-codepoints.rs:6:35
13 | ^^^^^^^^ unicode escape in byte string
15 = help: unicode escape sequences cannot be used as a byte or in a byte string
18 --> $DIR/unicode-control-codepoints.rs:16:26
29 --> $DIR/unicode-control-codepoints.rs:16:30
[all …]
/third_party/rust/crates/regex/regex-syntax/
DCargo.toml16 default = ["unicode"]
18 unicode = [
19 "unicode-age",
20 "unicode-bool",
21 "unicode-case",
22 "unicode-gencat",
23 "unicode-perl",
24 "unicode-script",
25 "unicode-segment",
27 unicode-age = []
[all …]
/third_party/rust/crates/unicode-width/src/
Dlib.rs12 //! [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
13 //! and other portions of the Unicode standard.
68 … insertion of any number of [`'\u{200D}'` ZERO WIDTH JOINER](https://www.unicode.org/versions/Unic…
91 //! 2. [`'\u{115F}'` HANGUL CHOSEONG FILLER](https://util.unicode.org/UnicodeJsps/character.jsp?…
92 //! [`'\u{17A4}'` KHMER INDEPENDENT VOWEL QAA](https://util.unicode.org/UnicodeJsps/character…
93 //! 3. [`'\u{17D8}'` KHMER SIGN BEYYAL](https://util.unicode.org/UnicodeJsps/character.jsp?a=17D…
95 //! - [Characters](https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7BDefault_…
97 //! - [Characters](https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7BGrapheme…
100 //! - [`'\u{0CC0}'` KANNADA VOWEL SIGN II](https://util.unicode.org/UnicodeJsps/character.j…
101 //! - [`'\u{0CC7}'` KANNADA VOWEL SIGN EE](https://util.unicode.org/UnicodeJsps/character.j…
[all …]
/third_party/icu/docs/processes/
Dunicode-update.md3 title: Unicode Update
10 © 2021 and later: Unicode, Inc. and others.
11 License & terms of use: http://www.unicode.org/copyright.html
14 # Unicode Update
25 The International Components for Unicode (ICU) implement the Unicode Standard
27 and are updated to each new Unicode version.
28 Usually, the ICU team participates in the Unicode beta process by
29 updating to a beta snapshot of the new Unicode version and testing it thoroughly.
31 fixed before the release of the new Unicode version.
39 [change log for Unicode updates](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/uni…
[all …]
/third_party/icu/docs/processes/release/tasks/
Dstandards.md10 © 2021 and later: Unicode, Inc. and others.
11 License & terms of use: http://www.unicode.org/copyright.html
31 [readme](https://github.com/unicode-org/icu-data/blob/main/tzdata/readme.txt)
36 [zoneinfo64.txt](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/misc/zoneinfo64.txt)
39 ## Unicode section in Standards Updates
41 ### Update Unicode Data argument
43 See the [Unicode Update page](../../unicode-update.md) for an overview, and the
44 [change log for Unicode updates](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/uni…
50 until they are encoded in Unicode,
51 or can be assumed to be encoded in the next Unicode version.
[all …]

12345678910>>...400