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

/external/icu/icu4c/source/common/
H A Ducnv_u32.cpp54 unsigned char *toUBytes = args->converter->toUBytes; local
74 toUBytes[i++] = (char) *(mySource++);
134 unsigned char *toUBytes = args->converter->toUBytes; local
155 toUBytes[i++] = (char) *(mySource++);
440 uprv_memcpy(args->converter->toUBytes, mySource, length);
458 uprv_memcpy(args->converter->toUBytes, mySource, 4);
516 unsigned char *toUBytes = args->converter->toUBytes; local
602 unsigned char *toUBytes = args->converter->toUBytes; local
[all...]
H A Ducnv_u8.cpp73 unsigned char *toUBytes = cnv->toUBytes; local
101 toUBytes[0] = (char)ch;
110 toUBytes[i] = (char) (ch2 = *mySource);
191 unsigned char *toUBytes = cnv->toUBytes; local
218 toUBytes[0] = (char)ch;
227 toUBytes[i] = (char) (ch2 = *mySource);
583 cnv->toUBytes[0] = myByte;
595 cnv->toUBytes[
[all...]
H A Ducnv_bld.h40 /* at most 8 bytes per character in toUBytes[] (UTF-8 uses up to 6) */
189 int8_t toULength; /* number of bytes in toUBytes */
190 uint8_t toUBytes[UCNV_MAX_CHAR_LEN-1];/* more "toU status"; keeps the bytes of the current character */ member in struct:UConverter
197 * - keeps a lead surrogate between buffers (similar to toUBytes[])
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetCompoundText.java242 private static byte findStateFromEscSeq(ByteBuffer source, byte[] toUBytes, int toUBytesLength) { argument
254 if (toUBytes[n] != escSeqCompoundText[i][n]) {

Completed in 132 milliseconds