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

Side by Side Diff: third_party/WebKit/Source/wtf/text/CharacterNames.h

Issue 2476293003: Move named constant to CharacterNames.h (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/Source/core/dom/Document.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 const UChar32 aegeanWordSeparatorDotCharacter = 0x10101; 42 const UChar32 aegeanWordSeparatorDotCharacter = 0x10101;
43 const UChar arabicLetterMarkCharacter = 0x061C; 43 const UChar arabicLetterMarkCharacter = 0x061C;
44 const UChar blackCircleCharacter = 0x25CF; 44 const UChar blackCircleCharacter = 0x25CF;
45 const UChar blackSquareCharacter = 0x25A0; 45 const UChar blackSquareCharacter = 0x25A0;
46 const UChar blackUpPointingTriangleCharacter = 0x25B2; 46 const UChar blackUpPointingTriangleCharacter = 0x25B2;
47 const UChar bulletCharacter = 0x2022; 47 const UChar bulletCharacter = 0x2022;
48 const UChar bullseyeCharacter = 0x25CE; 48 const UChar bullseyeCharacter = 0x25CE;
49 const UChar carriageReturnCharacter = 0x000D; 49 const UChar carriageReturnCharacter = 0x000D;
50 const UChar combiningEnclosingCircleBackslashCharacter = 0x20E0; 50 const UChar combiningEnclosingCircleBackslashCharacter = 0x20E0;
51 const UChar combiningEnclosingKeycapCharacter = 0x20E3; 51 const UChar combiningEnclosingKeycapCharacter = 0x20E3;
52 const UChar deleteCharacter = 0x007F;
52 const UChar ethiopicPrefaceColonCharacter = 0x1366; 53 const UChar ethiopicPrefaceColonCharacter = 0x1366;
53 const UChar ethiopicWordspaceCharacter = 0x1361; 54 const UChar ethiopicWordspaceCharacter = 0x1361;
54 const UChar heavyBlackHeartCharacter = 0x2764; 55 const UChar heavyBlackHeartCharacter = 0x2764;
55 const UChar32 eyeCharacter = 0x1F441; 56 const UChar32 eyeCharacter = 0x1F441;
56 const UChar32 boyCharacter = 0x1F466; 57 const UChar32 boyCharacter = 0x1F466;
57 const UChar32 girlCharacter = 0x1F467; 58 const UChar32 girlCharacter = 0x1F467;
58 const UChar32 manCharacter = 0x1F468; 59 const UChar32 manCharacter = 0x1F468;
59 const UChar32 womanCharacter = 0x1F469; 60 const UChar32 womanCharacter = 0x1F469;
60 const UChar32 kissMarkCharacter = 0x1F48B; 61 const UChar32 kissMarkCharacter = 0x1F48B;
61 const UChar32 familyCharacter = 0x1F46A; 62 const UChar32 familyCharacter = 0x1F46A;
(...skipping 17 matching lines...) Expand all
79 const UChar latinCapitalLetterIWithDotAbove = 0x0130; 80 const UChar latinCapitalLetterIWithDotAbove = 0x0130;
80 const UChar latinSmallLetterDotlessI = 0x0131; 81 const UChar latinSmallLetterDotlessI = 0x0131;
81 const UChar leftDoubleQuotationMarkCharacter = 0x201C; 82 const UChar leftDoubleQuotationMarkCharacter = 0x201C;
82 const UChar leftSingleQuotationMarkCharacter = 0x2018; 83 const UChar leftSingleQuotationMarkCharacter = 0x2018;
83 const UChar32 leftSpeechBubbleCharacter = 0x1F5E8; 84 const UChar32 leftSpeechBubbleCharacter = 0x1F5E8;
84 const UChar leftToRightEmbedCharacter = 0x202A; 85 const UChar leftToRightEmbedCharacter = 0x202A;
85 const UChar leftToRightIsolateCharacter = 0x2066; 86 const UChar leftToRightIsolateCharacter = 0x2066;
86 const UChar leftToRightMarkCharacter = 0x200E; 87 const UChar leftToRightMarkCharacter = 0x200E;
87 const UChar leftToRightOverrideCharacter = 0x202D; 88 const UChar leftToRightOverrideCharacter = 0x202D;
88 const UChar lineSeparator = 0x2028; 89 const UChar lineSeparator = 0x2028;
90 const UChar lineTabulationCharacter = 0x000B;
89 const UChar lowLineCharacter = 0x005F; 91 const UChar lowLineCharacter = 0x005F;
90 const UChar maleSignCharacter = 0x2642; 92 const UChar maleSignCharacter = 0x2642;
91 const UChar minusSignCharacter = 0x2212; 93 const UChar minusSignCharacter = 0x2212;
92 const UChar newlineCharacter = 0x000A; 94 const UChar newlineCharacter = 0x000A;
93 const UChar formFeedCharacter = 0x000C; 95 const UChar formFeedCharacter = 0x000C;
94 const UChar nationalDigitShapesCharacter = 0x206E; 96 const UChar nationalDigitShapesCharacter = 0x206E;
95 const UChar nominalDigitShapesCharacter = 0x206F; 97 const UChar nominalDigitShapesCharacter = 0x206F;
96 const UChar noBreakSpaceCharacter = 0x00A0; 98 const UChar noBreakSpaceCharacter = 0x00A0;
97 const UChar objectReplacementCharacter = 0xFFFC; 99 const UChar objectReplacementCharacter = 0xFFFC;
98 const UChar paragraphSeparator = 0x2029; 100 const UChar paragraphSeparator = 0x2029;
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 using WTF::Unicode::whiteSesameDotCharacter; 215 using WTF::Unicode::whiteSesameDotCharacter;
214 using WTF::Unicode::whiteUpPointingTriangleCharacter; 216 using WTF::Unicode::whiteUpPointingTriangleCharacter;
215 using WTF::Unicode::yenSignCharacter; 217 using WTF::Unicode::yenSignCharacter;
216 using WTF::Unicode::zeroWidthJoinerCharacter; 218 using WTF::Unicode::zeroWidthJoinerCharacter;
217 using WTF::Unicode::zeroWidthNonJoinerCharacter; 219 using WTF::Unicode::zeroWidthNonJoinerCharacter;
218 using WTF::Unicode::zeroWidthSpaceCharacter; 220 using WTF::Unicode::zeroWidthSpaceCharacter;
219 using WTF::Unicode::zeroWidthNoBreakSpaceCharacter; 221 using WTF::Unicode::zeroWidthNoBreakSpaceCharacter;
220 using WTF::Unicode::kMaxCodepoint; 222 using WTF::Unicode::kMaxCodepoint;
221 223
222 #endif // CharacterNames_h 224 #endif // CharacterNames_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698