Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: Source/wtf/unicode/CharacterNames.h

Issue 599753003: Add limited support for new unicode 6.3 control characters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/platform/fonts/GlyphPageTreeNode.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2007, 2009, 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2007, 2009, 2010 Apple Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 18 matching lines...) Expand all
29 #include "wtf/unicode/Unicode.h" 29 #include "wtf/unicode/Unicode.h"
30 30
31 namespace WTF { 31 namespace WTF {
32 namespace Unicode { 32 namespace Unicode {
33 33
34 // Names here are taken from the Unicode standard. 34 // Names here are taken from the Unicode standard.
35 35
36 // Most of these are UChar constants, not UChar32, which makes them 36 // Most of these are UChar constants, not UChar32, which makes them
37 // more convenient for WebCore code that mostly uses UTF-16. 37 // more convenient for WebCore code that mostly uses UTF-16.
38 38
39 const UChar activateArabicFormShaping = 0x206D;
40 const UChar activateSymmetricSwapping = 0x206B;
39 const UChar32 aegeanWordSeparatorLine = 0x10100; 41 const UChar32 aegeanWordSeparatorLine = 0x10100;
40 const UChar32 aegeanWordSeparatorDot = 0x10101; 42 const UChar32 aegeanWordSeparatorDot = 0x10101;
43 const UChar arabicLetterMark = 0x061C;
41 const UChar blackCircle = 0x25CF; 44 const UChar blackCircle = 0x25CF;
42 const UChar blackSquare = 0x25A0; 45 const UChar blackSquare = 0x25A0;
43 const UChar blackUpPointingTriangle = 0x25B2; 46 const UChar blackUpPointingTriangle = 0x25B2;
44 const UChar bullet = 0x2022; 47 const UChar bullet = 0x2022;
45 const UChar bullseye = 0x25CE; 48 const UChar bullseye = 0x25CE;
46 const UChar carriageReturn = 0x000D; 49 const UChar carriageReturn = 0x000D;
47 const UChar characterTabulation = 0x0009; 50 const UChar characterTabulation = 0x0009;
48 const UChar ethiopicPrefaceColon = 0x1366; 51 const UChar ethiopicPrefaceColon = 0x1366;
49 const UChar ethiopicWordspace = 0x1361; 52 const UChar ethiopicWordspace = 0x1361;
53 const UChar firstStrongIsolate = 0x2068;
50 const UChar fisheye = 0x25C9; 54 const UChar fisheye = 0x25C9;
51 const UChar hebrewPunctuationGeresh = 0x05F3; 55 const UChar hebrewPunctuationGeresh = 0x05F3;
52 const UChar hebrewPunctuationGershayim = 0x05F4; 56 const UChar hebrewPunctuationGershayim = 0x05F4;
53 const UChar HiraganaLetterSmallA = 0x3041; 57 const UChar HiraganaLetterSmallA = 0x3041;
54 const UChar horizontalEllipsis = 0x2026; 58 const UChar horizontalEllipsis = 0x2026;
55 const UChar hyphen = 0x2010; 59 const UChar hyphen = 0x2010;
56 const UChar hyphenMinus = 0x002D; 60 const UChar hyphenMinus = 0x002D;
57 const UChar ideographicComma = 0x3001; 61 const UChar ideographicComma = 0x3001;
58 const UChar ideographicFullStop = 0x3002; 62 const UChar ideographicFullStop = 0x3002;
59 const UChar ideographicSpace = 0x3000; 63 const UChar ideographicSpace = 0x3000;
64 const UChar inhibitArabicFormShaping = 0x206C;
65 const UChar inhibitSymmetricSwapping = 0x206A;
60 const UChar leftDoubleQuotationMark = 0x201C; 66 const UChar leftDoubleQuotationMark = 0x201C;
61 const UChar leftSingleQuotationMark = 0x2018; 67 const UChar leftSingleQuotationMark = 0x2018;
62 const UChar leftToRightEmbed = 0x202A; 68 const UChar leftToRightEmbed = 0x202A;
69 const UChar leftToRightIsolate = 0x2066;
63 const UChar leftToRightMark = 0x200E; 70 const UChar leftToRightMark = 0x200E;
64 const UChar leftToRightOverride = 0x202D; 71 const UChar leftToRightOverride = 0x202D;
65 const UChar minusSign = 0x2212; 72 const UChar minusSign = 0x2212;
66 const UChar newlineCharacter = 0x000A; 73 const UChar newlineCharacter = 0x000A;
74 const UChar nationalDigitShapes = 0x206E;
75 const UChar nominalDigitShapes = 0x206F;
67 const UChar noBreakSpace = 0x00A0; 76 const UChar noBreakSpace = 0x00A0;
68 const UChar objectReplacementCharacter = 0xFFFC; 77 const UChar objectReplacementCharacter = 0xFFFC;
69 const UChar popDirectionalFormatting = 0x202C; 78 const UChar popDirectionalFormatting = 0x202C;
79 const UChar popDirectionalIsolate = 0x2069;
70 const UChar replacementCharacter = 0xFFFD; 80 const UChar replacementCharacter = 0xFFFD;
71 const UChar rightDoubleQuotationMark = 0x201D; 81 const UChar rightDoubleQuotationMark = 0x201D;
72 const UChar rightSingleQuotationMark = 0x2019; 82 const UChar rightSingleQuotationMark = 0x2019;
73 const UChar rightToLeftEmbed = 0x202B; 83 const UChar rightToLeftEmbed = 0x202B;
84 const UChar rightToLeftIsolate = 0x2067;
74 const UChar rightToLeftMark = 0x200F; 85 const UChar rightToLeftMark = 0x200F;
75 const UChar rightToLeftOverride = 0x202E; 86 const UChar rightToLeftOverride = 0x202E;
76 const UChar sesameDot = 0xFE45; 87 const UChar sesameDot = 0xFE45;
77 const UChar smallLetterSharpS = 0x00DF; 88 const UChar smallLetterSharpS = 0x00DF;
78 const UChar softHyphen = 0x00AD; 89 const UChar softHyphen = 0x00AD;
79 const UChar space = 0x0020; 90 const UChar space = 0x0020;
80 const UChar tibetanMarkIntersyllabicTsheg = 0x0F0B; 91 const UChar tibetanMarkIntersyllabicTsheg = 0x0F0B;
81 const UChar tibetanMarkDelimiterTshegBstar = 0x0F0C; 92 const UChar tibetanMarkDelimiterTshegBstar = 0x0F0C;
82 const UChar32 ugariticWordDivider = 0x1039F; 93 const UChar32 ugariticWordDivider = 0x1039F;
83 const UChar whiteBullet = 0x25E6; 94 const UChar whiteBullet = 0x25E6;
84 const UChar whiteCircle = 0x25CB; 95 const UChar whiteCircle = 0x25CB;
85 const UChar whiteSesameDot = 0xFE46; 96 const UChar whiteSesameDot = 0xFE46;
86 const UChar whiteUpPointingTriangle = 0x25B3; 97 const UChar whiteUpPointingTriangle = 0x25B3;
87 const UChar yenSign = 0x00A5; 98 const UChar yenSign = 0x00A5;
88 const UChar zeroWidthJoiner = 0x200D; 99 const UChar zeroWidthJoiner = 0x200D;
89 const UChar zeroWidthNonJoiner = 0x200C; 100 const UChar zeroWidthNonJoiner = 0x200C;
90 const UChar zeroWidthSpace = 0x200B; 101 const UChar zeroWidthSpace = 0x200B;
91 const UChar zeroWidthNoBreakSpace = 0xFEFF; 102 const UChar zeroWidthNoBreakSpace = 0xFEFF;
92 103
93 } // namespace Unicode 104 } // namespace Unicode
94 } // namespace WTF 105 } // namespace WTF
95 106
96 using WTF::Unicode::aegeanWordSeparatorLine; 107 using WTF::Unicode::aegeanWordSeparatorLine;
97 using WTF::Unicode::aegeanWordSeparatorDot; 108 using WTF::Unicode::aegeanWordSeparatorDot;
109 using WTF::Unicode::activateArabicFormShaping;
110 using WTF::Unicode::activateSymmetricSwapping;
111 using WTF::Unicode::arabicLetterMark;
98 using WTF::Unicode::blackCircle; 112 using WTF::Unicode::blackCircle;
99 using WTF::Unicode::blackSquare; 113 using WTF::Unicode::blackSquare;
100 using WTF::Unicode::blackUpPointingTriangle; 114 using WTF::Unicode::blackUpPointingTriangle;
101 using WTF::Unicode::bullet; 115 using WTF::Unicode::bullet;
102 using WTF::Unicode::bullseye; 116 using WTF::Unicode::bullseye;
103 using WTF::Unicode::carriageReturn; 117 using WTF::Unicode::carriageReturn;
104 using WTF::Unicode::characterTabulation; 118 using WTF::Unicode::characterTabulation;
105 using WTF::Unicode::ethiopicPrefaceColon; 119 using WTF::Unicode::ethiopicPrefaceColon;
106 using WTF::Unicode::ethiopicWordspace; 120 using WTF::Unicode::ethiopicWordspace;
121 using WTF::Unicode::firstStrongIsolate;
107 using WTF::Unicode::fisheye; 122 using WTF::Unicode::fisheye;
108 using WTF::Unicode::hebrewPunctuationGeresh; 123 using WTF::Unicode::hebrewPunctuationGeresh;
109 using WTF::Unicode::hebrewPunctuationGershayim; 124 using WTF::Unicode::hebrewPunctuationGershayim;
110 using WTF::Unicode::HiraganaLetterSmallA; 125 using WTF::Unicode::HiraganaLetterSmallA;
111 using WTF::Unicode::horizontalEllipsis; 126 using WTF::Unicode::horizontalEllipsis;
112 using WTF::Unicode::hyphen; 127 using WTF::Unicode::hyphen;
113 using WTF::Unicode::hyphenMinus; 128 using WTF::Unicode::hyphenMinus;
114 using WTF::Unicode::ideographicComma; 129 using WTF::Unicode::ideographicComma;
115 using WTF::Unicode::ideographicFullStop; 130 using WTF::Unicode::ideographicFullStop;
116 using WTF::Unicode::ideographicSpace; 131 using WTF::Unicode::ideographicSpace;
132 using WTF::Unicode::inhibitArabicFormShaping;
133 using WTF::Unicode::inhibitSymmetricSwapping;
117 using WTF::Unicode::leftDoubleQuotationMark; 134 using WTF::Unicode::leftDoubleQuotationMark;
118 using WTF::Unicode::leftSingleQuotationMark; 135 using WTF::Unicode::leftSingleQuotationMark;
119 using WTF::Unicode::leftToRightEmbed; 136 using WTF::Unicode::leftToRightEmbed;
137 using WTF::Unicode::leftToRightIsolate;
120 using WTF::Unicode::leftToRightMark; 138 using WTF::Unicode::leftToRightMark;
121 using WTF::Unicode::leftToRightOverride; 139 using WTF::Unicode::leftToRightOverride;
122 using WTF::Unicode::minusSign; 140 using WTF::Unicode::minusSign;
123 using WTF::Unicode::newlineCharacter; 141 using WTF::Unicode::newlineCharacter;
142 using WTF::Unicode::nationalDigitShapes;
143 using WTF::Unicode::nominalDigitShapes;
124 using WTF::Unicode::noBreakSpace; 144 using WTF::Unicode::noBreakSpace;
125 using WTF::Unicode::objectReplacementCharacter; 145 using WTF::Unicode::objectReplacementCharacter;
126 using WTF::Unicode::popDirectionalFormatting; 146 using WTF::Unicode::popDirectionalFormatting;
147 using WTF::Unicode::popDirectionalIsolate;
127 using WTF::Unicode::replacementCharacter; 148 using WTF::Unicode::replacementCharacter;
128 using WTF::Unicode::rightDoubleQuotationMark; 149 using WTF::Unicode::rightDoubleQuotationMark;
129 using WTF::Unicode::rightSingleQuotationMark; 150 using WTF::Unicode::rightSingleQuotationMark;
130 using WTF::Unicode::rightToLeftEmbed; 151 using WTF::Unicode::rightToLeftEmbed;
152 using WTF::Unicode::rightToLeftIsolate;
131 using WTF::Unicode::rightToLeftMark; 153 using WTF::Unicode::rightToLeftMark;
132 using WTF::Unicode::rightToLeftOverride; 154 using WTF::Unicode::rightToLeftOverride;
133 using WTF::Unicode::sesameDot; 155 using WTF::Unicode::sesameDot;
156 using WTF::Unicode::smallLetterSharpS;
134 using WTF::Unicode::softHyphen; 157 using WTF::Unicode::softHyphen;
135 using WTF::Unicode::space; 158 using WTF::Unicode::space;
136 using WTF::Unicode::tibetanMarkIntersyllabicTsheg; 159 using WTF::Unicode::tibetanMarkIntersyllabicTsheg;
137 using WTF::Unicode::tibetanMarkDelimiterTshegBstar; 160 using WTF::Unicode::tibetanMarkDelimiterTshegBstar;
138 using WTF::Unicode::ugariticWordDivider; 161 using WTF::Unicode::ugariticWordDivider;
139 using WTF::Unicode::whiteBullet; 162 using WTF::Unicode::whiteBullet;
140 using WTF::Unicode::whiteCircle; 163 using WTF::Unicode::whiteCircle;
141 using WTF::Unicode::whiteSesameDot; 164 using WTF::Unicode::whiteSesameDot;
142 using WTF::Unicode::whiteUpPointingTriangle; 165 using WTF::Unicode::whiteUpPointingTriangle;
143 using WTF::Unicode::yenSign; 166 using WTF::Unicode::yenSign;
144 using WTF::Unicode::zeroWidthJoiner; 167 using WTF::Unicode::zeroWidthJoiner;
145 using WTF::Unicode::zeroWidthNonJoiner; 168 using WTF::Unicode::zeroWidthNonJoiner;
146 using WTF::Unicode::zeroWidthSpace; 169 using WTF::Unicode::zeroWidthSpace;
147 using WTF::Unicode::zeroWidthNoBreakSpace; 170 using WTF::Unicode::zeroWidthNoBreakSpace;
148 171
149 #endif // CharacterNames_h 172 #endif // CharacterNames_h
OLDNEW
« no previous file with comments | « Source/platform/fonts/GlyphPageTreeNode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698