| /third_party/icu/ |
| D | bundle.json | 3 …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/third_party/externals/icu/ |
| D | icu.gyp | 497 # 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 …]
|
| D | sources.gni | 428 # 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/ |
| D | CharsetDetectionTests.xml | 3 <!-- 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/ |
| D | CharsetDetectionTests.xml | 3 <!-- 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/ |
| D | csdetest.xml | 3 <!-- 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 …]
|
| D | ConverterSelectorTestUTF8.txt | 1 Что такое Unicode? 3 Unicode - это уникальный код для любого символа, 8 …мволу должно быть поставлено в соответствие число. До того, как появился Unicode, в мире имели хож… 11 Unicode изменяет такое положение вещей! 13 …Unicode присваивает уникальный код любому символу, независимо от платформы, независимо от программ… 15 …Unicode в многоуровневых приложениях или программных комплексах, построенных в рамках архитектуры … 67 Ç'është UNICODE? 69 Unicode siguron një numër të vetëm për çdo gërmë, 74 …karakteret) e tjera duke u caktuar nga një numër (kod). Para zbulimit të Unicode-s, kishte qindra … 77 Unicode po e ndryshon gjithë këtë rrëmujë! [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-utf.hh | 42 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 …]
|
| D | hb-unicode.cc | 33 #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 …]
|
| D | hb-unicode.h | 46 * Maximum valid Unicode code point. 87 * the Unicode Character Database. 90 /* Unicode Character Database property: General_Category (gc) */ 186 * from the Unicode Character Database. 188 * <note>Note: newer versions of Unicode may add new values. 281 * accessing various Unicode character properties. 285 * their own replacements for the individual Unicode functions, as 342 * @ufuncs: A Unicode-functions structure 343 * @unicode: The code point to query 349 * property for a specified Unicode code point. [all …]
|
| /third_party/tex-hyphen/encodings/data/map/ |
| D | t8m.map | 5 ; .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/ |
| D | mod.rs | 1 #[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/third_party/icu/ |
| D | icu.gni | 226 "$_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/ |
| D | UNICODE.md | 1 # 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 …]
|
| D | Cargo.toml | 35 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/ |
| D | lib.rs | 45 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 …]
|
| D | unicode.rs | 7 /// A type alias for errors specific to Unicode handling of classes. 14 /// An error that occurs when dealing with Unicode. 22 // Not used when unicode-perl is enabled. 27 /// A type alias for errors specific to Unicode case folding. 30 /// An error that occurs when Unicode-aware simple case folding fails. 32 /// This error can occur when the case mapping tables necessary for Unicode 34 /// `unicode-case` feature is disabled. (The feature is enabled by default.) 44 "Unicode-aware case folding is not available \ in fmt() 45 (probably because the unicode-case feature is not enabled)" in fmt() 50 /// An error that occurs when the Unicode-aware `\w` class is unavailable. [all …]
|
| /third_party/rust/crates/regex/regex-syntax/ |
| D | Cargo.toml | 16 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/icu/docs/processes/ |
| D | unicode-update.md | 3 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/python/Include/ |
| D | unicodeobject.h | 8 Unicode implementation based on original code by Fredrik Lundh, 10 Unicode Integration Proposal. (See 11 http://www.egenix.com/files/python/unicode-proposal.txt). 19 * Yet another Unicode string type for Python. This type supports the 31 * This Unicode String Type is 62 /* --- Internal Unicode Format -------------------------------------------- */ 64 /* Python 3.x requires unicode */ 74 Otherwise, Unicode strings are stored as UCS-2 (with limited support 101 unicode representations. */ 120 /* This Unicode character will be used as replacement character during [all …]
|
| /third_party/icu/docs/processes/release/tasks/ |
| D | standards.md | 10 © 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 …]
|
| /third_party/python/Doc/howto/ |
| D | unicode.rst | 4 Unicode HOWTO 9 This HOWTO discusses Python's support for the Unicode specification 11 people commonly encounter when trying to work with Unicode. 14 Introduction to Unicode 26 Python's string type uses the Unicode Standard for representing 30 Unicode (https://www.unicode.org/) is a specification that aims to 32 its own unique code. The Unicode specifications are continually 42 The Unicode standard describes how characters are represented by 45 `actual number assigned <https://www.unicode.org/versions/latest/#Summary>`_ 50 The Unicode standard contains a lot of tables listing characters and [all …]
|
| /third_party/icu/icu4j/perf-tests/data/conversion/ |
| D | french.txt | 1 Qu'est ce qu'Unicode? 3 Unicode spécifie un numéro unique pour chaque caractère, 8 …lettres et autres caractères sous formes de nombres. Avant l'invention d'Unicode, des centaines de… 11 Unicode transforme tout cela ! 13 Unicode spécifie un numéro unique pour chaque caractère, quelle que soit la plate-forme, quel que s… 15 …Unicode dans les applications client-serveur, les applications distribuées et les sites Internet p… 16 À propos du Consortium Unicode 18 …Unicode est une organisation sans but lucratif, ayant pour mission de développer, d'étendre et de … 20 …ts additionnels dans le glossaire, la liste partielle de produits gérant Unicode, l'aperçu techniq…
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | RopeByteStringSubstringTest.java | 70 String sourceString = "I love unicode \u1234\u5678 characters"; in testToString() 76 ByteString unicode = ByteString.EMPTY; in testToString() local 79 unicode = RopeByteString.concatenate(unicode, sourceByteString); in testToString() 85 unicode = unicode.substring(2, unicode.size() - 6); in testToString() 90 getActualClassName(unicode)); in testToString() 91 String roundTripString = unicode.toString(UTF_8); in testToString() 92 assertEquals(classUnderTest + " unicode bytes must match", testString, roundTripString); in testToString() 94 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode); in testToString() 98 unicode.hashCode()); in testToString() 103 String sourceString = "I love unicode \u1234\u5678 characters"; in testCharsetToString() [all …]
|
| /third_party/icu/docs/userguide/icu/ |
| D | unicode.md | 3 title: Unicode Basics 8 © 2020 and later: Unicode, Inc. and others. 9 License & terms of use: http://www.unicode.org/copyright.html 12 # Unicode Basics 23 ## Introduction to Unicode 25 Unicode is a standard that precisely defines a character set as well as a small 29 modern systems, provides Internationalization solutions based on Unicode. 31 This chapter is intended as an introduction to codepages in general and Unicode 34 1. [The Web site of the Unicode consortium](http://www.unicode.org/) 37 Unicode?](https://www.unicode.org/standard/WhatIsUnicode.html) [all …]
|