Lines Matching refs:it
45 set}, the iconv library shares it's capabilities with the Newlib Locale
740 efficiency: the first method is more efficient since it converts
741 directly; however, it isn't so flexible since for each
804 The third design issue also relates to flexibility. Obviously, it isn't
808 a PC, but it may be very problematical within "small" embedded systems.
811 Since the CCS tables are just data, it is possible to load them
826 configuration. One important ability is for iconv to not link all it's
852 dynamically added into an already compiled Newlib library, even if it
885 "from" support for each encoding that was passed to it.
889 "to" support for each encoding that was passed to it.
910 configure script option, but it isn't so optimal since there will be
1008 trivial - it is just the array of 256 16-bit UCS codes. Therefore, an
1076 the 0xFF value. If there is an 0xFF code present in the CCS, it's mapping
1104 As it is stated above, size-optimized tables exist only for 16-bit CCS-es.
1161 The array of these triads is sorted by the firs element, therefore it is
1172 values, therefore it is possible to find the needed pair quickly.
1178 code (total 16). But it is better to join both ranges as 1 - 10 and
1198 index". Since we are searching in the sorted array, we can do it quickly
1202 range array. If it is 0xFFFF, return an error.
1224 .cct files are generated by the 'mktbl.pl' Perl script, it is possible
1391 Sometimes, it is impossible to map some CCS codes to the 16-bit UCS if, for example,
1411 The following it the list of CES converters which are currently present
1573 is used to find the name of requested encoding by it's alias.
1619 encoding's CCS (if it isn't already present). To do this, the CCS source
1622 @item Write the corresponding CES converter (if it isn't already
1643 it is desired to add the specialized (non UCS-based) conversion support,