Home
last modified time | relevance | path

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

12345678910>>...15

/dports/devel/icu-lx/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/devel/icu/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Ducnv_u32.c50 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
130 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
216 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
318 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
512 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
598 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
694 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
804 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1049 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1115 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.c136 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
149 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
271 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
334 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
340 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
366 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
367 --sourceLimit; in ucnv_Latin1FromUTF8()
371 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
406 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
484 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
H A Ducnvlat1.cpp140 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local
153 sourceLimit=pArgs->sourceLimit; in _Latin1FromUnicodeWithOffsets()
275 if(source<sourceLimit) { in _Latin1FromUnicodeWithOffsets()
338 sourceLimit=(uint8_t *)pToUArgs->sourceLimit; in ucnv_Latin1FromUTF8()
348 if(c!=0 && source<sourceLimit) { in ucnv_Latin1FromUTF8()
374 if(source<sourceLimit && U8_IS_LEAD(*(sourceLimit-1))) { in ucnv_Latin1FromUTF8()
375 --sourceLimit; in ucnv_Latin1FromUTF8()
379 while(source<sourceLimit) { in ucnv_Latin1FromUTF8()
414 if(U_SUCCESS(*pErrorCode) && source<(sourceLimit=(uint8_t *)pToUArgs->sourceLimit)) { in ucnv_Latin1FromUTF8()
495 sourceLimit=(const uint8_t *)pArgs->sourceLimit; in _ASCIIToUnicodeWithOffsets()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Ducnv_u32.c52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1051 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1117 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Ducnv_u32.cpp52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1053 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1119 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Ducnv_u32.c50 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local
130 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local
216 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local
318 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local
509 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local
595 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local
691 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local
801 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
1043 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
1109 pArgs->sourceLimit=sourceLimit; in _UTF32ToUnicodeWithOffsets()
[all …]

12345678910>>...15