Home | History | Annotate | Download | only in ucnv

Lines Matching refs:sourceLimit

286     the source pointer will be equal to sourceLimit.  If the output
299 const char *sourceLimit;
332 sourceLimit = inBuf + count;
340 &source, sourceLimit, NULL,
367 } while (source < sourceLimit); // while simply out of space
399 const char *sourceLimit;
447 sourceLimit = inBuf + count;
449 while(source < sourceLimit)
451 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
571 const char *source, *sourceLimit;
584 sourceLimit = sourceChars + sizeof(sourceChars);
589 printBytes("src",source,sourceLimit-source);
591 while(source < sourceLimit)
596 sourceLimit,
599 // printBytes("src",source,sourceLimit-source);
880 const char *sourceLimit;
922 sourceLimit = inBuf + count;
930 &source, sourceLimit, NULL,
953 } while (source < sourceLimit); // while simply out of space
985 const UChar *sourceLimit;
1028 sourceLimit = inBuf + count;
1036 &source, sourceLimit, NULL,
1058 } while (source < sourceLimit); // while simply out of space