Searched refs:sourceLimit (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_u32.c49 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
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; local
145 while (mySource < sourceLimit && myTarget < targetLimit) {
150 if (mySource < sourceLimit) {
198 if (mySource < sourceLimit
215 const UChar *sourceLimit = args->sourceLimit; local
317 const UChar *sourceLimit = args->sourceLimit; local
511 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
597 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
693 const UChar *sourceLimit = args->sourceLimit; local
803 const UChar *sourceLimit = args->sourceLimit; local
1048 const char *sourceLimit=pArgs->sourceLimit; local
[all...]
H A Ducnvlat1.c52 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source);
120 if(source<(const uint8_t *)pArgs->sourceLimit) {
135 const UChar *source, *sourceLimit; local
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; local
333 sourceLimit
472 const uint8_t *source, *sourceLimit; local
609 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnv.c874 realSourceLimit=pArgs->sourceLimit;
880 pArgs->sourceLimit=replay-cnv->preFromULength;
909 * s<sourceLimit before converterSawEndOfInput is checked
913 pArgs->flush && pArgs->source==pArgs->sourceLimit &&
963 realSourceLimit=pArgs->sourceLimit;
969 pArgs->sourceLimit=replay-cnv->preFromULength;
988 if(s<pArgs->sourceLimit) {
997 pArgs->sourceLimit=realSourceLimit;
1062 length=(int32_t)(pArgs->sourceLimit-pArgs->source);
1069 pArgs->sourceLimit
1168 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
1614 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
1839 ucnv_getNextUChar(UConverter *cnv, const char **source, const char *sourceLimit, UErrorCode *err) argument
2044 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
2411 const char *sourceLimit; local
[all...]
H A Ducnv_u8.c93 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
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; local
242 while (mySource < sourceLimit && myTarget < targetLimit)
259 if (mySource < sourceLimit)
335 if (mySource < sourceLimit
350 const UChar *sourceLimit = args->sourceLimit; local
465 const UChar *sourceLimit = args->sourceLimit; local
753 const uint8_t *source, *sourceLimit; local
[all...]
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_u7.c208 const uint8_t *source, *sourceLimit; local
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; local
465 sourceLimit=pArgs->sourceLimit;
865 const uint8_t *source, *sourceLimit; local
1133 const UChar *source, *sourceLimit; local
[all...]
H A Ducnvbocu.c388 const UChar *source, *sourceLimit; local
402 sourceLimit=pArgs->sourceLimit;
426 diff=(int32_t)(sourceLimit-source);
457 while(source<sourceLimit) {
481 if(source<sourceLimit) {
642 const UChar *source, *sourceLimit; local
651 sourceLimit=pArgs->sourceLimit;
670 diff=(int32_t)(sourceLimit
937 const uint8_t *source, *sourceLimit; local
1160 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnvmbcs.c960 const UChar **source, const UChar *sourceLimit,
972 cp, source, sourceLimit,
1027 const uint8_t **source, const uint8_t *sourceLimit,
1037 length, (const char **)source, (const char *)sourceLimit,
1886 const uint8_t *source, *sourceLimit; local
1902 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
1917 while(source<sourceLimit) {
2008 1, &source, sourceLimit,
2038 const uint8_t *source, *sourceLimit, *lastSourc local
958 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
1025 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
2318 const uint8_t *source, *sourceLimit; local
2736 const uint8_t *source, *sourceLimit; local
2820 const uint8_t *source, *sourceLimit, *lastSource; local
3259 const UChar *source, *sourceLimit; local
3491 const UChar *source, *sourceLimit; local
3667 const UChar *source, *sourceLimit, *lastSource; local
3924 const UChar *source, *sourceLimit; local
4863 const uint8_t *source, *sourceLimit; local
5166 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnvscsu.c233 const uint8_t *source, *sourceLimit; local
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; local
601 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
1012 const UChar *source, *sourceLimit; local
1505 const UChar *source, *sourceLimit; local
[all...]
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
/external/icu4c/common/
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 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.c876 realSourceLimit=pArgs->sourceLimit;
882 pArgs->sourceLimit=replay-cnv->preFromULength;
911 * s<sourceLimit before converterSawEndOfInput is checked
915 pArgs->flush && pArgs->source==pArgs->sourceLimit &&
965 realSourceLimit=pArgs->sourceLimit;
971 pArgs->sourceLimit=replay-cnv->preFromULength;
990 if(s<pArgs->sourceLimit) {
999 pArgs->sourceLimit=realSourceLimit;
1064 length=(int32_t)(pArgs->sourceLimit-pArgs->source);
1071 pArgs->sourceLimit
1170 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
1616 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
1841 ucnv_getNextUChar(UConverter *cnv, const char **source, const char *sourceLimit, UErrorCode *err) argument
2046 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
2413 const char *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 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_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 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 Ducnvmbcs.c963 const UChar **source, const UChar *sourceLimit,
975 cp, source, sourceLimit,
1030 const uint8_t **source, const uint8_t *sourceLimit,
1040 length, (const char **)source, (const char *)sourceLimit,
1888 const uint8_t *source, *sourceLimit; local
1904 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
1919 while(source<sourceLimit) {
2010 1, &source, sourceLimit,
2040 const uint8_t *source, *sourceLimit, *lastSourc local
961 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
1028 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
2320 const uint8_t *source, *sourceLimit; local
2738 const uint8_t *source, *sourceLimit; local
2822 const uint8_t *source, *sourceLimit, *lastSource; local
3261 const UChar *source, *sourceLimit; local
3493 const UChar *source, *sourceLimit; local
3669 const UChar *source, *sourceLimit, *lastSource; local
3926 const UChar *source, *sourceLimit; local
4866 const uint8_t *source, *sourceLimit; local
5172 const uint8_t *source, *sourceLimit; local
[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...]
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
/external/icu4c/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
875 const char *sourceLimit; local
980 const UChar *sourceLimit; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp761 const char *source, *sourceLimit, *bytesLimit; local
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
1162 const char *source, *sourceLimit, *utf8Limit; local
1268 const UChar *source, *sourceLimit, *unicodeLimit; local
[all...]
/external/icu4c/test/intltest/
H A Dconvtest.cpp790 const char *source, *sourceLimit, *bytesLimit; local
807 sourceLimit=bytesLimit;
812 sourceLimit=source;
827 &source, sourceLimit,
832 if(source>sourceLimit || target>targetLimit) {
852 if(source!=sourceLimit) {
858 if(sourceLimit==bytesLimit) {
864 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
865 flush=(UBool)(cc.finalFlush && sourceLimit==bytesLimit);
884 sourceLimit
1191 const char *source, *sourceLimit, *utf8Limit; local
1297 const UChar *source, *sourceLimit, *unicodeLimit; local
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv_cb.h116 * @param sourceLimit pointer after last UChar to write
124 const UChar* sourceLimit,
/external/icu4c/common/unicode/
H A Ducnv_cb.h116 * @param sourceLimit pointer after last UChar to write
124 const UChar* sourceLimit,

Completed in 401 milliseconds

123