Home | History | Annotate | Download | only in io

Lines Matching defs:mySource

316     const UChar *mySource    = chars;
332 mySource = u_file_translit(f, chars, &count, flushTranslit);
343 u_strncpy(f->str.fPos, mySource, written);
348 mySourceEnd = mySource + count;
352 mySourceBegin = mySource; /* beginning location for this loop */
358 &mySource,
364 int32_t convertChars = (int32_t) (mySourceEnd - mySource);
369 u_UCharsToChars(mySource, myTarget, convertChars);
370 mySource += convertChars;
382 written += (int32_t) (mySource - mySourceBegin);
406 const char *mySource;
458 mySource = charBuffer;
468 &mySource,
475 u_charsToUChars(mySource, myTarget, bytesRead);