Searched defs:sourceLimit (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_cb.c56 const UChar* sourceLimit,
85 sourceLimit,
104 /* && (*source < sourceLimit && args->target >= args->targetLimit)
140 sourceLimit,
54 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, const UChar** source, const UChar* sourceLimit, int32_t offsetIndex, UErrorCode * err) argument
H A Ducnv_u16.c60 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; local
499 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
501 if(s>=sourceLimit) {
507 if(s+2>sourceLimit) {
523 if(s+2<=sourceLimit) {
1090 const uint8_t *s, *sourceLimit; local
1327 const char *sourceLimit=pArgs->sourceLimit; local
[all...]
H A Ducnv_u32.c50 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
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; local
146 while (mySource < sourceLimit && myTarget < targetLimit) {
151 if (mySource < sourceLimit) {
199 if (mySource < sourceLimit
216 const UChar *sourceLimit = args->sourceLimit; local
318 const UChar *sourceLimit = args->sourceLimit; local
512 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
598 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
694 const UChar *sourceLimit = args->sourceLimit; local
804 const UChar *sourceLimit = args->sourceLimit; local
1049 const char *sourceLimit=pArgs->sourceLimit; local
[all...]
H A Ducnv_u7.c209 const uint8_t *source, *sourceLimit; local
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; local
478 sourceLimit=pArgs->sourceLimit;
891 const uint8_t *source, *sourceLimit; local
1159 const UChar *source, *sourceLimit; local
[all...]
H A Ducnvlat1.c53 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source);
121 if(source<(const uint8_t *)pArgs->sourceLimit) {
136 const UChar *source, *sourceLimit; local
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; local
334 sourceLimit
473 const uint8_t *source, *sourceLimit; local
610 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnv_u8.c105 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
125 while (mySource < sourceLimit && myTarget < targetLimit)
142 if (mySource < sourceLimit)
217 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err))
235 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
254 while (mySource < sourceLimit && myTarget < targetLimit)
271 if (mySource < sourceLimit)
347 if (mySource < sourceLimit
362 const UChar *sourceLimit = args->sourceLimit; local
477 const UChar *sourceLimit = args->sourceLimit; local
765 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnvbocu.cpp393 const UChar *source, *sourceLimit; local
407 sourceLimit=pArgs->sourceLimit;
431 diff=(int32_t)(sourceLimit-source);
462 while(source<sourceLimit) {
486 if(source<sourceLimit) {
647 const UChar *source, *sourceLimit; local
656 sourceLimit=pArgs->sourceLimit;
675 diff=(int32_t)(sourceLimit
942 const uint8_t *source, *sourceLimit; local
1165 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnv_ct.c181 static int32_t findNextEsc(const char *source, const char *sourceLimit) { argument
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) { argument
238 } else if ((source + (n - offset)) >= sourceLimit) {
335 const UChar* sourceLimit = args->sourceLimit; local
355 while( source < sourceLimit){
364 if(source < sourceLimit) {
466 const char *mySourceLimit = args->sourceLimit;
543 subArgs.sourceLimit
[all...]
H A Ducnvscsu.c234 const uint8_t *source, *sourceLimit; local
251 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
290 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) {
334 while(source<sourceLimit) {
478 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) {
491 while(source<sourceLimit) {
588 const uint8_t *source, *sourceLimit; local
602 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
1013 const UChar *source, *sourceLimit; local
1506 const UChar *source, *sourceLimit; local
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_cb.c56 const UChar* sourceLimit,
85 sourceLimit,
104 /* && (*source < sourceLimit && args->target >= args->targetLimit)
140 sourceLimit,
54 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, const UChar** source, const UChar* sourceLimit, int32_t offsetIndex, UErrorCode * err) argument
H A Ducnv_u16.c60 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; local
499 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
501 if(s>=sourceLimit) {
507 if(s+2>sourceLimit) {
523 if(s+2<=sourceLimit) {
1090 const uint8_t *s, *sourceLimit; local
1327 const char *sourceLimit=pArgs->sourceLimit; local
[all...]
H A Ducnv_u32.c50 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
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; local
146 while (mySource < sourceLimit && myTarget < targetLimit) {
151 if (mySource < sourceLimit) {
199 if (mySource < sourceLimit
216 const UChar *sourceLimit = args->sourceLimit; local
318 const UChar *sourceLimit = args->sourceLimit; local
512 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
598 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
694 const UChar *sourceLimit = args->sourceLimit; local
804 const UChar *sourceLimit = args->sourceLimit; local
1049 const char *sourceLimit=pArgs->sourceLimit; local
[all...]
H A Ducnv_u7.c209 const uint8_t *source, *sourceLimit; local
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; local
478 sourceLimit=pArgs->sourceLimit;
891 const uint8_t *source, *sourceLimit; local
1159 const UChar *source, *sourceLimit; local
[all...]
H A Ducnvlat1.c53 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source);
121 if(source<(const uint8_t *)pArgs->sourceLimit) {
136 const UChar *source, *sourceLimit; local
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; local
334 sourceLimit
473 const uint8_t *source, *sourceLimit; local
610 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnv_u8.c96 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
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; local
245 while (mySource < sourceLimit && myTarget < targetLimit)
262 if (mySource < sourceLimit)
338 if (mySource < sourceLimit
353 const UChar *sourceLimit = args->sourceLimit; local
468 const UChar *sourceLimit = args->sourceLimit; local
756 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnvbocu.cpp393 const UChar *source, *sourceLimit; local
407 sourceLimit=pArgs->sourceLimit;
431 diff=(int32_t)(sourceLimit-source);
462 while(source<sourceLimit) {
486 if(source<sourceLimit) {
647 const UChar *source, *sourceLimit; local
656 sourceLimit=pArgs->sourceLimit;
675 diff=(int32_t)(sourceLimit
942 const uint8_t *source, *sourceLimit; local
1165 const uint8_t *source, *sourceLimit; local
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv_err.h197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon12023
213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon12024
/external/icu/icu4c/source/common/unicode/
H A Ducnv_err.h197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon21813
213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon21814
/external/chromium_org/third_party/icu/source/test/perf/convperf/
H A Dconvperf.h57 const char* sourceLimit = src + srcLen; local
59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
103 const UChar* sourceLimit = src + srcLen; local
105 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h57 const char* sourceLimit = src + srcLen; local
59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
103 const UChar* sourceLimit = src + srcLen; local
105 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecICU.cpp289 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err) argument
293 ucnv_toUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, offsets, flush, &err);
352 const char* sourceLimit = source + length; local
357 int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush != DoNotFlush, err);
364 decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, true, err);
365 } while (source < sourceLimit);
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp281 the source pointer will be equal to sourceLimit. If the output
294 const char *sourceLimit; local
327 sourceLimit = inBuf + count;
335 &source, sourceLimit, NULL,
362 } while (source < sourceLimit); // while simply out of space
394 const char *sourceLimit; local
442 sourceLimit = inBuf + count;
444 while(source < sourceLimit)
446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
566 const char *source, *sourceLimit; local
874 const char *sourceLimit; local
979 const UChar *sourceLimit; local
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c170 const char* sourceLimit =NULL; local
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/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp281 the source pointer will be equal to sourceLimit. If the output
294 const char *sourceLimit; local
327 sourceLimit = inBuf + count;
335 &source, sourceLimit, NULL,
362 } while (source < sourceLimit); // while simply out of space
394 const char *sourceLimit; local
442 sourceLimit = inBuf + count;
444 while(source < sourceLimit)
446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
566 const char *source, *sourceLimit; local
874 const char *sourceLimit; local
979 const UChar *sourceLimit; local
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c170 const char* sourceLimit =NULL; local
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,

Completed in 613 milliseconds

12