HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 51 - 75 of 987) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/samples/translit/
unaccent.h 42 UChar unaccent(UChar c) const;
unaccent.cpp 32 UChar UnaccentTransliterator::unaccent(UChar c) const {
41 return (UChar) t->normalizer.next();
52 UChar c = text.charAt(index.start);
53 UChar d = unaccent(c);
  /external/icu/icu4c/source/test/cintltst/
cdtrgtst.h 45 void aux917(UDateFormat *fmt, UChar* str );
50 UChar* myFormatit(UDateFormat* datdef, UDate d1);
cbiditransformtst.c 34 static const UChar unshapedLetters[NUM_LETTERS + 1] = {0x0630, 0, 0x0631, 0, 0x0632, 2};
35 static const UChar shapedLetters [NUM_LETTERS + 1] = {0xfeab, 0, 0xfead, 0, 0xfeaf, 1};
48 UChar src[STR_CAPACITY] = { 0 };
49 UChar dest[STR_CAPACITY] = { 0 };
50 UChar expected[STR_CAPACITY] = { 0 };
51 UChar temp[STR_CAPACITY * 2] = { 0 };
60 static char* pseudoScript(const UChar *str);
62 static void shapeDigits(UChar *str, UChar srcZero, UChar destZero)
    [all...]
  /external/icu/icu4c/source/test/intltest/
decoll.h 43 static const UChar testSourceCases[][MAX_TOKEN_LEN];
44 static const UChar testTargetCases[][MAX_TOKEN_LEN];
escoll.h 42 static const UChar testSourceCases[][MAX_TOKEN_LEN];
43 static const UChar testTargetCases[][MAX_TOKEN_LEN];
ficoll.h 41 static const UChar testSourceCases[][MAX_TOKEN_LEN];
42 static const UChar testTargetCases[][MAX_TOKEN_LEN];
lcukocol.h 33 static const UChar testSourceCases[][MAX_TOKEN_LEN];
34 static const UChar testTargetCases[][MAX_TOKEN_LEN];
trcoll.h 42 static const UChar testSourceCases[][MAX_TOKEN_LEN];
43 static const UChar testTargetCases[][MAX_TOKEN_LEN];
sfwdchit.h 18 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
46 virtual UChar nextPostInc(void);
73 UChar *fStart, *fEnd, *fCurrent;
  /external/icu/icu4c/source/common/
ustrfmt.cpp 15 * Fills in a UChar* string with the radix-based representation of a
19 * @param buffer UChar buffer to receive result
30 uprv_itou (UChar * buffer, int32_t capacity,
36 UChar temp;
40 buffer[length++]=(UChar)(digit<=9?(0x0030+digit):(0x0030+digit+7));
45 buffer[length++] = (UChar) 0x0030;/*zero padding */
49 buffer[length] = (UChar) 0x0000;
  /external/icu/icu4c/source/samples/translit/answers/
unaccent.cpp 29 UChar UnaccentTransliterator::unaccent(UChar c) const {
38 return (UChar) t->normalizer.next();
49 UChar c = text.charAt(index.start);
50 UChar d = unaccent(c);
  /external/icu/icu4c/source/io/unicode/
ustdio.h 147 <tr><td>%S</td><td>UChar *</td><td>UChar *</td><td>Null terminated UTF-16 string</td></tr>
148 <tr><td>%C</td><td>UChar</td><td>UChar</td><td>16-bit Unicode code unit<br>
149 When width is specified for scanf, this acts like a non-NULL-terminated UChar * string<br>
151 <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>
249 * Open a UFILE with a UChar* filename
266 u_fopen_u(const UChar *filename,
328 u_fstropen(UChar *stringBuf,
528 u_printf_u(const UChar *patternSpecification
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 29 Int(*writeVideoPacket)(UChar *buf, Int nbytes_required); /*write video packet out */
30 UChar *bitstreamBuffer; /*buffer to hold one video packet*/
35 UChar* overrunBuffer; /* pointer to overrun buffer */
147 UChar *Mode; /* Modes INTRA/INTER/etc. */
148 UChar *CBP; /* MCBPC/CBPY stuff */
163 UChar MTB;
164 UChar LayerID;
165 UChar CodeType;
166 UChar RefSelCode;
237 // Int (*SAD_MB_HalfPel)(UChar *ref,UChar *blk,Int dmin_lx,Int xh,Int yh,void *extra_info)
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uwmsg.c 36 uprint(const UChar *s,
44 const UChar *mySource;
45 const UChar *mySourceEnd;
124 const UChar *msg;
130 UChar result[4096];
196 UChar **gInfoMessages = NULL;
198 UChar **gErrMessages = NULL;
200 static const UChar *fetchErrorName(UErrorCode err)
203 gInfoMessages = (UChar **)malloc((U_ERROR_WARNING_LIMIT-U_ERROR_WARNING_START)*sizeof(UChar*));
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucurr.h 82 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,
218 ucurr_getDefaultFractionDigitsForUsage(const UChar* currency,
233 ucurr_getRoundingIncrement(const UChar* currency,
247 ucurr_getRoundingIncrementForUsage(const UChar* currency
    [all...]
uidna.h 235 const UChar *label, int32_t length,
236 UChar *dest, int32_t capacity,
262 const UChar *label, int32_t length,
263 UChar *dest, int32_t capacity,
291 const UChar *name, int32_t length,
292 UChar *dest, int32_t capacity,
318 const UChar *name, int32_t length,
319 UChar *dest, int32_t capacity,
544 * @param src Input UChar array containing label in Unicode.
546 * @param dest Output UChar array with ASCII (ACE encoded) label
    [all...]
urep.h 56 * Function pointer that returns the number of UChar code units in
66 * Function pointer that returns a UChar code units at the given
72 * @param offset The index at which to fetch the UChar (code unit).
73 * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds.
76 UChar (*charAt)(const UReplaceable* rep,
111 const UChar* text,
130 UChar* dst);
  /external/valgrind/VEX/priv/
host_s390_defs.c     [all...]
  /external/icu/icu4c/source/io/
ufile.h 45 UChar *buffer; /* Beginning of buffer */
55 UChar *fPos; /* current pos in fUCBuffer */
56 const UChar *fLimit; /* data limit in fUCBuffer */
57 UChar *fBuffer; /* Place to write the string */
75 UChar fUCBuffer[UFILE_UCHARBUFFER_SIZE];/* buffer used for toUnicode */
86 u_file_write_flush( const UChar *chars,
106 ufile_getch(UFILE *f, UChar *ch);
uprintf.h 39 UChar fOrigSpec; /* Conversion specification */
40 UChar fSpec; /* Conversion specification */
41 UChar fPadChar; /* Padding character */
57 const UChar *str,
63 const UChar *result,
73 UChar *str; /* Place to write the string */
94 const UChar *fmt,
  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 174 /* 1164 */ UChar guest_XER_SO; /* in lsb */
175 /* 1165 */ UChar guest_XER_OV; /* in lsb */
176 /* 1166 */ UChar guest_XER_OV32; /* in lsb */
177 /* 1167 */ UChar guest_XER_CA; /* in lsb */
178 /* 1168 */ UChar guest_XER_CA32; /* in lsb */
179 /* 1169 */ UChar guest_XER_BC; /* all bits */
182 /* 1170 */ UChar guest_CR0_321; /* in [3:1] */
183 /* 1171 */ UChar guest_CR0_0; /* in lsb */
184 /* 1172 */ UChar guest_CR1_321; /* in [3:1] */
185 /* 1173 */ UChar guest_CR1_0; /* in lsb *
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regenc.c 55 extern UChar*
56 onigenc_get_right_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s)
58 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s);
65 extern UChar*
67 const UChar* start, const UChar* s, const UChar** prev)
69 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s);
72 if (prev) *prev = (const UChar* )p;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
udateintervalformat.h 110 const UChar* skeleton,
112 const UChar* tzID,
179 UChar* result,
  /external/icu/icu4c/source/samples/numfmt/
util.cpp 42 target += (UChar)(digit < 10 ? 0x30 + digit : 0x41 - 10 + digit);
51 target += (UChar)U_DQUOTE;
53 UChar ch = source[i];
55 (target += (UChar)U_BACKSLASH) += (UChar)U_SMALL_U;
61 target += (UChar)U_DQUOTE;
103 return UnicodeString((UChar)U_DQUOTE).append(f.getString()).append((UChar)U_DQUOTE);
108 UnicodeString result((UChar)U_LEFT_SQUARE_BRACKET);
111 (result += (UChar)U_COMMA) += (UChar)U_SPACE
    [all...]

Completed in 824 milliseconds

1 23 4 5 6 7 8 91011>>