• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WTF-7600.1.24/wtf/unicode/

Lines Matching refs:UChar

36 // Most of these are UChar constants, not UChar32, which makes them
39 const UChar AppleLogo = 0xF8FF;
42 const UChar apostrophe = 0x0027;
43 const UChar blackCircle = 0x25CF;
44 const UChar blackSquare = 0x25A0;
45 const UChar blackUpPointingTriangle = 0x25B2;
46 const UChar bullet = 0x2022;
47 const UChar bullseye = 0x25CE;
48 const UChar carriageReturn = 0x000D;
49 const UChar ethiopicPrefaceColon = 0x1366;
50 const UChar ethiopicWordspace = 0x1361;
51 const UChar fisheye = 0x25C9;
52 const UChar quotationMark = 0x0022;
53 const UChar hebrewPunctuationGeresh = 0x05F3;
54 const UChar hebrewPunctuationGershayim = 0x05F4;
55 const UChar HiraganaLetterSmallA = 0x3041;
56 const UChar horizontalEllipsis = 0x2026;
57 const UChar hyphen = 0x2010;
58 const UChar hyphenMinus = 0x002D;
59 const UChar ideographicComma = 0x3001;
60 const UChar ideographicFullStop = 0x3002;
61 const UChar ideographicSpace = 0x3000;
62 const UChar leftDoubleQuotationMark = 0x201C;
63 const UChar leftSingleQuotationMark = 0x2018;
64 const UChar leftToRightEmbed = 0x202A;
65 const UChar leftToRightMark = 0x200E;
66 const UChar leftToRightOverride = 0x202D;
67 const UChar minusSign = 0x2212;
68 const UChar newlineCharacter = 0x000A;
69 const UChar noBreakSpace = 0x00A0;
70 const UChar objectReplacementCharacter = 0xFFFC;
71 const UChar popDirectionalFormatting = 0x202C;
72 const UChar replacementCharacter = 0xFFFD;
73 const UChar rightDoubleQuotationMark = 0x201D;
74 const UChar rightSingleQuotationMark = 0x2019;
75 const UChar rightToLeftEmbed = 0x202B;
76 const UChar rightToLeftMark = 0x200F;
77 const UChar rightToLeftOverride = 0x202E;
78 const UChar sesameDot = 0xFE45;
79 const UChar smallLetterSharpS = 0x00DF;
80 const UChar softHyphen = 0x00AD;
81 const UChar space = 0x0020;
82 const UChar tibetanMarkIntersyllabicTsheg = 0x0F0B;
83 const UChar tibetanMarkDelimiterTshegBstar = 0x0F0C;
85 const UChar whiteBullet = 0x25E6;
86 const UChar whiteCircle = 0x25CB;
87 const UChar whiteSesameDot = 0xFE46;
88 const UChar whiteUpPointingTriangle = 0x25B3;
89 const UChar yenSign = 0x00A5;
90 const UChar zeroWidthJoiner = 0x200D;
91 const UChar zeroWidthNonJoiner = 0x200C;
92 const UChar zeroWidthSpace = 0x200B;
93 const UChar zeroWidthNoBreakSpace = 0xFEFF;