Lines Matching defs:source
207 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432,
221 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
230 printUChars("src", source);
288 the source pointer will be equal to sourceLimit. If the output
300 const char *source;
333 source = inBuf;
342 &source, sourceLimit, NULL,
369 } while (source < sourceLimit); // while simply out of space
400 const char *source;
448 source = inBuf;
451 while(source < sourceLimit)
453 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
533 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 };
546 len = ucnv_toUChars(conv, target, 100, source, strlen(source), &status);
554 printBytes("src", source, strlen(source) );
573 const char *source, *sourceLimit;
585 source = sourceChars;
591 printBytes("src",source,sourceLimit-source);
593 while(source < sourceLimit)
597 &source,
601 // printBytes("src",source,sourceLimit-source);
619 UBool convsample_20_didSubstitute(const char *source)
633 /* print out the original source */
634 printBytes("src", source);
641 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
676 /* print out the original source */
713 UBool convsample_21_didSubstitute(const char *source)
734 /* print out the original source */
735 printBytes("src", source);
742 len = ucnv_toUChars(conv, uchars, 100, source, strlen(source), &status);
834 /* print out the original source */
880 const char *source;
922 source = inBuf;
931 &source, sourceLimit, NULL,
954 } while (source < sourceLimit); // while simply out of space
985 const UChar *source;
1028 source = inBuf;
1037 &source, sourceLimit, NULL,
1059 } while (source < sourceLimit); // while simply out of space
1090 const char *source = input;
1097 &source, input + sizeof(input),