scuffed-code/icu4c/source/tools/toolutil
2015-09-07 01:32:31 +00:00
..
collationinfo.cpp ICU-11449 reorder single scripts not groups, scripts/groups can start on top-16-bit boundaries, data formatVersion 5 for new scripts data and optional reorderRanges appended to reorderCodes 2015-01-07 03:37:11 +00:00
collationinfo.h ICU-11449 reorder single scripts not groups, scripts/groups can start on top-16-bit boundaries, data formatVersion 5 for new scripts data and optional reorderRanges appended to reorderCodes 2015-01-07 03:37:11 +00:00
dbgutil.cpp ICU-9469 Improve support for C++11 2012-08-15 17:46:17 +00:00
dbgutil.h ICU-9469 Improve support for C++11 2012-08-15 17:46:17 +00:00
denseranges.cpp ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167); merge branches/markus/tries -r 29040:29249 2010-12-31 18:21:36 +00:00
denseranges.h ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167); merge branches/markus/tries -r 29040:29249 2010-12-31 18:21:36 +00:00
filestrm.c ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +00:00
filestrm.h ICU-4612 move filestrm to toolutil to remove core library dependencies on file I/O 2005-06-30 17:40:53 +00:00
filetools.cpp ICU-10331 mingw fixes 2013-09-04 06:59:04 +00:00
filetools.h ICU-3933 Move swapping of file sep char to filetools.h. Update Makefile and project files. 2009-01-12 23:02:36 +00:00
flagparser.c ICU-11694 Fix memory leak when parsing flag file 2015-06-01 20:01:33 +00:00
flagparser.h ICU-8559 Removed requirement for flags being in a fixed order 2011-06-27 21:58:09 +00:00
Makefile.in ICU-10472 build genrb, uconv, toolutil but not test suites with explicit UnicodeString constructors 2014-02-25 23:49:53 +00:00
package.cpp ICU-11774 toolutil Package use uprv_free & LocalMemory, not free() 2015-09-04 18:59:17 +00:00
package.h ICU-10808 Fix some array size limitation when calling pkgdata tool 2014-04-23 21:29:23 +00:00
pkg_genc.c ICU-10572 Make ICU data symbol private on Mac and Linux 2015-03-03 17:47:29 +00:00
pkg_genc.h ICU-8888 Add pkgdata tool option to build without assembly code 2011-11-03 23:55:49 +00:00
pkg_gencmn.c ICU-9292 Merge BEAM warning fixes from branch into trunk 2012-05-03 05:50:26 +00:00
pkg_gencmn.h ICU-3933 Merge pkgdata update from branch to trunk. 2008-11-24 20:04:52 +00:00
pkg_icu.cpp ICU-11704 better/simpler memory management in toolutil/pkg_icu.cpp writePackageDatFile() 2015-09-07 01:32:31 +00:00
pkg_icu.h ICU-9326 Fix Package declaration in header file 2012-05-18 06:56:36 +00:00
pkg_imp.h ICU-4739 Implementation definitions for data package functions in toolutil. 2005-09-20 18:42:59 +00:00
pkgitems.cpp ICU-11537 move shared resource bundle string values to pool.res, .res formatVersion 3; merge --integrate from dev branch, plus make toolutil/pkgitems.cpp set poolBundleStrings so that icupkg can check dependencies 2015-08-07 18:44:38 +00:00
ppucd.cpp ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc 2014-08-28 22:13:45 +00:00
ppucd.h ICU-10128 update ICU to Unicode 6.3 beta (merge from branches/markus/uni63 at r33661) 2013-05-15 21:51:04 +00:00
swapimpl.cpp ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc 2014-08-28 22:13:45 +00:00
swapimpl.h ICU-4739 move data swapping implementation code from the icuswap tool to the toolutil library for sharing among multiple tools 2005-08-26 15:30:42 +00:00
toolutil.cpp ICU-10808 Fix file sep char checking 2014-04-24 20:06:19 +00:00
toolutil.h ICU-10331 move platform dependency out of udatatst.c , other fixes for msys/mingw 2013-09-04 22:36:52 +00:00
toolutil.vcxproj ICU-11609 add svn:eol-style property to vcxproj files. 2015-04-17 21:25:48 +00:00
ucbuf.c ICU-10977 remove stray #if DEBUG from toolutil/ucbuf.c 2014-06-25 21:54:18 +00:00
ucbuf.h ICU-11711 better memory management in GenrbImporter::getRules() using string class & auto pointers 2015-06-16 11:23:04 +00:00
ucln_tu.cpp ICU-10799 ICU initialization code, review & cleanup. 2014-04-23 23:22:13 +00:00
ucm.c ICU-9602 conversion: add good one-way mapping type |4 2013-02-11 20:48:11 +00:00
ucm.h ICU-9602 conversion: add good one-way mapping type |4 2013-02-11 20:48:11 +00:00
ucmstate.c ICU-9292 Merge BEAM warning fixes from branch into trunk 2012-05-03 05:50:26 +00:00
udbgutil.cpp ICU-11828 Add check for null pointer 2015-08-31 18:59:01 +00:00
udbgutil.h ICU-11763 turn icuplugs off by default 2015-07-16 18:13:02 +00:00
unewdata.c ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2 2010-01-06 23:50:03 +00:00
unewdata.h ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2 2010-01-06 23:50:03 +00:00
uoptions.c ICU-11831 u_parseArgs() reset option->doesOccur in case of error 2015-09-04 18:38:25 +00:00
uoptions.h ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +00:00
uparse.c ICU-9292 Merge BEAM warning fixes from branch into trunk 2012-05-03 05:50:26 +00:00
uparse.h ICU-7237 adjust BiDiConformanceTest for Unicode 6 BidiTest.txt (auto-RTL in bit set) 2010-07-08 05:16:35 +00:00
writesrc.c ICU-8972 make usrc_create() take & write generator name, remove temporary usrc_createFromGenerator() 2012-01-06 23:32:50 +00:00
writesrc.h ICU-8972 make usrc_create() take & write generator name, remove temporary usrc_createFromGenerator() 2012-01-06 23:32:50 +00:00
xmlparser.cpp ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies 2010-05-19 17:29:33 +00:00
xmlparser.h ICU-4620 uconfig.h fixes 2005-07-09 03:09:47 +00:00