HomeSort by relevance Sort by last modified time
    Searched refs:toUBytes (Results 1 - 15 of 15) sorted by null

  /external/icu4c/common/
ucnv_u16.c 291 * and the preceding, unmatched lead surrogate was put into toUBytes[]
294 cnv->toUBytes[0]=(uint8_t)cnv->toUnicodeStatus;
299 uint8_t *p=cnv->toUBytes;
346 /* unmatched lead surrogate, handle here for consistent toUBytes[] */
355 * we need to put it into a special place because toUBytes[] will be
440 cnv->toUBytes[0]=(uint8_t)(c>>8);
441 cnv->toUBytes[1]=(uint8_t)c;
478 cnv->toUBytes[cnv->toULength++]=*source++;
509 pArgs->converter->toUBytes[0]=*s++;
537 uint8_t *bytes=pArgs->converter->toUBytes;
    [all...]
ucnv_u32.c 51 unsigned char *toUBytes = args->converter->toUBytes;
71 toUBytes[i++] = (char) *(mySource++);
131 unsigned char *toUBytes = args->converter->toUBytes;
152 toUBytes[i++] = (char) *(mySource++);
437 uprv_memcpy(args->converter->toUBytes, mySource, length);
455 uprv_memcpy(args->converter->toUBytes, mySource, 4);
513 unsigned char *toUBytes = args->converter->toUBytes;
    [all...]
ucnv_u8.c 95 unsigned char *toUBytes = cnv->toUBytes;
123 toUBytes[0] = (char)ch;
132 toUBytes[i] = (char) (ch2 = *mySource);
225 unsigned char *toUBytes = cnv->toUBytes;
252 toUBytes[0] = (char)ch;
261 toUBytes[i] = (char) (ch2 = *mySource);
628 cnv->toUBytes[0] = myByte;
639 cnv->toUBytes[0] = myByte
    [all...]
ucnvhz.c 199 args->converter->toUBytes[0] = UCNV_TILDE;
200 args->converter->toUBytes[1] = mySourceChar;
220 args->converter->toUBytes[0] = UCNV_TILDE;
230 args->converter->toUBytes[1] = mySourceChar;
311 args->converter->toUBytes[0] = (uint8_t)(mySourceChar >> 8);
312 args->converter->toUBytes[1] = (uint8_t)mySourceChar;
316 args->converter->toUBytes[0] = (uint8_t)mySourceChar;
ucnvscsu.c 376 cnv->toUBytes[0]=b;
381 /* store the first byte of a multibyte sequence in toUBytes[] */
382 cnv->toUBytes[0]=b;
387 cnv->toUBytes[1]=b;
441 cnv->toUBytes[1]=b;
453 cnv->toUBytes[1]=b;
464 cnv->toUBytes[1]=b;
502 cnv->toUBytes[0]=b;
513 cnv->toUBytes[0]=b;
519 cnv->toUBytes[0]=b
    [all...]
ucnv_bld.h 37 /* at most 8 bytes per character in toUBytes[] (UTF-8 uses up to 6) */
181 int8_t toULength; /* number of bytes in toUBytes */
182 uint8_t toUBytes[UCNV_MAX_CHAR_LEN-1];/* more "toU status"; keeps the bytes of the current character */
189 * - keeps a lead surrogate between buffers (similar to toUBytes[])
ucnv2022.c     [all...]
ucnvlat1.c 406 utf8->toUnicodeStatus=utf8->toUBytes[0]=b=*source++;
552 /* callback(illegal); copy the current bytes to toUBytes[] */
554 cnv->toUBytes[0]=c;
592 cnv->toUBytes[0]=b;
ucnvmbcs.c     [all...]
ucnv_ext.c 287 (const char *)cnv->toUBytes, firstLength,
308 s=(const char *)cnv->toUBytes;
429 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength);
    [all...]
ucnv_lmb.c     [all...]
ucnv_u7.c 243 bytes=cnv->toUBytes;
902 bytes=cnv->toUBytes;
    [all...]
ucnvbocu.c 967 bytes=cnv->toUBytes;
    [all...]
ucnvisci.c     [all...]
ucnv.c     [all...]

Completed in 249 milliseconds