Searched refs:UChar (Results 1 - 25 of 1298) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dumsg_imp.h24 extern const UChar *g_umsgTypeList[];
25 extern const UChar *g_umsgModifierList[];
26 extern const UChar *g_umsgDateModifierList[];
29 extern const UChar g_umsg_number[];
30 extern const UChar g_umsg_date[];
31 extern const UChar g_umsg_time[];
32 extern const UChar g_umsg_choice[];
34 extern const UChar g_umsg_currency[];
35 extern const UChar g_umsg_percent[];
36 extern const UChar g_umsg_intege
[all...]
H A Ddtitv_impl.h26 #define QUOTE ((UChar)0x0027)
27 #define LOW_LINE ((UChar)0x005F)
28 #define COLON ((UChar)0x003A)
29 #define LEFT_CURLY_BRACKET ((UChar)0x007B)
30 #define RIGHT_CURLY_BRACKET ((UChar)0x007D)
31 #define SPACE ((UChar)0x0020)
32 #define EN_DASH ((UChar)0x2013)
34 #define DIGIT_ZERO ((UChar)0x0030)
35 #define DIGIT_ONE ((UChar)0x0031)
37 #define LOW_A ((UChar)
[all...]
H A Dselfmtimpl.h28 #define DOT ((UChar)0x002E)
29 #define SINGLE_QUOTE ((UChar)0x0027)
30 #define SLASH ((UChar)0x002F)
31 #define BACKSLASH ((UChar)0x005C)
32 #define SPACE ((UChar)0x0020)
33 #define TAB ((UChar)0x0009)
34 #define QUOTATION_MARK ((UChar)0x0022)
35 #define ASTERISK ((UChar)0x002A)
36 #define COMMA ((UChar)0x002C)
37 #define HYPHEN ((UChar)
[all...]
H A Dplurrule_impl.h35 static const UChar DOT = ((UChar)0x002E);
36 static const UChar SINGLE_QUOTE = ((UChar)0x0027);
37 static const UChar SLASH = ((UChar)0x002F);
38 static const UChar BACKSLASH = ((UChar)0x005C);
39 static const UChar SPACE = ((UChar)
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dencoll.cpp29 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = {
30 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
31 {(UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */, (UChar)0x006B /* 'k' */, (UChar)0x002D /* '-' */, (UChar)
[all...]
H A Djacoll.h51 static const UChar testSourceCases[][MAX_TOKEN_LEN];
52 static const UChar testTargetCases[][MAX_TOKEN_LEN];
54 static const UChar testBaseCases[][MAX_TOKEN_LEN];
55 static const UChar testPlainDakutenHandakutenCases[][MAX_TOKEN_LEN];
56 static const UChar testSmallLargeCases[][MAX_TOKEN_LEN];
57 static const UChar testKatakanaHiraganaCases[][MAX_TOKEN_LEN];
58 static const UChar testChooonKigooCases[][MAX_TOKEN_LEN];
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dencoll.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
38 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
39 {(UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */, (UChar)0x006B /* 'k' */, (UChar)0x002D /* '-' */, (UChar)
[all...]
H A Dcformtst.h29 UChar* myDateFormat(UDateFormat *dat, UDate d);
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dustring.h48 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
49 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
71 * a single UChar code unit (i.e., their code point values are <=0xffff).
84 * Determine the length of an array of UChar.
91 u_strlen(const UChar *s);
95 * Count Unicode code points in the length UChar code units of the string.
96 * A code point may occupy either one or two UChar code units.
102 * @param length The number of UChar code units to be checked, or -1 to count all
108 u_countChar32(const UChar *s, int32_t length);
118 * A Unicode code point may occupy either one or two UChar cod
[all...]
H A Dparseerr.h81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
44 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
66 * a single UChar code unit (i.e., their code point values are <=0xffff).
79 * Determine the length of an array of UChar.
86 u_strlen(const UChar *s);
90 * Count Unicode code points in the length UChar code units of the string.
91 * A code point may occupy either one or two UChar code units.
97 * @param length The number of UChar code units to be checked, or -1 to count all
103 u_countChar32(const UChar *s, int32_t length);
113 * A Unicode code point may occupy either one or two UChar cod
[all...]
H A Dparseerr.h81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dustring.h43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
44 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
66 * a single UChar code unit (i.e., their code point values are <=0xffff).
79 * Determine the length of an array of UChar.
86 u_strlen(const UChar *s);
90 * Count Unicode code points in the length UChar code units of the string.
91 * A code point may occupy either one or two UChar code units.
97 * @param length The number of UChar code units to be checked, or -1 to count all
103 u_countChar32(const UChar *s, int32_t length);
113 * A Unicode code point may occupy either one or two UChar cod
[all...]
H A Dparseerr.h81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dustring.h43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
44 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
66 * a single UChar code unit (i.e., their code point values are <=0xffff).
79 * Determine the length of an array of UChar.
86 u_strlen(const UChar *s);
90 * Count Unicode code points in the length UChar code units of the string.
91 * A code point may occupy either one or two UChar code units.
97 * @param length The number of UChar code units to be checked, or -1 to count all
103 u_countChar32(const UChar *s, int32_t length);
113 * A Unicode code point may occupy either one or two UChar cod
[all...]
H A Dparseerr.h81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
44 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
66 * a single UChar code unit (i.e., their code point values are <=0xffff).
79 * Determine the length of an array of UChar.
86 u_strlen(const UChar *s);
90 * Count Unicode code points in the length UChar code units of the string.
91 * A code point may occupy either one or two UChar code units.
97 * @param length The number of UChar code units to be checked, or -1 to count all
103 u_countChar32(const UChar *s, int32_t length);
113 * A Unicode code point may occupy either one or two UChar cod
[all...]
H A Dparseerr.h81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dpatternprops.h62 static const UChar *skipWhiteSpace(const UChar *s, int32_t length);
67 static const UChar *trimWhiteSpace(const UChar *s, int32_t &length);
74 static UBool isIdentifier(const UChar *s, int32_t length);
81 static const UChar *skipIdentifier(const UChar *s, int32_t length);
H A Dpunycode.h48 * @param caseFlags Vector of boolean values, one per input UChar,
67 u_strToPunycode(const UChar *src, int32_t srcLength,
68 UChar *dest, int32_t destCapacity,
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
103 UChar *dest, int32_t destCapacity,
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASService.h88 static TIASElement *tIASElement(const UChar* theBytes, ULong length); // create with NBytes value
89 static TIASElement *tIASElement(const UChar* theString, UChar charSet, ULong length); // create with string
103 Boolean init_with_nbytes(const UChar* theBytes, ULong length);
104 Boolean init_with_string(const UChar* theString, UChar charSet, ULong length);
108 Boolean SetNBytes(const UChar* theBytes, ULong length);
109 Boolean SetString(const UChar* theString, UChar charSet, ULong length);
129 Boolean Init(const UChar* nam
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DParserUtilities.h29 inline bool skipString(const UChar*& ptr, const UChar* end, const UChar* name, int length)
33 if (memcmp(name, ptr, sizeof(UChar) * length))
39 inline bool skipString(const UChar*& ptr, const UChar* end, const char* str)
/macosx-10.10/WTF-7600.1.24/wtf/unicode/
H A DCharacterNames.h36 // 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 ethiopicPrefaceColo
[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLEntityParser.h34 bool consumeHTMLEntity(SegmentedString&, StringBuilder& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter = '\0');
37 size_t decodeNamedEntityToUCharArray(const char*, UChar result[4]);
/macosx-10.10/WebCore-7600.1.25/platform/text/icu/
H A DUTextProviderUTF16.h33 UText* openUTF16ContextAwareUTextProvider(UText*, const UChar*, unsigned length, const UChar* priorContext, int priorContextLength, UErrorCode*);

Completed in 492 milliseconds

1234567891011>>