Home
last modified time | relevance | path

Searched refs:sourceLimit (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
67 while (mySource < sourceLimit && myTarget < targetLimit) { in T_UConverter_toUnicode_UTF32_BE()
72 if (mySource < sourceLimit) { in T_UConverter_toUnicode_UTF32_BE()
116 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) { in T_UConverter_toUnicode_UTF32_BE()
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
148 while (mySource < sourceLimit && myTarget < targetLimit) { in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
153 if (mySource < sourceLimit) { in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
201 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
224 if(mySource >= sourceLimit) { in T_UConverter_fromUnicode_UTF32_BE()
[all …]
Ducnvlat1.cpp57 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); in _Latin1ToUnicodeWithOffsets()
125 if(source<(const uint8_t *)pArgs->sourceLimit) { in _Latin1GetNextUChar()
140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
174 length=(int32_t)(sourceLimit-source); in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
311 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) { in _Latin1FromUnicodeWithOffsets()
328 const uint8_t *source, *sourceLimit; in ucnv_Latin1FromUTF8() local
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
[all …]
Ducnv_u8.cpp71 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8() local
91 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_toUnicode_UTF8()
108 if (mySource < sourceLimit) in ucnv_toUnicode_UTF8()
171 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in ucnv_toUnicode_UTF8()
189 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
208 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
225 if (mySource < sourceLimit) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
289 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
305 const UChar *sourceLimit = args->sourceLimit; in ucnv_fromUnicode_UTF8() local
321 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_fromUnicode_UTF8()
[all …]
Ducnv.cpp876 realSourceLimit=pArgs->sourceLimit; in _fromUnicodeWithCallback()
882 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
915 pArgs->flush && pArgs->source==pArgs->sourceLimit && in _fromUnicodeWithCallback()
965 realSourceLimit=pArgs->sourceLimit; in _fromUnicodeWithCallback()
971 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
990 if(s<pArgs->sourceLimit) { in _fromUnicodeWithCallback()
999 pArgs->sourceLimit=realSourceLimit; in _fromUnicodeWithCallback()
1064 length=(int32_t)(pArgs->sourceLimit-pArgs->source); in _fromUnicodeWithCallback()
1071 pArgs->sourceLimit=realSourceLimit; in _fromUnicodeWithCallback()
1172 const UChar **source, const UChar *sourceLimit, in ucnv_fromUnicode() argument
[all …]
Ducnv_u7.cpp214 const uint8_t *source, *sourceLimit; in _UTF7ToUnicodeWithOffsets() local
238 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _UTF7ToUnicodeWithOffsets()
267 length=(int32_t)(sourceLimit-source); in _UTF7ToUnicodeWithOffsets()
297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets()
313 while(source<sourceLimit) { in _UTF7ToUnicodeWithOffsets()
440 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) { in _UTF7ToUnicodeWithOffsets()
465 const UChar *source, *sourceLimit; in _UTF7FromUnicodeWithOffsets() local
483 sourceLimit=pArgs->sourceLimit; in _UTF7FromUnicodeWithOffsets()
503 length=(int32_t)(sourceLimit-source); in _UTF7FromUnicodeWithOffsets()
550 if(source<sourceLimit && target>=targetLimit) { in _UTF7FromUnicodeWithOffsets()
[all …]
Ducnvbocu.cpp395 const UChar *source, *sourceLimit; in _Bocu1FromUnicodeWithOffsets() local
407 sourceLimit=pArgs->sourceLimit; in _Bocu1FromUnicodeWithOffsets()
431 diff=(int32_t)(sourceLimit-source); in _Bocu1FromUnicodeWithOffsets()
462 while(source<sourceLimit) { in _Bocu1FromUnicodeWithOffsets()
486 if(source<sourceLimit) { in _Bocu1FromUnicodeWithOffsets()
656 const UChar *source, *sourceLimit; in _Bocu1FromUnicode() local
665 sourceLimit=pArgs->sourceLimit; in _Bocu1FromUnicode()
684 diff=(int32_t)(sourceLimit-source); in _Bocu1FromUnicode()
710 while(source<sourceLimit) { in _Bocu1FromUnicode()
730 if(source<sourceLimit) { in _Bocu1FromUnicode()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
67 while (mySource < sourceLimit && myTarget < targetLimit) { in T_UConverter_toUnicode_UTF32_BE()
72 if (mySource < sourceLimit) { in T_UConverter_toUnicode_UTF32_BE()
116 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) { in T_UConverter_toUnicode_UTF32_BE()
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
148 while (mySource < sourceLimit && myTarget < targetLimit) { in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
153 if (mySource < sourceLimit) { in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
201 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
224 if(mySource >= sourceLimit) { in T_UConverter_fromUnicode_UTF32_BE()
[all …]
Ducnvlat1.cpp57 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); in _Latin1ToUnicodeWithOffsets()
125 if(source<(const uint8_t *)pArgs->sourceLimit) { in _Latin1GetNextUChar()
140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
174 length=(int32_t)(sourceLimit-source); in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
311 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) { in _Latin1FromUnicodeWithOffsets()
328 const uint8_t *source, *sourceLimit; in ucnv_Latin1FromUTF8() local
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
[all …]
Ducnv_u8.cpp71 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8() local
91 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_toUnicode_UTF8()
108 if (mySource < sourceLimit) in ucnv_toUnicode_UTF8()
171 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in ucnv_toUnicode_UTF8()
189 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
208 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
225 if (mySource < sourceLimit) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
289 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
305 const UChar *sourceLimit = args->sourceLimit; in ucnv_fromUnicode_UTF8() local
321 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_fromUnicode_UTF8()
[all …]
Ducnv.cpp876 realSourceLimit=pArgs->sourceLimit; in _fromUnicodeWithCallback()
882 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
915 pArgs->flush && pArgs->source==pArgs->sourceLimit && in _fromUnicodeWithCallback()
965 realSourceLimit=pArgs->sourceLimit; in _fromUnicodeWithCallback()
971 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
990 if(s<pArgs->sourceLimit) { in _fromUnicodeWithCallback()
999 pArgs->sourceLimit=realSourceLimit; in _fromUnicodeWithCallback()
1064 length=(int32_t)(pArgs->sourceLimit-pArgs->source); in _fromUnicodeWithCallback()
1071 pArgs->sourceLimit=realSourceLimit; in _fromUnicodeWithCallback()
1172 const UChar **source, const UChar *sourceLimit, in ucnv_fromUnicode() argument
[all …]
Ducnv_u7.cpp214 const uint8_t *source, *sourceLimit; in _UTF7ToUnicodeWithOffsets() local
238 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _UTF7ToUnicodeWithOffsets()
267 length=(int32_t)(sourceLimit-source); in _UTF7ToUnicodeWithOffsets()
297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets()
313 while(source<sourceLimit) { in _UTF7ToUnicodeWithOffsets()
440 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) { in _UTF7ToUnicodeWithOffsets()
465 const UChar *source, *sourceLimit; in _UTF7FromUnicodeWithOffsets() local
483 sourceLimit=pArgs->sourceLimit; in _UTF7FromUnicodeWithOffsets()
503 length=(int32_t)(sourceLimit-source); in _UTF7FromUnicodeWithOffsets()
550 if(source<sourceLimit && target>=targetLimit) { in _UTF7FromUnicodeWithOffsets()
[all …]
Ducnvbocu.cpp395 const UChar *source, *sourceLimit; in _Bocu1FromUnicodeWithOffsets() local
407 sourceLimit=pArgs->sourceLimit; in _Bocu1FromUnicodeWithOffsets()
431 diff=(int32_t)(sourceLimit-source); in _Bocu1FromUnicodeWithOffsets()
462 while(source<sourceLimit) { in _Bocu1FromUnicodeWithOffsets()
486 if(source<sourceLimit) { in _Bocu1FromUnicodeWithOffsets()
656 const UChar *source, *sourceLimit; in _Bocu1FromUnicode() local
665 sourceLimit=pArgs->sourceLimit; in _Bocu1FromUnicode()
684 diff=(int32_t)(sourceLimit-source); in _Bocu1FromUnicode()
710 while(source<sourceLimit) { in _Bocu1FromUnicode()
730 if(source<sourceLimit) { in _Bocu1FromUnicode()
[all …]
/third_party/icu/icu4c/source/common/
Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
67 while (mySource < sourceLimit && myTarget < targetLimit) { in T_UConverter_toUnicode_UTF32_BE()
72 if (mySource < sourceLimit) { in T_UConverter_toUnicode_UTF32_BE()
116 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) { in T_UConverter_toUnicode_UTF32_BE()
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
148 while (mySource < sourceLimit && myTarget < targetLimit) { in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
153 if (mySource < sourceLimit) { in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
201 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
224 if(mySource >= sourceLimit) { in T_UConverter_fromUnicode_UTF32_BE()
[all …]
Ducnvlat1.cpp57 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); in _Latin1ToUnicodeWithOffsets()
125 if(source<(const uint8_t *)pArgs->sourceLimit) { in _Latin1GetNextUChar()
140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
174 length=(int32_t)(sourceLimit-source); in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
311 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) { in _Latin1FromUnicodeWithOffsets()
328 const uint8_t *source, *sourceLimit; in ucnv_Latin1FromUTF8() local
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
[all …]
Ducnv_u8.cpp71 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8() local
91 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_toUnicode_UTF8()
108 if (mySource < sourceLimit) in ucnv_toUnicode_UTF8()
171 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in ucnv_toUnicode_UTF8()
189 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
208 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
225 if (mySource < sourceLimit) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
289 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
305 const UChar *sourceLimit = args->sourceLimit; in ucnv_fromUnicode_UTF8() local
321 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_fromUnicode_UTF8()
[all …]
Ducnv.cpp876 realSourceLimit=pArgs->sourceLimit; in _fromUnicodeWithCallback()
882 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
915 pArgs->flush && pArgs->source==pArgs->sourceLimit && in _fromUnicodeWithCallback()
965 realSourceLimit=pArgs->sourceLimit; in _fromUnicodeWithCallback()
971 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
990 if(s<pArgs->sourceLimit) { in _fromUnicodeWithCallback()
999 pArgs->sourceLimit=realSourceLimit; in _fromUnicodeWithCallback()
1064 length=(int32_t)(pArgs->sourceLimit-pArgs->source); in _fromUnicodeWithCallback()
1071 pArgs->sourceLimit=realSourceLimit; in _fromUnicodeWithCallback()
1172 const UChar **source, const UChar *sourceLimit, in ucnv_fromUnicode() argument
[all …]
Ducnv_u7.cpp214 const uint8_t *source, *sourceLimit; in _UTF7ToUnicodeWithOffsets() local
238 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _UTF7ToUnicodeWithOffsets()
267 length=(int32_t)(sourceLimit-source); in _UTF7ToUnicodeWithOffsets()
297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets()
313 while(source<sourceLimit) { in _UTF7ToUnicodeWithOffsets()
440 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) { in _UTF7ToUnicodeWithOffsets()
465 const UChar *source, *sourceLimit; in _UTF7FromUnicodeWithOffsets() local
483 sourceLimit=pArgs->sourceLimit; in _UTF7FromUnicodeWithOffsets()
503 length=(int32_t)(sourceLimit-source); in _UTF7FromUnicodeWithOffsets()
550 if(source<sourceLimit && target>=targetLimit) { in _UTF7FromUnicodeWithOffsets()
[all …]
Ducnvbocu.cpp395 const UChar *source, *sourceLimit; in _Bocu1FromUnicodeWithOffsets() local
407 sourceLimit=pArgs->sourceLimit; in _Bocu1FromUnicodeWithOffsets()
431 diff=(int32_t)(sourceLimit-source); in _Bocu1FromUnicodeWithOffsets()
462 while(source<sourceLimit) { in _Bocu1FromUnicodeWithOffsets()
486 if(source<sourceLimit) { in _Bocu1FromUnicodeWithOffsets()
656 const UChar *source, *sourceLimit; in _Bocu1FromUnicode() local
665 sourceLimit=pArgs->sourceLimit; in _Bocu1FromUnicode()
684 diff=(int32_t)(sourceLimit-source); in _Bocu1FromUnicode()
710 while(source<sourceLimit) { in _Bocu1FromUnicode()
730 if(source<sourceLimit) { in _Bocu1FromUnicode()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
67 while (mySource < sourceLimit && myTarget < targetLimit) { in T_UConverter_toUnicode_UTF32_BE()
72 if (mySource < sourceLimit) { in T_UConverter_toUnicode_UTF32_BE()
116 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) { in T_UConverter_toUnicode_UTF32_BE()
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
148 while (mySource < sourceLimit && myTarget < targetLimit) { in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
153 if (mySource < sourceLimit) { in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
201 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
224 if(mySource >= sourceLimit) { in T_UConverter_fromUnicode_UTF32_BE()
[all …]
Ducnvlat1.cpp57 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); in _Latin1ToUnicodeWithOffsets()
125 if(source<(const uint8_t *)pArgs->sourceLimit) { in _Latin1GetNextUChar()
140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
174 length=(int32_t)(sourceLimit-source); in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
311 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) { in _Latin1FromUnicodeWithOffsets()
328 const uint8_t *source, *sourceLimit; in ucnv_Latin1FromUTF8() local
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
[all …]
Ducnv_u8.cpp71 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8() local
91 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_toUnicode_UTF8()
108 if (mySource < sourceLimit) in ucnv_toUnicode_UTF8()
171 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in ucnv_toUnicode_UTF8()
189 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
208 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
225 if (mySource < sourceLimit) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
289 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
305 const UChar *sourceLimit = args->sourceLimit; in ucnv_fromUnicode_UTF8() local
321 while (mySource < sourceLimit && myTarget < targetLimit) in ucnv_fromUnicode_UTF8()
[all …]
Ducnv.cpp876 realSourceLimit=pArgs->sourceLimit; in _fromUnicodeWithCallback()
882 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
915 pArgs->flush && pArgs->source==pArgs->sourceLimit && in _fromUnicodeWithCallback()
965 realSourceLimit=pArgs->sourceLimit; in _fromUnicodeWithCallback()
971 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
990 if(s<pArgs->sourceLimit) { in _fromUnicodeWithCallback()
999 pArgs->sourceLimit=realSourceLimit; in _fromUnicodeWithCallback()
1064 length=(int32_t)(pArgs->sourceLimit-pArgs->source); in _fromUnicodeWithCallback()
1071 pArgs->sourceLimit=realSourceLimit; in _fromUnicodeWithCallback()
1172 const UChar **source, const UChar *sourceLimit, in ucnv_fromUnicode() argument
[all …]
Ducnv_u7.cpp214 const uint8_t *source, *sourceLimit; in _UTF7ToUnicodeWithOffsets() local
238 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _UTF7ToUnicodeWithOffsets()
267 length=(int32_t)(sourceLimit-source); in _UTF7ToUnicodeWithOffsets()
297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets()
313 while(source<sourceLimit) { in _UTF7ToUnicodeWithOffsets()
440 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) { in _UTF7ToUnicodeWithOffsets()
465 const UChar *source, *sourceLimit; in _UTF7FromUnicodeWithOffsets() local
483 sourceLimit=pArgs->sourceLimit; in _UTF7FromUnicodeWithOffsets()
503 length=(int32_t)(sourceLimit-source); in _UTF7FromUnicodeWithOffsets()
550 if(source<sourceLimit && target>=targetLimit) { in _UTF7FromUnicodeWithOffsets()
[all …]
Ducnvbocu.cpp395 const UChar *source, *sourceLimit; in _Bocu1FromUnicodeWithOffsets() local
407 sourceLimit=pArgs->sourceLimit; in _Bocu1FromUnicodeWithOffsets()
431 diff=(int32_t)(sourceLimit-source); in _Bocu1FromUnicodeWithOffsets()
462 while(source<sourceLimit) { in _Bocu1FromUnicodeWithOffsets()
486 if(source<sourceLimit) { in _Bocu1FromUnicodeWithOffsets()
656 const UChar *source, *sourceLimit; in _Bocu1FromUnicode() local
665 sourceLimit=pArgs->sourceLimit; in _Bocu1FromUnicode()
684 diff=(int32_t)(sourceLimit-source); in _Bocu1FromUnicode()
710 while(source<sourceLimit) { in _Bocu1FromUnicode()
730 if(source<sourceLimit) { in _Bocu1FromUnicode()
[all …]
/third_party/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp303 const char *sourceLimit; in convsample_05() local
336 sourceLimit = inBuf + count; in convsample_05()
344 &source, sourceLimit, NULL, in convsample_05()
371 } while (source < sourceLimit); // while simply out of space in convsample_05()
403 const char *sourceLimit; in convsample_06() local
451 sourceLimit = inBuf + count; in convsample_06()
453 while(source < sourceLimit) in convsample_06()
455 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status); in convsample_06()
575 const char *source, *sourceLimit; in convsample_13() local
588 sourceLimit = sourceChars + sizeof(sourceChars); in convsample_13()
[all …]

1234