OLD | NEW |
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 const UChar rightToLeftIsolateCharacter = 0x2067; | 91 const UChar rightToLeftIsolateCharacter = 0x2067; |
92 const UChar rightToLeftMarkCharacter = 0x200F; | 92 const UChar rightToLeftMarkCharacter = 0x200F; |
93 const UChar rightToLeftOverrideCharacter = 0x202E; | 93 const UChar rightToLeftOverrideCharacter = 0x202E; |
94 const UChar sesameDotCharacter = 0xFE45; | 94 const UChar sesameDotCharacter = 0xFE45; |
95 const UChar smallLetterSharpSCharacter = 0x00DF; | 95 const UChar smallLetterSharpSCharacter = 0x00DF; |
96 const UChar softHyphenCharacter = 0x00AD; | 96 const UChar softHyphenCharacter = 0x00AD; |
97 const UChar spaceCharacter = 0x0020; | 97 const UChar spaceCharacter = 0x0020; |
98 const UChar tibetanMarkIntersyllabicTshegCharacter = 0x0F0B; | 98 const UChar tibetanMarkIntersyllabicTshegCharacter = 0x0F0B; |
99 const UChar tibetanMarkDelimiterTshegBstarCharacter = 0x0F0C; | 99 const UChar tibetanMarkDelimiterTshegBstarCharacter = 0x0F0C; |
100 const UChar32 ugariticWordDividerCharacter = 0x1039F; | 100 const UChar32 ugariticWordDividerCharacter = 0x1039F; |
| 101 const UChar variationSelector15Character = 0xFE0E; |
| 102 const UChar variationSelector16Character = 0xFE0F; |
101 const UChar whiteBulletCharacter = 0x25E6; | 103 const UChar whiteBulletCharacter = 0x25E6; |
102 const UChar whiteCircleCharacter = 0x25CB; | 104 const UChar whiteCircleCharacter = 0x25CB; |
103 const UChar whiteSesameDotCharacter = 0xFE46; | 105 const UChar whiteSesameDotCharacter = 0xFE46; |
104 const UChar whiteUpPointingTriangleCharacter = 0x25B3; | 106 const UChar whiteUpPointingTriangleCharacter = 0x25B3; |
105 const UChar yenSignCharacter = 0x00A5; | 107 const UChar yenSignCharacter = 0x00A5; |
106 const UChar zeroWidthJoinerCharacter = 0x200D; | 108 const UChar zeroWidthJoinerCharacter = 0x200D; |
107 const UChar zeroWidthNonJoinerCharacter = 0x200C; | 109 const UChar zeroWidthNonJoinerCharacter = 0x200C; |
108 const UChar zeroWidthSpaceCharacter = 0x200B; | 110 const UChar zeroWidthSpaceCharacter = 0x200B; |
109 const UChar zeroWidthNoBreakSpaceCharacter = 0xFEFF; | 111 const UChar zeroWidthNoBreakSpaceCharacter = 0xFEFF; |
110 const UChar32 kMaxCodepoint = 0x10ffff; | 112 const UChar32 kMaxCodepoint = 0x10ffff; |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 using WTF::Unicode::rightToLeftIsolateCharacter; | 169 using WTF::Unicode::rightToLeftIsolateCharacter; |
168 using WTF::Unicode::rightToLeftMarkCharacter; | 170 using WTF::Unicode::rightToLeftMarkCharacter; |
169 using WTF::Unicode::rightToLeftOverrideCharacter; | 171 using WTF::Unicode::rightToLeftOverrideCharacter; |
170 using WTF::Unicode::sesameDotCharacter; | 172 using WTF::Unicode::sesameDotCharacter; |
171 using WTF::Unicode::smallLetterSharpSCharacter; | 173 using WTF::Unicode::smallLetterSharpSCharacter; |
172 using WTF::Unicode::softHyphenCharacter; | 174 using WTF::Unicode::softHyphenCharacter; |
173 using WTF::Unicode::spaceCharacter; | 175 using WTF::Unicode::spaceCharacter; |
174 using WTF::Unicode::tibetanMarkIntersyllabicTshegCharacter; | 176 using WTF::Unicode::tibetanMarkIntersyllabicTshegCharacter; |
175 using WTF::Unicode::tibetanMarkDelimiterTshegBstarCharacter; | 177 using WTF::Unicode::tibetanMarkDelimiterTshegBstarCharacter; |
176 using WTF::Unicode::ugariticWordDividerCharacter; | 178 using WTF::Unicode::ugariticWordDividerCharacter; |
| 179 using WTF::Unicode::variationSelector15Character; |
| 180 using WTF::Unicode::variationSelector16Character; |
177 using WTF::Unicode::whiteBulletCharacter; | 181 using WTF::Unicode::whiteBulletCharacter; |
178 using WTF::Unicode::whiteCircleCharacter; | 182 using WTF::Unicode::whiteCircleCharacter; |
179 using WTF::Unicode::whiteSesameDotCharacter; | 183 using WTF::Unicode::whiteSesameDotCharacter; |
180 using WTF::Unicode::whiteUpPointingTriangleCharacter; | 184 using WTF::Unicode::whiteUpPointingTriangleCharacter; |
181 using WTF::Unicode::yenSignCharacter; | 185 using WTF::Unicode::yenSignCharacter; |
182 using WTF::Unicode::zeroWidthJoinerCharacter; | 186 using WTF::Unicode::zeroWidthJoinerCharacter; |
183 using WTF::Unicode::zeroWidthNonJoinerCharacter; | 187 using WTF::Unicode::zeroWidthNonJoinerCharacter; |
184 using WTF::Unicode::zeroWidthSpaceCharacter; | 188 using WTF::Unicode::zeroWidthSpaceCharacter; |
185 using WTF::Unicode::zeroWidthNoBreakSpaceCharacter; | 189 using WTF::Unicode::zeroWidthNoBreakSpaceCharacter; |
186 using WTF::Unicode::kMaxCodepoint; | 190 using WTF::Unicode::kMaxCodepoint; |
187 | 191 |
188 #endif // CharacterNames_h | 192 #endif // CharacterNames_h |
OLD | NEW |