Searched refs:targetLimit (Results 26 - 33 of 33) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c509 char *newString,*targetLimit,*target; local
528 targetLimit = newString+sizeof(char) * 8 * (length +1);
530 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
H A Dncnvtst.c1016 char *targetLimit; local
1036 targetLimit=targ+MAX_LENGTH;
1040 (const char *)targetLimit,
1106 UChar *targetLimit; local
1129 targetLimit=targ+MAX_LENGTH;
1136 targetLimit,
1795 UChar *target, *targetLimit; local
1817 targetLimit=buffer+UPRV_LENGTHOF(buffer);
1820 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, FALSE, &errorCode);
1829 ucnv_toUnicode(cnv, &target, targetLimit,
[all...]
H A Dnucnvtst.c4169 UChar* targetLimit = target+100; local
4175 ucnv_toUnicode(kr,&target,targetLimit,&source,source+uprv_strlen(source),NULL,TRUE,&errorCode);
4186 targetLimit = target+100;
4187 ucnv_toUnicode(kr,&target,targetLimit,&source,source+uprv_strlen(source),NULL,TRUE,&errorCode);
5488 UChar* targetLimit = dest+100; local
5499 ucnv_toUnicode(conv, &target, targetLimit, &source, sourceLimit, NULL, TRUE, &status);
5503 targetLimit = target;
5505 printUSeq(target, targetLimit-target);
5506 while(target<targetLimit){
5541 UChar* targetLimit local
[all...]
/external/icu/icu4c/source/common/
H A Ducnvhz.c169 /*if ((args->converter == NULL) || (args->targetLimit < args->target) || (mySourceLimit < args->source)){
176 if(myTarget < args->targetLimit){
343 int32_t targetLength = (int32_t)(args->targetLimit - myTarget);
354 /*if ((args->converter == NULL) || (args->targetLimit < myTarget) || (args->sourceLimit < args->source)){
H A Ducnv_lmb.c889 if (args->target >= args->targetLimit)
1049 while (args->target < args->targetLimit && bytes_written--)
1266 while (U_SUCCESS(*err) && args->sourceLimit > args->source && args->targetLimit > args->target)
1333 if (U_SUCCESS(*err) && args->sourceLimit > args->source && args->targetLimit <= args->target)
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp324 UChar *targetLimit = NULL; local
377 targetLimit = pTarget+size;
380 while (target < targetLimit)
439 if(target < targetLimit){
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp1656 UChar *targetLimit = target+sourceLen; local
1741 if (target < targetLimit) {
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java1896 boolean throwException, boolean flush, boolean backedByArray, int targetLimit)
1940 if (result.isUnderflow() && !equals(myTarget, target, targetLimit)) {
1978 if (result.isUnderflow() && !equals(myTarget, target, targetLimit)) {
2014 if (!equals(myTarget, target, targetLimit)) {
2031 boolean throwException, boolean flush, boolean backedByArray, int targetLimit) throws Exception,
2074 if (!equals(myTarget, target, targetLimit)) {
2106 if (!equals(myTarget, target, targetLimit)) {
2148 if (!equals(myTarget, target, targetLimit)) {
1895 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean throwException, boolean flush, boolean backedByArray, int targetLimit) argument
2030 smBufEncode(CharsetEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean throwException, boolean flush, boolean backedByArray, int targetLimit) argument

Completed in 835 milliseconds

12