HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 426 - 450 of 1775) sorted by null

<<11121314151617181920>>

  /external/icu4c/io/
uscanf_p.c 23 #include "unicode/uchar.h"
84 UChar fSpec; /* Format specification */
86 UChar fPadChar; /* Padding character */
113 u_scanf_parse_spec (const UChar *fmt,
116 const UChar *s = fmt;
117 const UChar *backup;
176 info->fPadChar = (UChar)ufmt_digitvalue(*s++);
177 info->fPadChar = (UChar)((info->fPadChar * 16) + ufmt_digitvalue(*s++));
178 info->fPadChar = (UChar)((info->fPadChar * 16) + ufmt_digitvalue(*s++));
179 info->fPadChar = (UChar)((info->fPadChar * 16) + ufmt_digitvalue(*s++))
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
simple_huffman.c 61 - changed integral types to V's versions (UInt, UChar etc)
78 UChar *BytePtr;
94 UChar *buf )
109 UChar *buf;
143 UChar *buf;
180 static void _Huffman_Hist( UChar *in, huff_sym_t *sym,
366 Int Huffman_Compress( UChar *in, UChar *out,
448 void Huffman_Uncompress( UChar *in, UChar *out
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
vzone.h 47 vzone_openID(const UChar* ID, int32_t idLength);
59 vzone_openData(const UChar* vtzdata, int32_t vtzdataLength, UErrorCode& status);
101 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
111 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
144 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status);
157 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status);
174 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status);
vzone.cpp 27 vzone_openID(const UChar* ID, int32_t idLength){
33 vzone_openData(const UChar* vtzdata, int32_t vtzdataLength, UErrorCode& status) {
54 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) {
65 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) {
81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) {
86 result = (UChar*)uprv_malloc(resultLength);
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) {
98 result = (UChar*)uprv_malloc(resultLength);
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) {
110 result = (UChar*)uprv_malloc(resultLength)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.cpp 42 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
53 UChar ch = src[end];
61 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
  /external/icu4c/i18n/
vzone.h 45 vzone_openID(const UChar* ID, int32_t idLength);
56 vzone_openData(const UChar* vtzdata, int32_t vtzdataLength, UErrorCode& status);
94 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
103 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
133 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status);
145 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status);
161 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status);
vzone.cpp 27 vzone_openID(const UChar* ID, int32_t idLength){
33 vzone_openData(const UChar* vtzdata, int32_t vtzdataLength, UErrorCode& status) {
54 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) {
65 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) {
81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) {
86 result = (UChar*)uprv_malloc(resultLength);
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) {
98 result = (UChar*)uprv_malloc(resultLength);
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) {
110 result = (UChar*)uprv_malloc(resultLength)
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 39 #include "unicode/uchar.h" /* char names */
47 static const UChar kNone[] = { 0x0000 };
51 /* Print a UChar if possible, in seven characters. */
52 void prettyPrintUChar(UChar c)
89 const UChar *uch = kNone,
156 UChar ch = (UChar)ch32;
165 This example first creates a UChar String out of the Unicode chars.
200 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432,
295 UChar *uBuf
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 303 ucol_openRules( const UChar *rules,
433 const UChar *source,
435 const UChar *target,
454 const UChar *source, int32_t sourceLength,
455 const UChar *target, int32_t targetLength);
473 const UChar *source, int32_t sourceLength,
474 const UChar *target, int32_t targetLength);
492 const UChar *source, int32_t sourceLength,
493 const UChar *target, int32_t targetLength);
584 UChar *result
    [all...]
uregex.h 134 uregex_open( const UChar *pattern,
269 U_STABLE const UChar * U_EXPORT2
276 * This function will work even if the pattern was originally specified as a UChar string.
325 const UChar *text,
371 U_STABLE const UChar * U_EXPORT2
381 * This function will work even if the input was originally specified as a UChar string.
549 UChar *dest,
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 399 ucol_openRules( const UChar *rules,
531 const UChar *source,
533 const UChar *target,
581 const UChar *source, int32_t sourceLength,
582 const UChar *target, int32_t targetLength);
600 const UChar *source, int32_t sourceLength,
601 const UChar *target, int32_t targetLength);
619 const UChar *source, int32_t sourceLength,
620 const UChar *target, int32_t targetLength);
764 UChar *result
    [all...]
uregex.h 133 uregex_open( const UChar *pattern,
268 U_STABLE const UChar * U_EXPORT2
275 * This function will work even if the pattern was originally specified as a UChar string.
323 const UChar *text,
369 U_STABLE const UChar * U_EXPORT2
378 * This function will work even if the input was originally specified as a UChar string.
629 UChar *dest,
    [all...]
  /external/valgrind/main/VEX/useful/
smchash.c 9 typedef unsigned char UChar;
25 UChar* bytes;
26 UChar* actual;
117 UChar* p = (UChar*)addr;
141 UChar* p = (UChar*)addr;
156 UChar* p = (UChar*)addr;
184 UChar* p = (UChar*)addr
    [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 170 UChar ch = (UChar)((UInt)c); \
171 UChar* p = (UChar*)s; \
172 UChar* last = NULL; \
206 UChar ch = (UChar)((UInt)c); \
207 UChar* p = (UChar*)s; \
749 UChar c0 = (UChar)c;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 19 Int HalfPel1_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
20 Int HalfPel2_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width)
21 Int HalfPel1_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
22 Int HalfPel2_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width)
24 Int SAD_MB_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContentSecurityPolicy.cpp 61 bool isDirectiveNameCharacter(UChar c)
66 bool isDirectiveValueCharacter(UChar c)
71 bool isNonceCharacter(UChar c)
76 bool isSourceCharacter(UChar c)
81 bool isPathComponentCharacter(UChar c)
86 bool isHostCharacter(UChar c)
91 bool isSchemeContinuationCharacter(UChar c)
96 bool isNotASCIISpace(UChar c)
101 bool isNotColonOrSlash(UChar c)
106 bool isMediaTypeCharacter(UChar c
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c 54 UChar rules[1024];
132 * output UChar strings for printing.
134 static char *toCharString(const UChar* unichars)
142 UChar ch = unichars[count];
202 const UChar pattern[] = {0x61, 0x62, 0x63, 0x64, 0x65, 0x66};
203 const UChar text[] = {0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67};
302 UChar pattern[512];
303 const UChar text[] = {0x61, 0x62, 0x63, 0x64, 0x65, 0x66};
344 UChar matchtext[128];
377 matchlength * sizeof(UChar)) != 0)
    [all...]
  /external/icu4c/common/
locdispnames.cpp 53 UChar *buffer;
93 UChar *buffer;
133 UChar *buffer;
173 UChar *buffer;
213 UChar *buffer;
300 UChar *dest, int32_t destCapacity,
302 const UChar *s = NULL;
351 UChar *dest, int32_t destCapacity,
392 UChar *dest, int32_t destCapacity,
401 UChar *dest, int32_t destCapacity
    [all...]
util.cpp 16 // Define UChar constants using hex for EBCDIC compatibility
18 static const UChar BACKSLASH = 0x005C; /*\*/
19 static const UChar UPPER_U = 0x0055; /*U*/
20 static const UChar LOWER_U = 0x0075; /*u*/
21 static const UChar APOSTROPHE = 0x0027; // '\''
22 static const UChar SPACE = 0x0020; // ' '
25 static const UChar DIGITS[] = {
38 return result.append((UChar)63/*?*/);
43 result.append((UChar)45/*-*/);
109 UChar charToFind)
    [all...]
  /external/icu4c/test/cintltst/
cdattst.c 66 UChar* result = NULL;
69 UChar temp[50];
167 result=(UChar*)malloc(sizeof(UChar) * resultlength);
203 UChar *fmtted;
276 result=(UChar*)malloc(sizeof(UChar) * resultlength);
389 static const UChar trdfZone[] = { 0x0055, 0x0053, 0x002F, 0x0050, 0x0061, 0x0063, 0x0069, 0x0066, 0x0069, 0x0063, 0 }; /* US/Pacific */
391 static const UChar minutesPatn[] = { 0x006D, 0x006D, 0 }; /* "mm" */
392 static const UChar monthLongPatn[] = { 0x004D, 0x004D, 0x004D, 0x004D, 0 }; /* "MMMM" *
    [all...]
  /external/icu4c/test/intltest/
locnmtst.cpp 148 UChar result[150];
170 UChar result[150];
183 UChar result[150];
199 UChar result[150];
263 const UChar * result;
269 static UChar daFor_en[] = {0x65,0x6E,0x67,0x65,0x6C,0x73,0x6B,0}; //"engelsk"
270 static UChar daFor_en_US[] = {0x65,0x6E,0x67,0x65,0x6C,0x73,0x6B,0x20,0x28,0x55,0x53,0x41,0x29,0}; //"engelsk (USA)"
271 static UChar daFor_en_US_D[] = {0x61,0x6D,0x65,0x72,0x69,0x6B,0x61,0x6E,0x73,0x6B,0x20,0x65,0x6E,0x67,0x65,0x6C,0x73,0x6B,0}; //"amerikansk engelsk"
272 static UChar esFor_en[] = {0x69,0x6E,0x67,0x6C,0xE9,0x73,0}; //"ingles" with acute on e
273 static UChar esFor_en_US[] = {0x69,0x6E,0x67,0x6C,0xE9,0x73,0x20,0x28,0x45,0x73,0x74,0x61,0x64,0x6F,0x73,0x2 (…)
    [all...]
nptrans.cpp 65 const UChar* ruleUChar = ures_getStringByKey(bundle, "MapNFKC",&ruleLen, &status);
67 const UChar *mapRuleUChar = ures_getStringByKey(bundle, "MapNoNormalization", &mapRuleLen, &status);
79 const UChar* pattern = ures_getStringByKey(bundle,"UnassignedSet",&patternLen, &status);
93 if(prohibited.contains((UChar) 0x644)){
139 int32_t NamePrepTransform::map(const UChar* src, int32_t srcLength,
140 UChar* dest, int32_t destCapacity,
159 const UChar* buffer = rsource.getBuffer();
184 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength,
185 UChar* dest, int32_t destCapacity,
201 UChar *b1 = b1String.getBuffer(MAX_BUFFER_SIZE)
    [all...]
regcoll.cpp 101 rules += (UChar)0x3080;
103 rules += (UChar)0x1530;
106 rules += (UChar)0x3080;
108 rules += (UChar)0x1520;
146 const UChar chars3[] = {0x61, 0x00FC, 0x62, 0x65, 0x63, 0x6b, 0x20, 0x47, 0x72, 0x00F6, 0x00DF, 0x65, 0x20, 0x4c, 0x00FC, 0x62, 0x63, 0x6b, 0};
180 static const UChar decomp[][CollationRegressionTest::MAX_TOKEN_LEN] =
212 static const UChar tests[][CollationRegressionTest::MAX_TOKEN_LEN] =
306 rules += (UChar)0x0131;
308 rules += (UChar)0x0130;
335 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN]
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.cpp 65 const UChar* ruleUChar = ures_getStringByKey(bundle, "MapNFKC",&ruleLen, &status);
67 const UChar *mapRuleUChar = ures_getStringByKey(bundle, "MapNoNormalization", &mapRuleLen, &status);
79 const UChar* pattern = ures_getStringByKey(bundle,"UnassignedSet",&patternLen, &status);
93 if(prohibited.contains((UChar) 0x644)){
139 int32_t NamePrepTransform::map(const UChar* src, int32_t srcLength,
140 UChar* dest, int32_t destCapacity,
159 const UChar* buffer = rsource.getBuffer();
184 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength,
185 UChar* dest, int32_t destCapacity,
201 UChar *b1 = b1String.getBuffer(MAX_BUFFER_SIZE)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c 53 UChar charToAppend;
58 ustr_ucat(s, (UChar)(uint8_t)(source[i]), status);
60 ustr_ucat(s, (UChar)asciiFromEbcdic[(uint8_t)(*cs++)], status);
94 uprv_memcpy(dst->fChars, src->fChars, sizeof(UChar) * src->fLength);
141 sizeof(UChar) * n);
148 UChar c,
161 sizeof(UChar) * 1);
175 ustr_ucat(dst, (UChar) c, status);
180 const UChar* src,int len,
193 sizeof(UChar) * len)
    [all...]

Completed in 447 milliseconds

<<11121314151617181920>>