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

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

Issue 509373002: This is code readability patch, No Layout Test case needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing order 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/harfbuzz/HarfBuzzShaper.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 26 matching lines...) Expand all
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 UChar32 aegeanWordSeparatorLine = 0x10100; 39 const UChar32 aegeanWordSeparatorLine = 0x10100;
40 const UChar32 aegeanWordSeparatorDot = 0x10101; 40 const UChar32 aegeanWordSeparatorDot = 0x10101;
41 const UChar blackCircle = 0x25CF; 41 const UChar blackCircle = 0x25CF;
42 const UChar blackSquare = 0x25A0; 42 const UChar blackSquare = 0x25A0;
43 const UChar blackUpPointingTriangle = 0x25B2; 43 const UChar blackUpPointingTriangle = 0x25B2;
44 const UChar bullet = 0x2022; 44 const UChar bullet = 0x2022;
45 const UChar bullseye = 0x25CE; 45 const UChar bullseye = 0x25CE;
46 const UChar carriageReturn = 0x000D; 46 const UChar carriageReturn = 0x000D;
47 const UChar characterTabulation = 0x0009;
47 const UChar ethiopicPrefaceColon = 0x1366; 48 const UChar ethiopicPrefaceColon = 0x1366;
48 const UChar ethiopicWordspace = 0x1361; 49 const UChar ethiopicWordspace = 0x1361;
49 const UChar fisheye = 0x25C9; 50 const UChar fisheye = 0x25C9;
50 const UChar hebrewPunctuationGeresh = 0x05F3; 51 const UChar hebrewPunctuationGeresh = 0x05F3;
51 const UChar hebrewPunctuationGershayim = 0x05F4; 52 const UChar hebrewPunctuationGershayim = 0x05F4;
52 const UChar HiraganaLetterSmallA = 0x3041; 53 const UChar HiraganaLetterSmallA = 0x3041;
53 const UChar horizontalEllipsis = 0x2026; 54 const UChar horizontalEllipsis = 0x2026;
54 const UChar hyphen = 0x2010; 55 const UChar hyphen = 0x2010;
55 const UChar hyphenMinus = 0x002D; 56 const UChar hyphenMinus = 0x002D;
56 const UChar ideographicComma = 0x3001; 57 const UChar ideographicComma = 0x3001;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 } // namespace WTF 94 } // namespace WTF
94 95
95 using WTF::Unicode::aegeanWordSeparatorLine; 96 using WTF::Unicode::aegeanWordSeparatorLine;
96 using WTF::Unicode::aegeanWordSeparatorDot; 97 using WTF::Unicode::aegeanWordSeparatorDot;
97 using WTF::Unicode::blackCircle; 98 using WTF::Unicode::blackCircle;
98 using WTF::Unicode::blackSquare; 99 using WTF::Unicode::blackSquare;
99 using WTF::Unicode::blackUpPointingTriangle; 100 using WTF::Unicode::blackUpPointingTriangle;
100 using WTF::Unicode::bullet; 101 using WTF::Unicode::bullet;
101 using WTF::Unicode::bullseye; 102 using WTF::Unicode::bullseye;
102 using WTF::Unicode::carriageReturn; 103 using WTF::Unicode::carriageReturn;
104 using WTF::Unicode::characterTabulation;
103 using WTF::Unicode::ethiopicPrefaceColon; 105 using WTF::Unicode::ethiopicPrefaceColon;
104 using WTF::Unicode::ethiopicWordspace; 106 using WTF::Unicode::ethiopicWordspace;
105 using WTF::Unicode::fisheye; 107 using WTF::Unicode::fisheye;
106 using WTF::Unicode::hebrewPunctuationGeresh; 108 using WTF::Unicode::hebrewPunctuationGeresh;
107 using WTF::Unicode::hebrewPunctuationGershayim; 109 using WTF::Unicode::hebrewPunctuationGershayim;
108 using WTF::Unicode::HiraganaLetterSmallA; 110 using WTF::Unicode::HiraganaLetterSmallA;
109 using WTF::Unicode::horizontalEllipsis; 111 using WTF::Unicode::horizontalEllipsis;
110 using WTF::Unicode::hyphen; 112 using WTF::Unicode::hyphen;
111 using WTF::Unicode::hyphenMinus; 113 using WTF::Unicode::hyphenMinus;
112 using WTF::Unicode::ideographicComma; 114 using WTF::Unicode::ideographicComma;
(...skipping 25 matching lines...) Expand all
138 using WTF::Unicode::whiteCircle; 140 using WTF::Unicode::whiteCircle;
139 using WTF::Unicode::whiteSesameDot; 141 using WTF::Unicode::whiteSesameDot;
140 using WTF::Unicode::whiteUpPointingTriangle; 142 using WTF::Unicode::whiteUpPointingTriangle;
141 using WTF::Unicode::yenSign; 143 using WTF::Unicode::yenSign;
142 using WTF::Unicode::zeroWidthJoiner; 144 using WTF::Unicode::zeroWidthJoiner;
143 using WTF::Unicode::zeroWidthNonJoiner; 145 using WTF::Unicode::zeroWidthNonJoiner;
144 using WTF::Unicode::zeroWidthSpace; 146 using WTF::Unicode::zeroWidthSpace;
145 using WTF::Unicode::zeroWidthNoBreakSpace; 147 using WTF::Unicode::zeroWidthNoBreakSpace;
146 148
147 #endif // CharacterNames_h 149 #endif // CharacterNames_h
OLDNEW
« no previous file with comments | « Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698