/external/chromium_org/third_party/icu/source/common/unicode/ |
ucnv_err.h | 197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ 213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
|
/external/icu4c/common/unicode/ |
ucnv_err.h | 197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ 213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
|
/external/chromium_org/third_party/icu/source/common/ |
ucnvlat1.c | 52 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); 120 if(source<(const uint8_t *)pArgs->sourceLimit) { 135 const UChar *source, *sourceLimit; 148 sourceLimit=pArgs->sourceLimit; 169 length=(int32_t)(sourceLimit-source); 270 if(source<sourceLimit) { 306 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) { 323 const uint8_t *source, *sourceLimit; 333 sourceLimit=(uint8_t *)pToUArgs->sourceLimit [all...] |
ucnv_u16.c | 60 length=(int32_t)(pArgs->sourceLimit-source); 207 if(source<pArgs->sourceLimit) { 241 if(U_SUCCESS(*pErrorCode) && source<pArgs->sourceLimit && targetCapacity==0) { 269 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); 491 const uint8_t *s, *sourceLimit; 499 sourceLimit=(const uint8_t *)pArgs->sourceLimit; 501 if(s>=sourceLimit) { 507 if(s+2>sourceLimit) { 523 if(s+2<=sourceLimit) { [all...] |
ucnv_u32.c | 49 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; 64 while (mySource < sourceLimit && myTarget < targetLimit) { 69 if (mySource < sourceLimit) { 113 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) { 129 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; 145 while (mySource < sourceLimit && myTarget < targetLimit) { 150 if (mySource < sourceLimit) { 198 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err) [all...] |
ucnv_u7.c | 208 const uint8_t *source, *sourceLimit; 232 sourceLimit=(const uint8_t *)pArgs->sourceLimit; 261 length=(int32_t)(sourceLimit-source); 291 if(source<sourceLimit && target>=targetLimit) { 307 while(source<sourceLimit) { 422 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) { 447 const UChar *source, *sourceLimit; 465 sourceLimit=pArgs->sourceLimit; [all...] |
ucnv_u8.c | 93 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; 113 while (mySource < sourceLimit && myTarget < targetLimit) 130 if (mySource < sourceLimit) 205 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) 223 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; 242 while (mySource < sourceLimit && myTarget < targetLimit) 259 if (mySource < sourceLimit) 335 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err) [all...] |
ucnvbocu.c | 388 const UChar *source, *sourceLimit; 402 sourceLimit=pArgs->sourceLimit; 426 diff=(int32_t)(sourceLimit-source); 457 while(source<sourceLimit) { 481 if(source<sourceLimit) { 642 const UChar *source, *sourceLimit; 651 sourceLimit=pArgs->sourceLimit; 670 diff=(int32_t)(sourceLimit-source) [all...] |
ucnvscsu.c | 233 const uint8_t *source, *sourceLimit; 250 sourceLimit=(const uint8_t *)pArgs->sourceLimit; 289 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) { 333 while(source<sourceLimit) { 477 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { 490 while(source<sourceLimit) { 587 const uint8_t *source, *sourceLimit; 601 sourceLimit=(const uint8_t *)pArgs->sourceLimit; [all...] |
/external/icu4c/common/ |
ucnvlat1.c | 53 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); 121 if(source<(const uint8_t *)pArgs->sourceLimit) { 136 const UChar *source, *sourceLimit; 149 sourceLimit=pArgs->sourceLimit; 170 length=(int32_t)(sourceLimit-source); 271 if(source<sourceLimit) { 307 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) { 324 const uint8_t *source, *sourceLimit; 334 sourceLimit=(uint8_t *)pToUArgs->sourceLimit [all...] |
ucnv_u16.c | 60 length=(int32_t)(pArgs->sourceLimit-source); 207 if(source<pArgs->sourceLimit) { 241 if(U_SUCCESS(*pErrorCode) && source<pArgs->sourceLimit && targetCapacity==0) { 269 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); 491 const uint8_t *s, *sourceLimit; 499 sourceLimit=(const uint8_t *)pArgs->sourceLimit; 501 if(s>=sourceLimit) { 507 if(s+2>sourceLimit) { 523 if(s+2<=sourceLimit) { [all...] |
ucnv_u32.c | 50 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; 65 while (mySource < sourceLimit && myTarget < targetLimit) { 70 if (mySource < sourceLimit) { 114 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) { 130 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; 146 while (mySource < sourceLimit && myTarget < targetLimit) { 151 if (mySource < sourceLimit) { 199 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err) [all...] |
ucnv_u7.c | 209 const uint8_t *source, *sourceLimit; 233 sourceLimit=(const uint8_t *)pArgs->sourceLimit; 262 length=(int32_t)(sourceLimit-source); 292 if(source<sourceLimit && target>=targetLimit) { 308 while(source<sourceLimit) { 435 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) { 460 const UChar *source, *sourceLimit; 478 sourceLimit=pArgs->sourceLimit; [all...] |
ucnv_u8.c | 96 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; 116 while (mySource < sourceLimit && myTarget < targetLimit) 133 if (mySource < sourceLimit) 208 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) 226 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; 245 while (mySource < sourceLimit && myTarget < targetLimit) 262 if (mySource < sourceLimit) 338 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err) [all...] |
ucnvbocu.cpp | 393 const UChar *source, *sourceLimit; 407 sourceLimit=pArgs->sourceLimit; 431 diff=(int32_t)(sourceLimit-source); 462 while(source<sourceLimit) { 486 if(source<sourceLimit) { 647 const UChar *source, *sourceLimit; 656 sourceLimit=pArgs->sourceLimit; 675 diff=(int32_t)(sourceLimit-source) [all...] |
ucnv_ct.c | 181 static int32_t findNextEsc(const char *source, const char *sourceLimit) { 182 int32_t length = sourceLimit - source; 225 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { 238 } else if ((source + (n - offset)) >= sourceLimit) { 335 const UChar* sourceLimit = args->sourceLimit; 355 while( source < sourceLimit){ 364 if(source < sourceLimit) { 466 const char *mySourceLimit = args->sourceLimit; 543 subArgs.sourceLimit = tmpSourceLimit [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecICU.cpp | 296 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err) 300 ucnv_toUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, offsets, flush, &err); 359 const char* sourceLimit = source + length; 364 int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush, err); 371 decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, true, err); 372 } while (source < sourceLimit);
|
/external/chromium_org/third_party/icu/source/test/perf/convperf/ |
convperf.h | 57 const char* sourceLimit = src + srcLen; 59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status); 103 const UChar* sourceLimit = src + srcLen; 105 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
|
/external/icu4c/test/perf/convperf/ |
convperf.h | 57 const char* sourceLimit = src + srcLen; 59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status); 103 const UChar* sourceLimit = src + srcLen; 105 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ncnvfbts.c | 146 const UChar *sourceLimit; 194 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); 196 doFlush = (UBool)(sourceLimit == realSourceEnd); 203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); 212 sourceLimit, 217 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit < realSourceEnd) );
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 169 const char* sourceLimit =NULL; 218 sourceLimit = source + inputRead; 220 &source,sourceLimit,NULL, 257 stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-cbuf)); 289 &source,sourceLimit,NULL,
|
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 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; [all...] |
/external/icu4c/test/cintltst/ |
ncnvfbts.c | 146 const UChar *sourceLimit; 194 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); 196 doFlush = (UBool)(sourceLimit == realSourceEnd); 203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); 212 sourceLimit, 217 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit < realSourceEnd) );
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 170 const char* sourceLimit =NULL; 219 sourceLimit = source + inputRead; 221 &source,sourceLimit,NULL, 258 stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-cbuf)); 290 &source,sourceLimit,NULL,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 761 const char *source, *sourceLimit, *bytesLimit; 778 sourceLimit=bytesLimit; 783 sourceLimit=source; 798 &source, sourceLimit, 803 if(source>sourceLimit || target>targetLimit) { 823 if(source!=sourceLimit) { 829 if(sourceLimit==bytesLimit) { 835 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit; 836 flush=(UBool)(cc.finalFlush && sourceLimit==bytesLimit); 855 sourceLimit=source; // use sourceLimit not as a real limi [all...] |