Home
last modified time | relevance | path

Searched refs:UChar (Results 1 – 25 of 1426) sorted by relevance

12345678910>>...58

/external/icu4c/test/cintltst/
Dencoll.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
38 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
39UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
40UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
41UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
42 …{(UChar)0x0048 /* 'H' */, (UChar)0x0065 /* 'e' */, (UChar)0x006C /* 'l' */, (UChar)0x006C /* 'l' *…
43 {(UChar)0x0041 /* 'A' */, (UChar)0x0042 /* 'B' */, (UChar)0x0043 /* 'C' */, 0},
44 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, (UChar)0x0063 /* 'c' */, 0},
45UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
46UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
[all …]
Dcdtrgtst.c52 UChar *fmdt, *todayS, *rt; in Test4029195()
53 UChar *pat=NULL; in Test4029195()
54 UChar *temp; in Test4029195()
75 pat=(UChar*)malloc(sizeof(UChar) * resultlength); in Test4029195()
90 temp=(UChar*)malloc(sizeof(UChar) * 10); in Test4029195()
131 UChar s[10]; in Test4056591()
132 UChar *gotdate, *expdate; in Test4056591()
133 UChar pat[10]; in Test4056591()
205 UChar *myDate; in Test4059917()
207 UChar pattern[11]; in Test4059917()
[all …]
Dcmsgtst.c48 static UChar* testCasePatterns[5];
50 static UChar* testResultStrings[5];
63 testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) * strSize); in InitStrings()
68 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize); in InitStrings()
103 UChar *str; in MessageFormatTest()
104 UChar* result; in MessageFormatTest()
111 str=(UChar*)malloc(sizeof(UChar) * 7); in MessageFormatTest()
114 result=(UChar*)malloc(sizeof(UChar) * 1); in MessageFormatTest()
126 result=(UChar*)realloc(result,sizeof(UChar) * resultlength); in MessageFormatTest()
158 result=(UChar*)malloc(sizeof(UChar) * resultlength); in MessageFormatTest()
[all …]
/external/icu4c/test/intltest/
Dencoll.cpp29 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = {
30 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
31UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
32UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
33UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
34 …{(UChar)0x0048 /* 'H' */, (UChar)0x0065 /* 'e' */, (UChar)0x006C /* 'l' */, (UChar)0x006C /* 'l' *…
35 {(UChar)0x0041 /* 'A' */, (UChar)0x0042 /* 'B' */, (UChar)0x0043 /* 'C' */, 0},
36 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, (UChar)0x0063 /* 'c' */, 0},
37UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
38UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,…
[all …]
/external/icu4c/i18n/
Dselfmtimpl.h33 #define DOT ((UChar)0x002E)
34 #define SINGLE_QUOTE ((UChar)0x0027)
35 #define SLASH ((UChar)0x002F)
36 #define BACKSLASH ((UChar)0x005C)
37 #define SPACE ((UChar)0x0020)
38 #define TAB ((UChar)0x0009)
39 #define QUOTATION_MARK ((UChar)0x0022)
40 #define ASTERISK ((UChar)0x002A)
41 #define COMMA ((UChar)0x002C)
42 #define HYPHEN ((UChar)0x002D)
[all …]
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)0x0061)
[all …]
Dplurrule_impl.h32 #define DOT ((UChar)0x002E)
33 #define SINGLE_QUOTE ((UChar)0x0027)
34 #define SLASH ((UChar)0x002F)
35 #define BACKSLASH ((UChar)0x005C)
36 #define SPACE ((UChar)0x0020)
37 #define QUOTATION_MARK ((UChar)0x0022)
38 #define NUMBER_SIGN ((UChar)0x0023)
39 #define ASTERISK ((UChar)0x002A)
40 #define COMMA ((UChar)0x002C)
41 #define HYPHEN ((UChar)0x002D)
[all …]
Ddtptngen_impl.h29 #define SINGLE_QUOTE ((UChar)0x0027)
30 #define FORWARDSLASH ((UChar)0x002F)
31 #define BACKSLASH ((UChar)0x005C)
32 #define SPACE ((UChar)0x0020)
33 #define QUOTATION_MARK ((UChar)0x0022)
34 #define ASTERISK ((UChar)0x002A)
35 #define PLUSSITN ((UChar)0x002B)
36 #define COMMA ((UChar)0x002C)
37 #define HYPHEN ((UChar)0x002D)
38 #define DOT ((UChar)0x002E)
[all …]
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_integer[];
[all …]
/external/webkit/Source/WebKit/mac/icu/unicode/
Dustring.h81 u_strlen(const UChar *s);
97 u_countChar32(const UChar *s, int32_t length);
118 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
130 U_STABLE UChar* U_EXPORT2
131 u_strcat(UChar *dst,
132 const UChar *src);
148 U_STABLE UChar* U_EXPORT2
149 u_strncat(UChar *dst,
150 const UChar *src,
173 U_STABLE UChar * U_EXPORT2
[all …]
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dustring.h81 u_strlen(const UChar *s);
97 u_countChar32(const UChar *s, int32_t length);
118 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
130 U_STABLE UChar* U_EXPORT2
131 u_strcat(UChar *dst,
132 const UChar *src);
148 U_STABLE UChar* U_EXPORT2
149 u_strncat(UChar *dst,
150 const UChar *src,
173 U_STABLE UChar * U_EXPORT2
[all …]
/external/webkit/Source/WebCore/icu/unicode/
Dustring.h81 u_strlen(const UChar *s);
97 u_countChar32(const UChar *s, int32_t length);
118 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
130 U_STABLE UChar* U_EXPORT2
131 u_strcat(UChar *dst,
132 const UChar *src);
148 U_STABLE UChar* U_EXPORT2
149 u_strncat(UChar *dst,
150 const UChar *src,
173 U_STABLE UChar * U_EXPORT2
[all …]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h81 u_strlen(const UChar *s);
97 u_countChar32(const UChar *s, int32_t length);
118 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
130 U_STABLE UChar* U_EXPORT2
131 u_strcat(UChar *dst,
132 const UChar *src);
148 U_STABLE UChar* U_EXPORT2
149 u_strncat(UChar *dst,
150 const UChar *src,
173 U_STABLE UChar * U_EXPORT2
[all …]
/external/icu4c/common/unicode/
Dustring.h86 u_strlen(const UChar *s);
103 u_countChar32(const UChar *s, int32_t length);
124 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
136 U_STABLE UChar* U_EXPORT2
137 u_strcat(UChar *dst,
138 const UChar *src);
154 U_STABLE UChar* U_EXPORT2
155 u_strncat(UChar *dst,
156 const UChar *src,
179 U_STABLE UChar * U_EXPORT2
[all …]
/external/webkit/Source/JavaScriptCore/wtf/unicode/
DCharacterNames.h41 const UChar blackCircle = 0x25CF;
42 const UChar blackSquare = 0x25A0;
43 const UChar blackUpPointingTriangle = 0x25B2;
44 const UChar bullet = 0x2022;
45 const UChar bullseye = 0x25CE;
46 const UChar carriageReturn = 0x000D;
47 const UChar ethiopicPrefaceColon = 0x1366;
48 const UChar ethiopicWordspace = 0x1361;
49 const UChar fisheye = 0x25C9;
50 const UChar hebrewPunctuationGeresh = 0x05F3;
[all …]
/external/icu4c/common/
Dustring.c39 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary()
51 U_CAPI UChar * U_EXPORT2
52 u_strFindFirst(const UChar *s, int32_t length, in u_strFindFirst()
53 const UChar *sub, int32_t subLength) { in u_strFindFirst()
54 const UChar *start, *p, *q, *subLimit; in u_strFindFirst()
55 UChar c, cs, cq; in u_strFindFirst()
58 return (UChar *)s; in u_strFindFirst()
69 return (UChar *)s; in u_strFindFirst()
84 return (UChar *)(s-1); /* well-formed match */ in u_strFindFirst()
109 return (UChar *)s; in u_strFindFirst()
[all …]
Ducnv_err.c58 const UChar* codeUnits, in UCNV_FROM_U_CALLBACK_STOP()
87 const UChar* codeUnits, in UCNV_FROM_U_CALLBACK_SKIP()
108 const UChar* codeUnits, in UCNV_FROM_U_CALLBACK_SUBSTITUTE()
135 const UChar *codeUnits, in UCNV_FROM_U_CALLBACK_ESCAPE()
142 UChar valueString[VALUE_STRING_LENGTH]; in UCNV_FROM_U_CALLBACK_ESCAPE()
146 const UChar *myValueSource = NULL; in UCNV_FROM_U_CALLBACK_ESCAPE()
175 valueString[valueStringLength++] = (UChar) UNICODE_PERCENT_SIGN_CODEPOINT; /* adding % */ in UCNV_FROM_U_CALLBACK_ESCAPE()
176 valueString[valueStringLength++] = (UChar) UNICODE_U_CODEPOINT; /* adding U */ in UCNV_FROM_U_CALLBACK_ESCAPE()
187 valueString[valueStringLength++] = (UChar) UNICODE_RS_CODEPOINT; /* adding \ */ in UCNV_FROM_U_CALLBACK_ESCAPE()
188 valueString[valueStringLength++] = (UChar) UNICODE_U_LOW_CODEPOINT; /* adding u */ in UCNV_FROM_U_CALLBACK_ESCAPE()
[all …]
Dnormalizer2impl.h60 isHangulWithoutJamoT(UChar c) { in isHangulWithoutJamoT()
75 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose()
79 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT); in decompose()
80 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT); in decompose()
84 buffer[2]=(UChar)(JAMO_T_BASE+c2); in decompose()
109 UChar *getStart() { return start; } in getStart()
110 UChar *getLimit() { return limit; } in getLimit()
113 UBool equals(const UChar *start, const UChar *limit) const;
116 void setLastChar(UChar c) { in setLastChar()
122 appendBMP((UChar)c, cc, errorCode) : in append()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
DUnicodeWinCE.cpp30 UChar toLower(UChar c) in toLower()
35 UChar toUpper(UChar c) in toUpper()
40 UChar foldCase(UChar c) in foldCase()
45 bool isPrintableChar(UChar c) in isPrintableChar()
50 bool isSpace(UChar c) in isSpace()
55 bool isLetter(UChar c) in isLetter()
60 bool isUpper(UChar c) in isUpper()
65 bool isLower(UChar c) in isLower()
70 bool isDigit(UChar c) in isDigit()
75 bool isPunct(UChar c) in isPunct()
[all …]
DUnicodeWinCE.h122 bool isSpace(UChar);
123 bool isLetter(UChar);
124 bool isPrintableChar(UChar);
125 bool isUpper(UChar);
126 bool isLower(UChar);
127 bool isPunct(UChar);
128 bool isDigit(UChar);
129 bool isAlphanumeric(UChar);
130 inline bool isSeparatorSpace(UChar c) { return category(c) == Separator_Space; } in isSeparatorSpace()
131 inline bool isHighSurrogate(UChar c) { return (c & 0xfc00) == 0xd800; } in isHighSurrogate()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
DUnicodeBrew.cpp32 UChar toLower(UChar c) in toLower()
37 UChar toUpper(UChar c) in toUpper()
42 UChar foldCase(UChar c) in foldCase()
47 bool isPrintableChar(UChar c) in isPrintableChar()
52 bool isUpper(UChar c) in isUpper()
57 bool isLower(UChar c) in isLower()
62 bool isDigit(UChar c) in isDigit()
67 bool isPunct(UChar c) in isPunct()
72 bool isAlphanumeric(UChar c) in isAlphanumeric()
77 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) in toLower()
[all …]
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h53 UChar *name; /* name */
92 UChar* filename; /* source filename */
94 UChar* dirname; /* source directory name */
145 #define CFIC_IA_SPREL ((UChar)1)
146 #define CFIC_IA_BPREL ((UChar)2)
147 #define CFIC_IA_EXPR ((UChar)3)
148 #define CFIC_ARM_R13REL ((UChar)4)
149 #define CFIC_ARM_R12REL ((UChar)5)
150 #define CFIC_ARM_R11REL ((UChar)6)
151 #define CFIC_ARM_R7REL ((UChar)7)
[all …]
/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.cpp40 bool isDirectiveNameCharacter(UChar c) in isDirectiveNameCharacter()
45 bool isDirectiveValueCharacter(UChar c) in isDirectiveValueCharacter()
50 bool isSourceCharacter(UChar c) in isSourceCharacter()
55 bool isHostCharacter(UChar c) in isHostCharacter()
60 bool isOptionValueCharacter(UChar c) in isOptionValueCharacter()
65 bool isSchemeContinuationCharacter(UChar c) in isSchemeContinuationCharacter()
72 static bool skipExactly(const UChar*& position, const UChar* end, UChar delimiter) in skipExactly()
81 template<bool characterPredicate(UChar)>
82 static bool skipExactly(const UChar*& position, const UChar* end) in skipExactly()
91 static void skipUtil(const UChar*& position, const UChar* end, UChar delimiter) in skipUtil()
[all …]
/external/icu4c/i18n/unicode/
Dudatpg.h209 const UChar *skeleton, int32_t length,
210 UChar *bestPattern, int32_t capacity,
245 const UChar *skeleton, int32_t length,
247 UChar *bestPattern, int32_t capacity,
272 const UChar *pattern, int32_t length,
273 UChar *skeleton, int32_t capacity,
301 const UChar *pattern, int32_t length,
302 UChar *baseSkeleton, int32_t capacity,
331 const UChar *pattern, int32_t patternLength,
333 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
[all …]
Dumsg.h264 const UChar *pattern,
266 UChar *result,
291 const UChar *pattern,
293 UChar *result,
316 const UChar *pattern,
318 const UChar *source,
341 const UChar *pattern,
343 const UChar *source,
370 const UChar *pattern,
372 UChar *result,
[all …]

12345678910>>...58