Lines Matching defs:bytes
163 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size);
168 printf("- Wrote %u bytes to the udata.\n", (int)sz2);
459 uint8_t bytes[UCNV_EXT_MAX_BYTES];
463 length=ucm_parseBytes(bytes, line, (const char **)&s);
466 uprv_memcpy(staticData->subChar, bytes, length);
473 uint8_t bytes[UCNV_EXT_MAX_BYTES];
476 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) {
477 staticData->subChar1=bytes[0];
820 if(!MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, m->u, m->f)) {