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

1234567891011>>

/external/icu/icu4c/source/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...]
H A 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)
[all...]
/external/icu/icu4c/source/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];
H A Didnaref.h62 idnaref_toASCII(const UChar* src, int32_t srcLength,
63 UChar* dest, int32_t destCapacity,
100 idnaref_toUnicode(const UChar* src, int32_t srcLength,
101 UChar* dest, int32_t destCapacity,
143 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
144 UChar* dest, int32_t destCapacity,
182 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
183 UChar* dest, int32_t destCapacity,
216 idnaref_compare( const UChar *s1, int32_t length1,
217 const UChar *s
[all...]
/external/icu/icu4c/source/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);
/external/icu/icu4c/source/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];
H A Duchriter.h16 * \brief C++ API: UChar Character Iterator
23 * characters (code units or code points) in a UChar array.
25 * iterator that iterates over an entire UChar array, but also to
26 * create one that iterates over only a subrange of a UChar array
27 * (iterators over different subranges of the same UChar array don't
36 * Create an iterator over the UChar array referred to by "textPtr".
40 * @param textPtr The UChar array to be iterated over
41 * @param length The length of the UChar array
44 UCharCharacterIterator(const UChar* textPtr, int32_t length);
47 * Create an iterator over the UChar arra
[all...]
/external/icu/icu4c/source/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,
H A Dustring.cpp29 /* U+ffff is the highest BMP code point, the highest one that fits into a 16-bit UChar */
40 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
52 U_CAPI UChar * U_EXPORT2
53 u_strFindFirst(const UChar *s, int32_t length,
54 const UChar *sub, int32_t subLength) {
55 const UChar *start, *p, *q, *subLimit;
56 UChar
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_misc.h51 (potentially unaligned) UChar *data buffer.
58 static inline type VGAPPEND(vgModuleLocal_read_,type) ( const UChar* data ) \
62 type VGAPPEND(vgModuleLocal_readUAS_,type) ( const UChar* data )
65 static inline UChar* VGAPPEND(vgModuleLocal_write_,type) ( UChar* ptr, type val ) \
70 UChar* VGAPPEND(vgModuleLocal_writeUAS_,type) ( UChar* ptr, type val )
75 type VGAPPEND(vgModuleLocal_readUAS_,type) ( const UChar* data ); \
76 static inline type VGAPPEND(vgModuleLocal_read_,type) ( const UChar* data ) \
82 UChar* VGAPPEN
[all...]
H A Dpriv_readexidx.h41 UChar* exidx_img, SizeT exidx_size,
42 UChar* extab_img, SizeT extab_size,
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dunicont.h25 virtual int32_t span(const UChar *s, int32_t length);
27 virtual int32_t spanNot(const UChar *s, int32_t length);
29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
31 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
/external/valgrind/none/tests/amd64/
H A Dbug137714-amd64.c6 typedef unsigned char UChar; typedef
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUIn
[all...]
/external/valgrind/none/tests/x86/
H A Dbug137714-x86.c6 typedef unsigned char UChar; typedef
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUIn
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dudatpg.h211 const UChar *skeleton, int32_t length,
212 UChar *bestPattern, int32_t capacity,
247 const UChar *skeleton, int32_t length,
249 UChar *bestPattern, int32_t capacity,
274 const UChar *pattern, int32_t length,
275 UChar *skeleton, int32_t capacity,
303 const UChar *pattern, int32_t length,
304 UChar *baseSkeleton, int32_t capacity,
333 const UChar *pattern, int32_t patternLength,
335 UChar *conflictingPatter
[all...]
H A Dumsg.h56 * UChar *result, *tzID, *str;
57 * UChar pattern[100];
64 * str=(UChar*)malloc(sizeof(UChar) * (strlen("disturbance in force") +1));
66 * tzID=(UChar*)malloc(sizeof(UChar) * 4);
77 * result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
80 * printf("%s\n", austrdup(result) );//austrdup( a function used to convert UChar* to char*)
90 * UChar* st
[all...]
/external/icu/icu4c/source/io/
H A Dufmt_cmn.h27 #define MAX_UCHAR_BUFFER_SIZE(buffer) (sizeof(buffer)/(U16_MAX_LENGTH*sizeof(UChar)))
28 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*U16_MAX_LENGTH*sizeof(UChar))
43 ufmt_uchar, /* int, cast to UChar */
44 ufmt_ustring /* UChar* */
55 int64_t int64Value; /* int, UChar */
58 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */
72 * Convert a UChar in hex radix to an integer value.
73 * @param c The UChar to convert.
77 ufmt_digitvalue(UChar c);
80 * Determine if a UChar i
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.h33 getNote(const UChar* source, int32_t srcLen,
34 UChar** dest, int32_t destCapacity,
37 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status);
40 getDescription( const UChar* source, int32_t srcLen,
41 UChar** dest, int32_t destCapacity,
44 getTranslate( const UChar* source, int32_t srcLen,
45 UChar** dest, int32_t destCapacity,
49 getAt(const UChar* source, int32_t srcLen,
50 UChar** dest, int32_t destCapacity,
56 getCount(const UChar* sourc
[all...]

Completed in 528 milliseconds

1234567891011>>