Home
last modified time | relevance | path

Searched refs:maxUtf16 (Results 1 – 9 of 9) sorted by last modified time

/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DUTF.h70 int POPPLER_PRIVATE_EXPORT utf8ToUtf16(const char *utf8, uint16_t *utf16, int maxUtf16 = INT_MAX, i…
93 …PORT utf16ToUtf8(const uint16_t *utf16, char *utf8, int maxUtf8 = INT_MAX, int maxUtf16 = INT_MAX);
H A DUTF.cc309 int utf8ToUtf16(const char *utf8, uint16_t *utf16, int maxUtf16, int maxUtf8) in utf8ToUtf16() argument
316 while (*utf8 && nIn < maxUtf8 && nOut < maxUtf16 - 1) { in utf8ToUtf16()
339 if (state != UTF8_ACCEPT && state != UTF8_REJECT && nOut < maxUtf16 - 1) { in utf8ToUtf16()
343 if (nOut > maxUtf16 - 1) in utf8ToUtf16()
344 nOut = maxUtf16 - 1; in utf8ToUtf16()
452 int utf16ToUtf8(const uint16_t *utf16, char *utf8, int maxUtf8, int maxUtf16) in utf16ToUtf8() argument
459 while (*utf16 && nIn < maxUtf16 && nOut < maxUtf8 - 1) { in utf16ToUtf8()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DUTF.h70 int POPPLER_PRIVATE_EXPORT utf8ToUtf16(const char *utf8, uint16_t *utf16, int maxUtf16 = INT_MAX, i…
93 …PORT utf16ToUtf8(const uint16_t *utf16, char *utf8, int maxUtf8 = INT_MAX, int maxUtf16 = INT_MAX);
H A DUTF.cc309 int utf8ToUtf16(const char *utf8, uint16_t *utf16, int maxUtf16, int maxUtf8) in utf8ToUtf16() argument
316 while (*utf8 && nIn < maxUtf8 && nOut < maxUtf16 - 1) { in utf8ToUtf16()
339 if (state != UTF8_ACCEPT && state != UTF8_REJECT && nOut < maxUtf16 - 1) { in utf8ToUtf16()
343 if (nOut > maxUtf16 - 1) in utf8ToUtf16()
344 nOut = maxUtf16 - 1; in utf8ToUtf16()
452 int utf16ToUtf8(const uint16_t *utf16, char *utf8, int maxUtf8, int maxUtf16) in utf16ToUtf8() argument
459 while (*utf16 && nIn < maxUtf16 && nOut < maxUtf8 - 1) { in utf16ToUtf8()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DUTF.cc309 int utf8ToUtf16(const char *utf8, uint16_t *utf16, int maxUtf16, int maxUtf8) in utf8ToUtf16() argument
316 while (*utf8 && nIn < maxUtf8 && nOut < maxUtf16 - 1) { in utf8ToUtf16()
339 if (state != UTF8_ACCEPT && state != UTF8_REJECT && nOut < maxUtf16 - 1) { in utf8ToUtf16()
343 if (nOut > maxUtf16 - 1) in utf8ToUtf16()
344 nOut = maxUtf16 - 1; in utf8ToUtf16()
452 int utf16ToUtf8(const uint16_t *utf16, char *utf8, int maxUtf8, int maxUtf16) in utf16ToUtf8() argument
459 while (*utf16 && nIn < maxUtf16 && nOut < maxUtf8 - 1) { in utf16ToUtf8()
H A DUTF.h70 int POPPLER_PRIVATE_EXPORT utf8ToUtf16(const char *utf8, uint16_t *utf16, int maxUtf16 = INT_MAX, i…
93 …PORT utf16ToUtf8(const uint16_t *utf16, char *utf8, int maxUtf8 = INT_MAX, int maxUtf16 = INT_MAX);
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DUTF.cc309 int utf8ToUtf16(const char *utf8, uint16_t *utf16, int maxUtf16, int maxUtf8) in utf8ToUtf16() argument
316 while (*utf8 && nIn < maxUtf8 && nOut < maxUtf16 - 1) { in utf8ToUtf16()
339 if (state != UTF8_ACCEPT && state != UTF8_REJECT && nOut < maxUtf16 - 1) { in utf8ToUtf16()
343 if (nOut > maxUtf16 - 1) in utf8ToUtf16()
344 nOut = maxUtf16 - 1; in utf8ToUtf16()
452 int utf16ToUtf8(const uint16_t *utf16, char *utf8, int maxUtf8, int maxUtf16) in utf16ToUtf8() argument
459 while (*utf16 && nIn < maxUtf16 && nOut < maxUtf8 - 1) { in utf16ToUtf8()
H A DUTF.h70 int POPPLER_PRIVATE_EXPORT utf8ToUtf16(const char *utf8, uint16_t *utf16, int maxUtf16 = INT_MAX, i…
93 …PORT utf16ToUtf8(const uint16_t *utf16, char *utf8, int maxUtf8 = INT_MAX, int maxUtf16 = INT_MAX);
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynCommons.pas1542 function Utf8TruncateToUnicodeLength(var text: RawUTF8; maxUtf16: integer): boolean;
13363 if (source<>nil) and (cardinal(maxUtf16)<cardinal(length(text))) then