Home
last modified time | relevance | path

Searched refs:Unicode (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/external/chromium/third_party/icu/source/test/testdata/
DConverterSelectorTestUTF8.txt1 Что такое Unicode?
3 Unicode - это уникальный код для любого символа,
8 …мволу должно быть поставлено в соответствие число. До того, как появился Unicode, в мире имели хож…
11 Unicode изменяет такое положение вещей!
13Unicode присваивает уникальный код любому символу, независимо от платформы, независимо от программ…
15Unicode в многоуровневых приложениях или программных комплексах, построенных в рамках архитектуры …
44 什麽是Unicode(統一碼/標準萬國碼)?
46 Unicode給每個字元提供了一個唯一的數位,
51 基本上,電腦只是處理數位。它們指定一個數位,來儲存字母或其他字元。在創造Unicode之前,有數百種指定這些數位的編碼系統。沒有一個編碼可以包含足夠的字元:例如,單單歐州共同體就需要好幾種不同的編碼…
54 Unicode正在改變所有這一切!
[all …]
DConverterSelectorTestUTF16.txt1 Что такое Unicode?
3 Unicode - это уникальный код для любого символа,
8 …мволу должно быть поставлено в соответствие число. До того, как появился Unicode, в мире имели хож…
11 Unicode изменяет такое положение вещей!
13Unicode присваивает уникальный код любому символу, независимо от платформы, независимо от программ…
15Unicode в многоуровневых приложениях или программных комплексах, построенных в рамках архитектуры …
44 什麽是Unicode(統一碼/標準萬國碼)?
46 Unicode給每個字元提供了一個唯一的數位,
51 基本上,電腦只是處理數位。它們指定一個數位,來儲存字母或其他字元。在創造Unicode之前,有數百種指定這些數位的編碼系統。沒有一個編碼可以包含足夠的字元:例如,單單歐州共同體就需要好幾種不同的編碼…
54 Unicode正在改變所有這一切!
[all …]
/external/icu4c/test/testdata/
DConverterSelectorTestUTF16.txt1 Что такое Unicode?
3 Unicode - это уникальный код для любого символа,
8 …мволу должно быть поставлено в соответствие число. До того, как появился Unicode, в мире имели хож…
11 Unicode изменяет такое положение вещей!
13Unicode присваивает уникальный код любому символу, независимо от платформы, независимо от программ…
15Unicode в многоуровневых приложениях или программных комплексах, построенных в рамках архитектуры …
44 什麽是Unicode(統一碼/標準萬國碼)?
46 Unicode給每個字元提供了一個唯一的數位,
51 基本上,電腦只是處理數位。它們指定一個數位,來儲存字母或其他字元。在創造Unicode之前,有數百種指定這些數位的編碼系統。沒有一個編碼可以包含足夠的字元:例如,單單歐州共同體就需要好幾種不同的編碼…
54 Unicode正在改變所有這一切!
[all …]
DConverterSelectorTestUTF8.txt1 Что такое Unicode?
3 Unicode - это уникальный код для любого символа,
8 …мволу должно быть поставлено в соответствие число. До того, как появился Unicode, в мире имели хож…
11 Unicode изменяет такое положение вещей!
13Unicode присваивает уникальный код любому символу, независимо от платформы, независимо от программ…
15Unicode в многоуровневых приложениях или программных комплексах, построенных в рамках архитектуры …
44 什麽是Unicode(統一碼/標準萬國碼)?
46 Unicode給每個字元提供了一個唯一的數位,
51 基本上,電腦只是處理數位。它們指定一個數位,來儲存字母或其他字元。在創造Unicode之前,有數百種指定這些數位的編碼系統。沒有一個編碼可以包含足夠的字元:例如,單單歐州共同體就需要好幾種不同的編碼…
54 Unicode正在改變所有這一切!
[all …]
/external/webkit/WebCore/rendering/
DInlineIterator.h56 WTF::Unicode::Direction direction() const;
88 WTF::Unicode::Direction d = (ub == Embed
89 … ? (dir == RTL ? WTF::Unicode::RightToLeftEmbedding : WTF::Unicode::LeftToRightEmbedding)
90 … : (dir == RTL ? WTF::Unicode::RightToLeftOverride : WTF::Unicode::LeftToRightOverride));
105 resolver->embed(WTF::Unicode::PopDirectionalFormat);
113 WTF::Unicode::Direction d = (ub == Embed
114 … ? (dir == RTL ? WTF::Unicode::RightToLeftEmbedding: WTF::Unicode::LeftToRightEmbedding)
115 … : (dir == RTL ? WTF::Unicode::RightToLeftOverride : WTF::Unicode::LeftToRightOverride));
158 WTF::Unicode::Direction d = (ub == Embed
159 … ? (dir == RTL ? WTF::Unicode::RightToLeftEmbedding : WTF::Unicode::LeftToRightEmbedding)
[all …]
/external/webkit/WebCore/platform/text/
DBidiResolver.h58 : eor(WTF::Unicode::OtherNeutral) in BidiStatus()
59 , lastStrong(WTF::Unicode::OtherNeutral) in BidiStatus()
60 , last(WTF::Unicode::OtherNeutral) in BidiStatus()
64 …BidiStatus(WTF::Unicode::Direction eorDir, WTF::Unicode::Direction lastStrongDir, WTF::Unicode::Di… in BidiStatus()
72 WTF::Unicode::Direction eor;
73 WTF::Unicode::Direction lastStrong;
74 WTF::Unicode::Direction last;
89 BidiCharacterRun(int start, int stop, BidiContext* context, WTF::Unicode::Direction dir) in BidiCharacterRun()
95 if (dir == WTF::Unicode::OtherNeutral) in BidiCharacterRun()
102 …if (dir == WTF::Unicode::LeftToRight || dir == WTF::Unicode::ArabicNumber || dir == WTF::Unicode::… in BidiCharacterRun()
[all …]
DBidiContext.h36 …static PassRefPtr<BidiContext> create(unsigned char level, WTF::Unicode::Direction direction, bool…
40 … WTF::Unicode::Direction dir() const { return static_cast<WTF::Unicode::Direction>(m_direction); } in dir()
44 …BidiContext(unsigned char level, WTF::Unicode::Direction direction, bool override, BidiContext* pa… in BidiContext()
DStringHash.h113 hash += WTF::Unicode::foldCase(s[0]); in hash()
114 tmp = (WTF::Unicode::foldCase(s[1]) << 11) ^ hash; in hash()
122 hash += WTF::Unicode::foldCase(s[0]); in hash()
163 hash += WTF::Unicode::foldCase(s[0]); in hash()
164 tmp = (WTF::Unicode::foldCase(s[1]) << 11) ^ hash; in hash()
172 hash += WTF::Unicode::foldCase(s[0]); in hash()
201 return WTF::Unicode::umemcasecmp(a->characters(), b->characters(), length) == 0; in equal()
DStringImpl.cpp44 using namespace Unicode;
198 int32_t realLength = Unicode::toLower(data, length, m_data, m_length, &error); in lower()
202 Unicode::toLower(data, realLength, m_data, m_length, &error); in lower()
229 int32_t realLength = Unicode::toUpper(data, length, m_data, m_length, &error); in upper()
233 Unicode::toUpper(data, realLength, m_data, m_length, &error); in upper()
267 int32_t realLength = Unicode::foldCase(data, length, m_data, m_length, &error); in foldCase()
271 Unicode::foldCase(data, realLength, m_data, m_length, &error); in foldCase()
511 UChar lc = Unicode::foldCase(*chs); in find()
513 … if (Unicode::foldCase(*++ptr) == lc && equalIgnoringCase(ptr + 1, chsPlusOne, chsLengthMinusOne)) in find()
908 WTF::Unicode::Direction StringImpl::defaultWritingDirection() in defaultWritingDirection()
[all …]
/external/chromium/third_party/icu/source/data/unidata/
Dchanges.txt12 * change log for Unicode updates
16 Unicode 5.1 update
20 5696 Update to Unicode 5.1
22 *** Unicode version numbers
78 added to Unicode 5.1, and the script shows a conflict between SyntheticPropertyValueAliases.txt
92 + 14 new script values added for ISO 15924 coverage (not in Unicode 5.1)
97 assigned Unicode character, so ICU 4.0 uprops.icu does not store any
131 * hardcoded Unihan range end/limit (see Unicode 4.1 update for comparison)
136 * build Unicode data source code for hardcoding core data
148 Creating data file for Unicode Character Properties
[all …]
DNormalizationCorrections.txt5 # Unicode Character Database.
7 # Copyright (c) 1991-2007 Unicode, Inc.
10 # The normalization stabilization policy of the Unicode
24 # any given version of Unicode.
33 # Field 0: Unicode code point
36 # Field 3: Version of Unicode for which the correction was
38 # Comment: Indicates the Unicode Corrigendum which documents
41 # For more information, see UAX #15, Unicode Normalization Forms.
/external/icu4c/data/unidata/
Dchanges.txt12 * change log for Unicode updates
16 Unicode 5.2 update
20 7084 Unicode 5.2
29 7243 update layout engine for Unicode 5.2
31 *** Unicode version numbers
93 …added to Unicode 5.2, and the Perl script shows a conflict between SyntheticPropertyValueAliases.t…
108 + 3 new script values added for ISO 15924 and Unicode 5.2 coverage
109 + 1 new script value added for ISO 15924 coverage (not in Unicode 5.2)
127 - new numeric values that didn't exist in Unicode data before:
139 - Unicode 5.2 fills holes there and adds new Jamo characters in
[all …]
DNormalizationCorrections.txt5 # Unicode Character Database.
7 # Copyright (c) 1991-2009 Unicode, Inc.
10 # The normalization stabilization policy of the Unicode
24 # any given version of Unicode.
33 # Field 0: Unicode code point
36 # Field 3: Version of Unicode for which the correction was
38 # Comment: Indicates the Unicode Corrigendum which documents
41 # For more information, see UAX #15, Unicode Normalization Forms.
/external/chromium/third_party/icu/source/data/mappings/
Diso-8859_11-2001.ucm2 # Name: ISO/IEC 8859-11:2001 to Unicode
3 # Unicode version: 3.2
9 # Copyright (c) 2002 Unicode, Inc. All Rights reserved.
13 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
17 # file has been provided on optical media by Unicode, Inc., the sole
21 # Unicode, Inc. hereby grants the right to freely use the information
23 # Unicode Standard, and to make copies of this file in any form for
29 # This table contains the data the Unicode Consortium has on how
30 # ISO/IEC 8859-11:2001 characters map into Unicode.
43 # For any comments or problems, please use the Unicode
Diso-8859_14-1998.ucm2 # Name: ISO/IEC 8859-14:1998 to Unicode
3 # Unicode version: 3.0
10 # Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved.
14 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
18 # file has been provided on optical media by Unicode, Inc., the sole
22 # Unicode, Inc. hereby grants the right to freely use the information
24 # Unicode Standard, and to make copies of this file in any form for
30 # This table contains the data the Unicode Consortium has on how
31 # ISO/IEC 8859-14:1998 characters map into Unicode.
Diso-8859_10-1998.ucm2 # Name: ISO/IEC 8859-10:1998 to Unicode
3 # Unicode version: 3.0
9 # Copyright (c) 1999 Unicode, Inc. All Rights reserved.
13 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
17 # file has been provided on optical media by Unicode, Inc., the sole
21 # Unicode, Inc. hereby grants the right to freely use the information
23 # Unicode Standard, and to make copies of this file in any form for
29 # This table contains the data the Unicode Consortium has on how
30 # ISO/IEC 8859-10:1998 characters map into Unicode.
Diso-8859_16-2001.ucm2 # Name: ISO/IEC 8859-16:2001 to Unicode
3 # Unicode version: 3.0
9 # Copyright (c) 1999-2001 Unicode, Inc. All Rights reserved.
11 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
15 # file has been provided on optical media by Unicode, Inc., the sole
19 # Unicode, Inc. hereby grants the right to freely use the information
21 # Unicode Standard, and to make copies of this file in any form for
27 # This table contains the data the Unicode Consortium has on how
28 # ISO/IEC 8859-16:2001 characters map into Unicode.
Dconvrtrs.txt77 # to the same numbers in Unicode for roundtripping. It may be
139 ibm-5304 { IBM } # Unicode 2.0, UTF-8 with IBM PUA
140 ibm-5305 { IBM } # Unicode 2.0, UTF-8
141 ibm-13496 { IBM } # Unicode 3.0, UTF-8 with IBM PUA
142 ibm-13497 { IBM } # Unicode 3.0, UTF-8
143 ibm-17592 { IBM } # Unicode 4.0, UTF-8 with IBM PUA
144 ibm-17593 { IBM } # Unicode 4.0, UTF-8
155 # The following Unicode CCSIDs (IBM) are not valid in ICU because they are
156 # considered pure DBCS (exactly 2 bytes) of Unicode,
157 # and they are a subset of Unicode. ICU does not support their encoding structures.
[all …]
/external/icu4c/data/mappings/
Diso-8859_11-2001.ucm2 # Name: ISO/IEC 8859-11:2001 to Unicode
3 # Unicode version: 3.2
9 # Copyright (c) 2002 Unicode, Inc. All Rights reserved.
13 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
17 # file has been provided on optical media by Unicode, Inc., the sole
21 # Unicode, Inc. hereby grants the right to freely use the information
23 # Unicode Standard, and to make copies of this file in any form for
29 # This table contains the data the Unicode Consortium has on how
30 # ISO/IEC 8859-11:2001 characters map into Unicode.
43 # For any comments or problems, please use the Unicode
Diso-8859_14-1998.ucm2 # Name: ISO/IEC 8859-14:1998 to Unicode
3 # Unicode version: 3.0
10 # Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved.
14 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
18 # file has been provided on optical media by Unicode, Inc., the sole
22 # Unicode, Inc. hereby grants the right to freely use the information
24 # Unicode Standard, and to make copies of this file in any form for
30 # This table contains the data the Unicode Consortium has on how
31 # ISO/IEC 8859-14:1998 characters map into Unicode.
Diso-8859_10-1998.ucm2 # Name: ISO/IEC 8859-10:1998 to Unicode
3 # Unicode version: 3.0
9 # Copyright (c) 1999 Unicode, Inc. All Rights reserved.
13 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
17 # file has been provided on optical media by Unicode, Inc., the sole
21 # Unicode, Inc. hereby grants the right to freely use the information
23 # Unicode Standard, and to make copies of this file in any form for
29 # This table contains the data the Unicode Consortium has on how
30 # ISO/IEC 8859-10:1998 characters map into Unicode.
/external/icu4c/extra/uconv/resources/
Droot.txt63 " --add-signature add a U+FEFF Unicode signature character (BOM)\n"
64 … " --remove-signature remove a U+FEFF Unicode signature character (BOM)\n"
98 …problemCvtToU { "Conversion to Unicode from codepage failed at input byte position {0}. Bytes: {…
99 …mU { "Conversion from Unicode to codepage failed at input byte position {0}. Unicode: {1} Error: {…
100 …t { "Conversion from Unicode to codepage failed at output byte position {0}. Unicode: {1} Error: {…
/external/webkit/WebCore/platform/win/
DWebCoreTextRenderer.cpp41 WTF::Unicode::Direction direction = WTF::Unicode::direction(run[i]); in isOneLeftToRightRun()
42 if (direction == WTF::Unicode::RightToLeft || direction > WTF::Unicode::OtherNeutral) in isOneLeftToRightRun()
/external/icu4c/
Dunicode-license.txt3 Unicode Data Files include all data files under the directories
5 http://www.unicode.org/cldr/data/ . Unicode Software includes any source code
6 published in the Unicode Standard or under the directories
19 Copyright © 1991-2009 Unicode, Inc. All rights reserved. Distributed under
23 of the Unicode data files and any associated documentation (the "Data Files") or
24 Unicode software and any associated documentation (the "Software") to deal in
/external/chromium/third_party/icu/
Dunicode-license.txt3 Unicode Data Files include all data files under the directories
5 http://www.unicode.org/cldr/data/ . Unicode Software includes any source code
6 published in the Unicode Standard or under the directories
19 Copyright © 1991-2008 Unicode, Inc. All rights reserved. Distributed under
23 of the Unicode data files and any associated documentation (the "Data Files") or
24 Unicode software and any associated documentation (the "Software") to deal in

12345678910>>...26