/external/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#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 …]
|
/external/icu/android_icu4j/src/main/tests/android/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 …]
|
/external/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 …]
|
/external/harfbuzz_ng/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 …]
|
/external/skia/third_party/icu/ |
D | icu.gni | 223 "$_src/common/unicode/appendable.h", 224 "$_src/common/unicode/brkiter.h", 225 "$_src/common/unicode/bytestream.h", 226 "$_src/common/unicode/bytestrie.h", 227 "$_src/common/unicode/bytestriebuilder.h", 228 "$_src/common/unicode/caniter.h", 229 "$_src/common/unicode/casemap.h", 230 "$_src/common/unicode/char16ptr.h", 231 "$_src/common/unicode/chariter.h", 232 "$_src/common/unicode/dbbi.h", [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAll.java | 3 package org.unicode.cldr.unittest; 10 import org.unicode.cldr.util.CLDRConfig; 181 "org.unicode.cldr.unittest.LocaleMatcherTest", in TestAll() 182 "org.unicode.cldr.unittest.GenerateTransformTest", in TestAll() 183 "org.unicode.cldr.unittest.LanguageInfoTest", in TestAll() 184 "org.unicode.cldr.unittest.LanguageTest", in TestAll() 185 "org.unicode.cldr.unittest.LikelySubtagsTest", in TestAll() 186 "org.unicode.cldr.unittest.NumberingSystemsTest", in TestAll() 187 "org.unicode.cldr.unittest.StandardCodesTest", in TestAll() 188 "org.unicode.cldr.unittest.TestAnnotations", in TestAll() [all …]
|
/external/python/cpython2/Doc/howto/ |
D | unicode.rst | 2 Unicode HOWTO 7 This HOWTO discusses Python 2.x's support for Unicode, and explains 9 with Unicode. For the Python 3 version, see 10 <https://docs.python.org/3/howto/unicode.html>. 12 Introduction to Unicode 58 Unicode standardization effort began. 60 Unicode started out using 16-bit characters instead of 8-bit characters. 16 63 goal was to have Unicode contain the alphabets for every single human language. 65 Unicode specification uses a wider range of codes, 0--1,114,111 (0x10ffff in 68 There's a related ISO standard, ISO 10646. Unicode and ISO 10646 were [all …]
|
/external/u-boot/include/ |
D | usbroothubdes.h | 96 'U', /* __u8 Unicode */ 97 0, /* __u8 Unicode */ 98 '-', /* __u8 Unicode */ 99 0, /* __u8 Unicode */ 100 'B', /* __u8 Unicode */ 101 0, /* __u8 Unicode */ 102 'o', /* __u8 Unicode */ 103 0, /* __u8 Unicode */ 104 'o', /* __u8 Unicode */ 105 0, /* __u8 Unicode */ [all …]
|
/external/python/cpython2/Include/ |
D | unicodeobject.h | 8 Unicode implementation based on original code by Fredrik Lundh, 10 Unicode Integration Proposal (see file Misc/unicode.txt). 18 * Yet another Unicode string type for Python. This type supports the 30 * This Unicode String Type is 61 /* --- Internal Unicode Format -------------------------------------------- */ 78 /* Setting Py_UNICODE_WIDE enables UCS-4 storage. Otherwise, Unicode 133 /* Py_UNICODE is the native Unicode storage format (code unit) used by 134 Python and represents a single Unicode element in the Unicode 141 /* Unicode API names are mangled to assure that UCS-2 and UCS-4 builds 144 Unicode width assumptions are combined. */ [all …]
|
/external/python/cpython3/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 86 /* Py_UNICODE was the native Unicode storage format (code unit) used by 87 Python and represents a single Unicode element in the Unicode type. [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_future4.py | 12 self.assertType("", unicode) 13 self.assertType('', unicode) 14 self.assertType(r"", unicode) 15 self.assertType(r'', unicode) 16 self.assertType(""" """, unicode) 17 self.assertType(''' ''', unicode) 18 self.assertType(r""" """, unicode) 19 self.assertType(r''' ''', unicode) 20 self.assertType(u"", unicode) 21 self.assertType(u'', unicode) [all …]
|
D | test_contains.py | 41 self.assertIn('c', unicode('abc')) 42 self.assertNotIn('d', unicode('abc')) 44 self.assertIn('', unicode('')) 45 self.assertIn(unicode(''), '') 46 self.assertIn(unicode(''), unicode('')) 47 self.assertIn('', unicode('abc')) 48 self.assertIn(unicode(''), 'abc') 49 self.assertIn(unicode(''), unicode('abc')) 51 self.assertRaises(TypeError, lambda: None in unicode('abc')) 53 # test Unicode char in Unicode [all …]
|
/external/python/cpython3/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 49 The Unicode standard contains a lot of tables listing characters and 88 To summarize the previous section: a Unicode string is a sequence of [all …]
|
/external/python/cpython2/Doc/library/ |
D | unicodedata.rst | 2 :mod:`unicodedata` --- Unicode Database 6 :synopsis: Access the Unicode Database. 13 single: Unicode 15 pair: Unicode; database 17 This module provides access to the Unicode Character Database which defines 18 character properties for all Unicode characters. The data in this database is 20 available from ftp://ftp.unicode.org/. 23 Format 5.2.0 (see http://www.unicode.org/reports/tr44/tr44-4.html). 30 the corresponding Unicode character. If not found, :exc:`KeyError` is raised. 35 Returns the name assigned to the Unicode character *unichr* as a string. If no [all …]
|
/external/cldr/specs/ldml/ |
D | press.html | 49 …<link rel="stylesheet" type="text/css" href="http://www.unicode.org/webscripts/standard_styles.css… 84 <td class="icon"><a href="http://www.unicode.org/"> 85 ….unicode.org/webscripts/logo60s2.gif" alt="[Unicode]" align="middle" border="0" height="33" width=… 155 <h1>Unicode Releases<br> 168 2008</span> - The Unicode® Consortium announced today the release of 169 the new version of the <span style="font-weight: bold;">Unicode 170 Common Locale Data Repository</span><b> (Unicode CLDR 1.6)</b>, providing key 171 building blocks for software to support the world's languages. Unicode CLDR 201 …ith different views of CLDR data, see <a href="http://unicode.org/cldr/charts.html">http://unicode… 209 <p><span class="q">Unicode CLDR 1.6 is [all …]
|
D | procedures.html | 9 <meta name="keywords" content="Unicode, common locale data repository" /> 12 <link rel="stylesheet" type="text/css" href="http://www.unicode.org/webscripts/standard_styles.css"… 22 <td class="icon"><a href="http://www.unicode.org/"> 23 …<img border="0" src="http://www.unicode.org/webscripts/logo60s2.gif" align="middle" alt="[Unicode]… 25 …<td class="bar"><a href="http://www.unicode.org" class="bar">Home</a> | <a href="http://www.unicod… 26 <a href="http://www.unicode.org/search/" class="bar">Search</a></td> 38 <td class="navColTitle">Unicode CLDR</td> 59 …<td valign="top" class="navColCell"><a href="http://www.unicode.org/reports/tr35/">UTS #35: Locale… 65 …"top" class="navColCell">Join the <a href="http://www.unicode.org/consortium/consort.html">Unicode… 68 …<td valign="top" class="navColCell"><a href="http://www.unicode.org/reports/">Unicode Technical Re… [all …]
|
D | data_formats.html | 9 <meta name="keywords" content="Unicode, common locale data repository" /> 12 <link rel="stylesheet" type="text/css" href="http://www.unicode.org/webscripts/standard_styles.css"… 29 <td class="icon"><a href="http://www.unicode.org/"> 30 …<img border="0" src="http://www.unicode.org/webscripts/logo60s2.gif" align="middle" alt="[Unicode]… 31 …<a class="bar" href="http://www.unicode.org/cldr/"><font size="3">Common Locale Data Repository</f… 32 …<td class="bar"><a href="http://www.unicode.org" class="bar">Home</a> | <a href="http://www.unicod… 33 <a href="http://www.unicode.org/search/" class="bar">Search</a></td> 45 <td class="navColTitle">Unicode CLDR</td> 66 …<td valign="top" class="navColCell"><a href="http://www.unicode.org/reports/tr35/">UTS #35: Locale… 72 …"top" class="navColCell">Join the <a href="http://www.unicode.org/consortium/consort.html">Unicode… [all …]
|
/external/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…
|
/external/cldr/specs/rfc/ |
D | draft-davis-u-langtag-ext-04.xml | 25 <title abbrev="BCP 47 Unicode Locale Extension">BCP 47 Extension U</title> 69 to work done by the Unicode Consortium.</t> 77 …understand language tags". This document defines an extension for identifying Unicode locale-based… 91 …Unicode Consortium defines a standardized, structured set of locale data and identifiers for local… 101 <c>Unicode Consortium</c> 105 <c>cldr@unicode.org</c> 109 <c>cldr-users@unicode.org</c> 113 <c>cldr.unicode.org</c> 117 <c>Unicode Technical Standard #35 Unicode Locale Data Markup Language 118 (LDML), http://unicode.org/reports/tr35/</c> [all …]
|
/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 5 Unicode Objects and Codecs 11 Unicode Objects 14 Since the implementation of :pep:`393` in Python 3.3, Unicode objects internally 16 of Unicode characters while staying memory efficient. There are special cases 18 points must be below 1114112 (which is the full Unicode range). 21 in the Unicode object. The :c:type:`Py_UNICODE*` representation is deprecated 25 Due to the transition between the old APIs and the new APIs, unicode objects 28 * "canonical" unicode objects are all objects created by a non-deprecated 29 unicode API. They use the most efficient representation allowed by the 32 * "legacy" unicode objects have been created through one of the deprecated [all …]
|
/external/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() 88 classUnderTest, getActualClassName(unicode)); in testToString() 89 String roundTripString = unicode.toString(UTF_8); in testToString() 90 assertEquals(classUnderTest + " unicode bytes must match", in testToString() 93 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode); in testToString() 95 flatString.hashCode(), unicode.hashCode()); in testToString() 100 String sourceString = "I love unicode \u1234\u5678 characters"; in testCharsetToString() [all …]
|
/external/icu/icu4c/source/common/ |
D | common.vcxproj.filters | 786 <CustomBuild Include="unicode\locdspnm.h"> 789 <CustomBuild Include="unicode\simpleformatter.h"> 798 <CustomBuild Include="unicode\ucurr.h"> 804 <CustomBuild Include="unicode\udisplaycontext.h"> 807 <CustomBuild Include="unicode\uldnames.h"> 942 <ClInclude Include="unicode\filteredbrk.h"> 945 <ClInclude Include="unicode\ubiditransform.h"> 958 <CustomBuild Include="unicode\ubidi.h"> 961 <CustomBuild Include="unicode\ushape.h"> 964 <CustomBuild Include="unicode\brkiter.h"> [all …]
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 5 Unicode Objects and Codecs 10 Unicode Objects 14 Unicode Type 17 These are the basic Unicode object types used for the Unicode implementation in 24 basis for holding Unicode ordinals. Python's default builds use a 16-bit type 25 for :c:type:`Py_UNICODE` and store Unicode values internally as UCS2. It is also 28 :c:type:`Py_UNICODE` and store Unicode data internally as UCS4. On platforms 30 Unicode build variant, :c:type:`Py_UNICODE` is a typedef alias for 41 This subtype of :c:type:`PyObject` represents a Python Unicode object. 46 This instance of :c:type:`PyTypeObject` represents the Python Unicode type. It [all …]
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 1 * Copyright (C) 2016 and later: Unicode, Inc. and others. 2 * License & terms of use: http://www.unicode.org/copyright.html 14 * change log for Unicode updates 16 * For each new Unicode version, during the beta period, 30 until they are encoded in Unicode, 31 or can be assumed to be encoded in the next Unicode version. 32 Script enum constant names want to follow the Unicode script property value aliases, 43 See http://unicode.org/reports/tr35/#unicode_script_subtag_validity 44 and look for "alias" on http://unicode.org/iso15924/iso15924-codes.html 48 For new script codes see http://www.unicode.org/iso15924/codechanges.html [all …]
|