/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | encoll.c | 37 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' */,… 40 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… 41 …UChar)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}, 45 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… 46 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… [all …]
|
/external/icu4c/test/cintltst/ |
D | encoll.c | 37 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' */,… 40 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… 41 …UChar)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}, 45 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… 46 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… [all …]
|
D | cdtrgtst.c | 52 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 …]
|
/external/icu4c/test/intltest/ |
D | encoll.cpp | 29 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' */,… 32 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… 33 …UChar)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}, 37 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… 38 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… [all …]
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | encoll.cpp | 29 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' */,… 32 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… 33 …UChar)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}, 37 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… 38 …UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */,… [all …]
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | selfmtimpl.h | 33 #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 …]
|
D | dtitv_impl.h | 26 #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 …]
|
D | plurrule_impl.h | 32 #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 …]
|
D | dtptngen_impl.h | 29 #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 …]
|
D | umsg_imp.h | 24 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/icu4c/i18n/ |
D | selfmtimpl.h | 28 #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)0x002D) [all …]
|
D | dtitv_impl.h | 26 #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 …]
|
D | plurrule_impl.h | 29 #define DOT ((UChar)0x002E) 30 #define SINGLE_QUOTE ((UChar)0x0027) 31 #define SLASH ((UChar)0x002F) 32 #define BACKSLASH ((UChar)0x005C) 33 #define SPACE ((UChar)0x0020) 34 #define QUOTATION_MARK ((UChar)0x0022) 35 #define NUMBER_SIGN ((UChar)0x0023) 36 #define ASTERISK ((UChar)0x002A) 37 #define COMMA ((UChar)0x002C) 38 #define HYPHEN ((UChar)0x002D) [all …]
|
D | dtptngen_impl.h | 29 #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 …]
|
D | umsg_imp.h | 24 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/icu4c/common/unicode/ |
D | ustring.h | 91 u_strlen(const UChar *s); 108 u_countChar32(const UChar *s, int32_t length); 129 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number); 141 U_STABLE UChar* U_EXPORT2 142 u_strcat(UChar *dst, 143 const UChar *src); 159 U_STABLE UChar* U_EXPORT2 160 u_strncat(UChar *dst, 161 const UChar *src, 184 U_STABLE UChar * U_EXPORT2 [all …]
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ustring.h | 86 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/chromium_org/third_party/WebKit/Source/wtf/unicode/ |
D | CharacterNames.h | 41 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/valgrind/main/VEX/priv/ |
D | host_s390_defs.c | 1012 static __inline__ UChar * 1013 emit_2bytes(UChar *p, ULong val) in emit_2bytes() 1015 return (UChar *)__builtin_memcpy(p, ((UChar *)&val) + 6, 2) + 2; in emit_2bytes() 1019 static __inline__ UChar * 1020 emit_4bytes(UChar *p, ULong val) in emit_4bytes() 1022 return (UChar *)__builtin_memcpy(p, ((UChar *)&val) + 4, 4) + 4; in emit_4bytes() 1026 static __inline__ UChar * 1027 emit_6bytes(UChar *p, ULong val) in emit_6bytes() 1029 return (UChar *)__builtin_memcpy(p, ((UChar *)&val) + 2, 6) + 6; in emit_6bytes() 1037 static UChar * [all …]
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_misc.h | 43 UChar* ML_(dinfo_strdup)( HChar* cc, const UChar* str ); 44 UChar* ML_(dinfo_memdup)( HChar* cc, UChar* str, SizeT nStr ); 47 Short ML_(read_Short)( UChar* data ); 48 Int ML_(read_Int)( UChar* data ); 49 Long ML_(read_Long)( UChar* data ); 50 UShort ML_(read_UShort)( UChar* data ); 51 UWord ML_(read_UWord)( UChar* data ); 52 UInt ML_(read_UInt)( UChar* data ); 53 ULong ML_(read_ULong)( UChar* data ); 54 UChar ML_(read_UChar)( UChar* data ); [all …]
|
D | priv_storage.h | 69 UChar* pri_name; /* primary name, never NULL */ 70 UChar** sec_names; /* NULL, or a NULL term'd array of other names */ 110 UChar* filename; /* source filename */ 112 UChar* dirname; /* source directory name */ 179 #define CFIC_IA_SPREL ((UChar)1) 180 #define CFIC_IA_BPREL ((UChar)2) 181 #define CFIC_IA_EXPR ((UChar)3) 182 #define CFIC_ARM_R13REL ((UChar)4) 183 #define CFIC_ARM_R12REL ((UChar)5) 184 #define CFIC_ARM_R11REL ((UChar)6) [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | ustring.c | 39 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 …]
|
D | ucnv_err.c | 58 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 …]
|
/external/icu4c/common/ |
D | ustring.cpp | 40 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary() 52 U_CAPI UChar * U_EXPORT2 53 u_strFindFirst(const UChar *s, int32_t length, in u_strFindFirst() 54 const UChar *sub, int32_t subLength) { in u_strFindFirst() 55 const UChar *start, *p, *q, *subLimit; in u_strFindFirst() 56 UChar c, cs, cq; in u_strFindFirst() 59 return (UChar *)s; in u_strFindFirst() 70 return (UChar *)s; in u_strFindFirst() 85 return (UChar *)(s-1); /* well-formed match */ in u_strFindFirst() 110 return (UChar *)s; in u_strFindFirst() [all …]
|
D | ucnv_err.c | 58 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 …]
|