Searched defs:toUBytes (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Ducnv_u32.c51 unsigned char *toUBytes = args->converter->toUBytes; local
71 toUBytes[i++] = (char) *(mySource++);
131 unsigned char *toUBytes = args->converter->toUBytes; local
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; local
599 unsigned char *toUBytes = args->converter->toUBytes; local
[all...]
H A Ducnv_bld.h37 /* 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 */ member in struct:UConverter
189 * - keeps a lead surrogate between buffers (similar to toUBytes[])
H A Ducnv_u8.c95 unsigned char *toUBytes = cnv->toUBytes; local
123 toUBytes[0] = (char)ch;
132 toUBytes[i] = (char) (ch2 = *mySource);
225 unsigned char *toUBytes = cnv->toUBytes; local
252 toUBytes[0] = (char)ch;
261 toUBytes[i] = (char) (ch2 = *mySource);
628 cnv->toUBytes[0] = myByte;
639 cnv->toUBytes[
[all...]

Completed in 64 milliseconds