Searched refs:UChar (Results 51 - 75 of 924) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/io/unicode/
H A Dustdio.h145 <tr><td>%S</td><td>UChar *</td><td>UChar *</td><td>Null terminated UTF-16 string</td></tr>
146 <tr><td>%C</td><td>UChar</td><td>UChar</td><td>16-bit Unicode code unit<br>
147 When width is specified for scanf, this acts like a non-NULL-terminated UChar * string<br>
149 <tr><td>%[]</td><td>&nbsp;</td><td>UChar *</td><td>Null terminated UTF-16 string which contains the filtered set of characters specified by the UnicodeSet</td></tr>
248 * Open a UFILE with a UChar* filename
265 u_fopen_u(const UChar *filename,
328 u_fstropen(UChar *stringBuf,
528 u_printf_u(const UChar *patternSpecificatio
[all...]
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c33 uprint(const UChar *s,
41 const UChar *mySource;
42 const UChar *mySourceEnd;
121 const UChar *msg;
127 UChar result[4096];
193 UChar **gInfoMessages = NULL;
195 UChar **gErrMessages = NULL;
197 static const UChar *fetchErrorName(UErrorCode err)
200 gInfoMessages = (UChar **)malloc((U_ERROR_WARNING_LIMIT-U_ERROR_WARNING_START)*sizeof(UChar*));
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h207 unorm_normalize(const UChar *source, int32_t sourceLength,
209 UChar *result, int32_t resultLength,
233 unorm_quickCheck(const UChar *source, int32_t sourcelength,
254 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
280 unorm_isNormalized(const UChar *src, int32_t srcLength,
302 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
381 UChar *dest, int32_t destCapacity,
414 UChar *dest, int32_t destCapacity,
457 unorm_concatenate(const UChar *left, int32_t leftLength,
458 const UChar *righ
[all...]
H A Duidna.h233 const UChar *label, int32_t length,
234 UChar *dest, int32_t capacity,
260 const UChar *label, int32_t length,
261 UChar *dest, int32_t capacity,
289 const UChar *name, int32_t length,
290 UChar *dest, int32_t capacity,
316 const UChar *name, int32_t length,
317 UChar *dest, int32_t capacity,
542 * @param src Input UChar array containing label in Unicode.
544 * @param dest Output UChar arra
[all...]
H A Durep.h54 * Function pointer that returns the number of UChar code units in
64 * Function pointer that returns a UChar code units at the given
70 * @param offset The index at which to fetch the UChar (code unit).
71 * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds.
74 UChar (*charAt)(const UReplaceable* rep,
109 const UChar* text,
128 UChar* dst);
H A Ducat.h141 * @return a pointer to a zero-terminated UChar array which lives in
150 U_STABLE const UChar* U_EXPORT2
152 const UChar* s,
/external/icu/icu4c/source/i18n/unicode/
H A Ducurr.h82 UChar* buff,
126 ucurr_register(const UChar* isoCode,
161 U_STABLE const UChar* U_EXPORT2
162 ucurr_getName(const UChar* currency,
185 U_STABLE const UChar* U_EXPORT2
186 ucurr_getPluralName(const UChar* currency,
204 ucurr_getDefaultFractionDigits(const UChar* currency,
219 ucurr_getDefaultFractionDigitsForUsage(const UChar* currency,
235 ucurr_getRoundingIncrement(const UChar* currency,
250 ucurr_getRoundingIncrementForUsage(const UChar* currenc
[all...]
H A Dudateintervalformat.h108 const UChar* skeleton,
110 const UChar* tzID,
174 UChar* result,
/external/icu/icu4c/source/i18n/
H A Dutf16collationiterator.h35 const UChar *s, const UChar *p, const UChar *lim)
39 UTF16CollationIterator(const UTF16CollationIterator &other, const UChar *newText);
49 void setText(const UChar *s, const UChar *lim) {
67 virtual UChar handleGetTrailSurrogate();
77 const UChar *start, *pos, *limit;
86 const UChar *s, const UChar *
[all...]
H A Dregextxt.cpp17 U_CFUNC UChar U_CALLCONV
35 return (UChar)c;
41 U_CFUNC UChar U_CALLCONV
43 return ((UChar *)context)[offset];
H A Dwintzimpl.h32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_storage.h230 #define CFIC_IA_SPREL ((UChar)1)
231 #define CFIC_IA_BPREL ((UChar)2)
232 #define CFIC_ARM_R13REL ((UChar)3)
233 #define CFIC_ARM_R12REL ((UChar)4)
234 #define CFIC_ARM_R11REL ((UChar)5)
235 #define CFIC_ARM_R7REL ((UChar)6)
236 #define CFIC_ARM64_SPREL ((UChar)7)
237 #define CFIC_ARM64_X29REL ((UChar)8)
238 #define CFIC_EXPR ((UChar)9) /* all targets */
240 #define CFIR_UNKNOWN ((UChar)6
[all...]
/external/valgrind/VEX/priv/
H A Dhost_s390_defs.c1217 static __inline__ UChar *
1218 emit_2bytes(UChar *p, ULong val)
1220 return (UChar *)__builtin_memcpy(p, ((UChar *)&val) + 6, 2) + 2;
1224 static __inline__ UChar *
1225 emit_4bytes(UChar *p, ULong val)
1227 return (UChar *)__builtin_memcpy(p, ((UChar *)&val) + 4, 4) + 4;
1231 static __inline__ UChar *
1232 emit_6bytes(UChar *
[all...]
/external/icu/icu4c/source/io/
H A Dufile.h41 UChar *buffer; /* Beginning of buffer */
51 UChar *fPos; /* current pos in fUCBuffer */
52 const UChar *fLimit; /* data limit in fUCBuffer */
53 UChar *fBuffer; /* Place to write the string */
71 UChar fUCBuffer[UFILE_UCHARBUFFER_SIZE];/* buffer used for toUnicode */
82 u_file_write_flush( const UChar *chars,
102 ufile_getch(UFILE *f, UChar *ch);
H A Duprintf.h37 UChar fOrigSpec; /* Conversion specification */
38 UChar fSpec; /* Conversion specification */
39 UChar fPadChar; /* Padding character */
55 const UChar *str,
61 const UChar *result,
71 UChar *str; /* Place to write the string */
92 const UChar *fmt,
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.h64 isHangulWithoutJamoT(UChar c) {
79 static inline int32_t decompose(UChar32 c, UChar buffer[3]) {
83 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT);
84 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT);
88 buffer[2]=(UChar)(JAMO_T_BASE+c2);
97 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) {
103 buffer[0]=(UChar)(JAMO_L_BASE+c/JAMO_V_COUNT);
104 buffer[1]=(UChar)(JAMO_V_BASE+c%JAMO_V_COUNT);
107 buffer[1]=(UChar)(JAMO_T_BASE+c2);
131 UChar *getStar
[all...]
H A Dustrfmt.h14 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
/external/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp38 target += (UChar)(digit < 10 ? 0x30 + digit : 0x41 - 10 + digit);
47 target += (UChar)U_DQUOTE;
49 UChar ch = source[i];
51 (target += (UChar)U_BACKSLASH) += (UChar)U_SMALL_U;
57 target += (UChar)U_DQUOTE;
99 return UnicodeString((UChar)U_DQUOTE).append(f.getString()).append((UChar)U_DQUOTE);
104 UnicodeString result((UChar)U_LEFT_SQUARE_BRACKET);
107 (result += (UChar)U_COMM
[all...]
/external/icu/icu4c/source/extra/uconv/unicode/
H A Duwmsg.h27 U_CFUNC const UChar* u_wmsg_errorName(UErrorCode err);
/external/icu/icu4c/source/samples/layout/
H A Ducreader.cpp15 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount)
/external/icu/icu4c/source/test/cintltst/
H A Dccolltst.h27 void reportCResult( const UChar source[], const UChar target[],
34 UChar* appendCompareResult(UCollationResult result, UChar* target);
H A Dcnormtst.h35 /* static void assertEqual(const UChar* result, const UChar* expected, int32_t index);
37 static void assertEqual(const UChar* result, const char* expected, int32_t index);
/external/icu/icu4c/source/test/intltest/
H A Dtestidna.h30 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength,
31 UChar *dest, int32_t destCapacity,
35 (U_EXPORT2 *CompareFunc) (const UChar *s1, int32_t s1Len,
36 const UChar *s2, int32_t s2Len,
79 void debug(const UChar* src, int32_t srcLength, int32_t options);
81 void testAPI(const UChar *src, const UChar *expected, const char *testName,
85 void testCompare(const UChar* s1, int32_t s1Len,
86 const UChar* s2, int32_t s2Len,
93 void testChaining(const UChar* sr
[all...]
H A Ddecoll.h41 static const UChar testSourceCases[][MAX_TOKEN_LEN];
42 static const UChar testTargetCases[][MAX_TOKEN_LEN];
/external/icu/icu4c/source/samples/translit/
H A Dunaccent.h38 UChar unaccent(UChar c) const;

Completed in 467 milliseconds

1234567891011>>