Lines Matching defs:Latin1
489 Latin1 = 32,
539 TOO_LARGE, // The decoded character must be less than or equal to U+10FFFF,less than or equal than U+7F for ASCII OR less than equal than U+FF for Latin1
542 // there must be no surrogate at all (Latin1)
1052 * Convert Latin1 string into UTF8 string.
1056 * @param input the Latin1 string to convert
1065 * Convert possibly Latin1 string into UTF-16LE string.
1069 * @param input the Latin1 string to convert
1077 * Convert Latin1 string into UTF-16BE string.
1081 * @param input the Latin1 string to convert
1089 * Convert Latin1 string into UTF-32 string.
1093 * @param input the Latin1 string to convert
1128 * Using native endianness, convert a Latin1 string into a UTF-16 string.
1308 * Return the number of bytes that this Latin1 string would require in UTF-8 format.
1310 * @param input the Latin1 string to convert
1312 * @return the number of bytes required to encode the Latin1 string as UTF-8
1317 * Compute the number of bytes that this UTF-8 string would require in Latin1 format.
1325 * @return the number of bytes required to encode the UTF-8 string as Latin1
1375 * Using native endianness, convert possibly broken UTF-16 string into Latin1 string.
1390 * Convert possibly broken UTF-16LE string into Latin1 string.
1405 * Convert possibly broken UTF-16BE string into Latin1 string.
1451 * Using native endianness, convert possibly broken UTF-16 string into Latin1 string.
1465 * Convert possibly broken UTF-16LE string into Latin1 string.
1479 * Convert possibly broken UTF-16BE string into Latin1 string.
1554 * Using native endianness, convert UTF-16 string into Latin1 string.
1568 * Convert valid UTF-16LE string into Latin1 string.
1582 * Convert valid UTF-16BE string into Latin1 string.
1759 * Compute the number of bytes that this UTF-16LE/BE string would require in Latin1 format.
1766 * @return the number of bytes required to encode the UTF-16LE string as Latin1
1880 * Convert possibly broken UTF-32 string into Latin1 string.
1896 * Convert possibly broken UTF-32 string into Latin1 string and stop on error.
1911 * Convert valid UTF-32 string into Latin1 string.
2419 * Convert Latin1 string into UTF8 string.
2423 * @param input the Latin1 string to convert
2432 * Convert possibly Latin1 string into UTF-16LE string.
2436 * @param input the Latin1 string to convert
2444 * Convert Latin1 string into UTF-16BE string.
2448 * @param input the Latin1 string to convert
2456 * Convert Latin1 string into UTF-32 string.
2460 * @param input the Latin1 string to convert
2647 * Convert possibly broken UTF-16LE string into Latin1 string.
2662 * Convert possibly broken UTF-16BE string into Latin1 string.
2677 * Convert possibly broken UTF-16LE string into Latin1 string.
2691 * Convert possibly broken UTF-16BE string into Latin1 string.
2705 * Convert valid UTF-16LE string into Latin1 string.
2719 * Convert valid UTF-16BE string into Latin1 string.
2935 * Convert possibly broken UTF-32 string into Latin1 string.
2951 * Convert possibly broken UTF-32 string into Latin1 string and stop on error.
2967 * Convert valid UTF-32 string into Latin1 string.
3026 * Return the number of bytes that this UTF-16 string would require in Latin1 format.
3031 * @return the number of bytes required to encode the UTF-16 string as Latin1
3138 * Return the number of bytes that this Latin1 string would require in UTF-8 format.
3140 * @param input the Latin1 string to convert
3142 * @return the number of bytes required to encode the Latin1 string as UTF-8
3158 * Compute the number of bytes that this UTF-32 string would require in Latin1 format.
3163 * @return the number of bytes required to encode the UTF-32 string as Latin1
3168 * Compute the number of bytes that this UTF-8 string would require in Latin1 format.
3174 * @return the number of bytes required to encode the UTF-8 string as Latin1
3179 * Compute the number of bytes that this UTF-16LE/BE string would require in Latin1 format.
3187 * @return the number of bytes required to encode the UTF-16LE string as Latin1
3204 * Return the number of bytes that this UTF-32 string would require in Latin1 format.
3210 * @return the number of bytes required to encode the UTF-32 string as Latin1