/external/chromium_org/third_party/icu/source/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...] |
/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 | 52 unsigned char *toUBytes = args->converter->toUBytes; 72 toUBytes[i++] = (char) *(mySource++); 132 unsigned char *toUBytes = args->converter->toUBytes; 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; [all...] |
ucnv_u8.c | 98 unsigned char *toUBytes = cnv->toUBytes; 126 toUBytes[0] = (char)ch; 135 toUBytes[i] = (char) (ch2 = *mySource); 228 unsigned char *toUBytes = cnv->toUBytes; 255 toUBytes[0] = (char)ch; 264 toUBytes[i] = (char) (ch2 = *mySource); 631 cnv->toUBytes[0] = myByte; 642 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 | 377 cnv->toUBytes[0]=b; 382 /* store the first byte of a multibyte sequence in toUBytes[] */ 383 cnv->toUBytes[0]=b; 388 cnv->toUBytes[1]=b; 442 cnv->toUBytes[1]=b; 454 cnv->toUBytes[1]=b; 465 cnv->toUBytes[1]=b; 503 cnv->toUBytes[0]=b; 514 cnv->toUBytes[0]=b; 520 cnv->toUBytes[0]=b [all...] |
ucnv_bld.h | 38 /* 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 */ 190 * - keeps a lead surrogate between buffers (similar to toUBytes[])
|
ucnv2022.cpp | [all...] |
ucnv_ct.c | 492 mySourceChar = args->converter->toUBytes[0]; 498 tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter->toULength, err); 502 args->converter->toUBytes[args->converter->toULength++] = *mySource++;
|
ucnvlat1.c | 407 utf8->toUnicodeStatus=utf8->toUBytes[0]=b=*source++; 553 /* callback(illegal); copy the current bytes to toUBytes[] */ 555 cnv->toUBytes[0]=c; 593 cnv->toUBytes[0]=b;
|
ucnvmbcs.c | [all...] |
ucnv_ext.cpp | 288 (const char *)cnv->toUBytes, firstLength, 309 s=(const char *)cnv->toUBytes; 430 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength); [all...] |
ucnv_lmb.c | [all...] |