Home | History | Annotate | Download | only in ucnv

Lines Matching refs:source

207   UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432,
219 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
228 printUChars("src", source);
286 the source pointer will be equal to sourceLimit. If the output
298 const char *source;
331 source = inBuf;
340 &source, sourceLimit, NULL,
367 } while (source < sourceLimit); // while simply out of space
398 const char *source;
449 source = inBuf;
452 while(source < sourceLimit)
454 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
531 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 };
544 len = ucnv_toUChars(conv, target, 100, source, strlen(source), &status);
552 printBytes("src", source, strlen(source) );
571 const char *source, *sourceLimit;
583 source = sourceChars;
589 printBytes("src",source,sourceLimit-source);
591 while(source < sourceLimit)
595 &source,
599 // printBytes("src",source,sourceLimit-source);
617 UBool convsample_20_didSubstitute(const char *source)
631 /* print out the original source */
632 printBytes("src", source);
639 source, strlen(source), &status);
674 /* print out the original source */
711 UBool convsample_21_didSubstitute(const char *source)
732 /* print out the original source */
733 printBytes("src", source);
740 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
833 /* print out the original source */
879 const char *source;
921 source = inBuf;
930 &source, sourceLimit, NULL,
953 } while (source < sourceLimit); // while simply out of space
984 const UChar *source;
1027 source = inBuf;
1036 &source, sourceLimit, NULL,
1058 } while (source < sourceLimit); // while simply out of space