Home | History | Annotate | Download | only in charset

Lines Matching refs:targetLimit

68                 int targetLimit = target.arrayOffset() + target.limit();
128 if (targetIndex >= targetLimit) {
146 if (targetIndex >= targetLimit) {
158 if (targetIndex >= targetLimit) {
190 int targetLimit = target.limit();
252 if (targetIndex >= targetLimit) {
272 if (targetIndex >= targetLimit) {
284 if (targetIndex >= targetLimit) {
346 int targetLimit = target.arrayOffset() + target.limit();
357 cr = encodeFourBytes(sourceArray, targetArray, sourceLimit, targetLimit,
374 if (tgtIdx >= targetLimit) {
393 if (tgtIdx >= targetLimit) {
405 if (tgtIdx >= targetLimit) {
413 if (tgtIdx >= targetLimit) {
425 cr = encodeFourBytes(sourceArray, targetArray, sourceLimit, targetLimit,
519 int sourceLimit, int targetLimit, int char32) {
535 if (targetIndex >= targetLimit) {
543 if (targetIndex >= targetLimit) {
550 if (targetIndex >= targetLimit) {