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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_u32.c52 unsigned char *toUBytes = args->converter->toUBytes; local
72 toUBytes[i++] = (char) *(mySource++);
132 unsigned char *toUBytes = args->converter->toUBytes; local
153 toUBytes[i++] = (char) *(mySource++);
438 uprv_memcpy(args->converter->toUBytes, mySource, length);
456 uprv_memcpy(args->converter->toUBytes, mySource, 4);
514 unsigned char *toUBytes = args->converter->toUBytes; local
600 unsigned char *toUBytes = args->converter->toUBytes; local
[all...]
H A Ducnv_bld.h38 /* at most 8 bytes per character in toUBytes[] (UTF-8 uses up to 6) */
182 int8_t toULength; /* number of bytes in toUBytes */
183 uint8_t toUBytes[UCNV_MAX_CHAR_LEN-1];/* more "toU status"; keeps the bytes of the current character */ member in struct:UConverter
190 * - keeps a lead surrogate between buffers (similar to toUBytes[])
H A Ducnv_u8.c107 unsigned char *toUBytes = cnv->toUBytes; local
135 toUBytes[0] = (char)ch;
144 toUBytes[i] = (char) (ch2 = *mySource);
237 unsigned char *toUBytes = cnv->toUBytes; local
264 toUBytes[0] = (char)ch;
273 toUBytes[i] = (char) (ch2 = *mySource);
640 cnv->toUBytes[0] = myByte;
651 cnv->toUBytes[
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_u32.c52 unsigned char *toUBytes = args->converter->toUBytes; local
72 toUBytes[i++] = (char) *(mySource++);
132 unsigned char *toUBytes = args->converter->toUBytes; local
153 toUBytes[i++] = (char) *(mySource++);
438 uprv_memcpy(args->converter->toUBytes, mySource, length);
456 uprv_memcpy(args->converter->toUBytes, mySource, 4);
514 unsigned char *toUBytes = args->converter->toUBytes; local
600 unsigned char *toUBytes = args->converter->toUBytes; local
[all...]
H A Ducnv_bld.h38 /* at most 8 bytes per character in toUBytes[] (UTF-8 uses up to 6) */
182 int8_t toULength; /* number of bytes in toUBytes */
183 uint8_t toUBytes[UCNV_MAX_CHAR_LEN-1];/* more "toU status"; keeps the bytes of the current character */ member in struct:UConverter
190 * - keeps a lead surrogate between buffers (similar to toUBytes[])
H A Ducnv_u8.c98 unsigned char *toUBytes = cnv->toUBytes; local
126 toUBytes[0] = (char)ch;
135 toUBytes[i] = (char) (ch2 = *mySource);
228 unsigned char *toUBytes = cnv->toUBytes; local
255 toUBytes[0] = (char)ch;
264 toUBytes[i] = (char) (ch2 = *mySource);
631 cnv->toUBytes[0] = myByte;
642 cnv->toUBytes[
[all...]

Completed in 2123 milliseconds