Home | History | Annotate | Download | only in ucnv

Lines Matching defs:sourceLimit

281     the source pointer will be equal to sourceLimit.  If the output
294 const char *sourceLimit;
327 sourceLimit = inBuf + count;
335 &source, sourceLimit, NULL,
362 } while (source < sourceLimit); // while simply out of space
394 const char *sourceLimit;
442 sourceLimit = inBuf + count;
444 while(source < sourceLimit)
446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
566 const char *source, *sourceLimit;
579 sourceLimit = sourceChars + sizeof(sourceChars);
584 printBytes("src",source,sourceLimit-source);
586 while(source < sourceLimit)
591 sourceLimit,
594 // printBytes("src",source,sourceLimit-source);
874 const char *sourceLimit;
916 sourceLimit = inBuf + count;
924 &source, sourceLimit, NULL,
947 } while (source < sourceLimit); // while simply out of space
979 const UChar *sourceLimit;
1022 sourceLimit = inBuf + count;
1030 &source, sourceLimit, NULL,
1052 } while (source < sourceLimit); // while simply out of space