.. |
unicode
|
ICU-7641 do not refer to a particular (old) version of Unicode
|
2010-11-16 22:03:33 +00:00 |
bmpset.cpp
|
ICU-5966 Fix some Visual C++ 2003 compiler warnings
|
2008-02-07 17:19:23 +00:00 |
bmpset.h
|
ICU-5445 Fix some compiler warnings.
|
2007-08-08 18:39:02 +00:00 |
brkeng.cpp
|
ICU-7222 Remove Windows x64 warnings by casting explicitly.
|
2009-11-11 15:47:22 +00:00 |
brkeng.h
|
ICU-5695 Reorganize ICULanguageBreakFactory for more flexibility
|
2007-05-02 23:07:12 +00:00 |
brkiter.cpp
|
ICU-7164 split locale API implementation into multiple files so that core locale ID .c/.cpp files (hopefully) do not depend on resource bundle code or data any more
|
2010-02-25 22:32:39 +00:00 |
bytestream.cpp
|
ICU-7684 add Reset() return *this
|
2010-05-15 23:25:17 +00:00 |
caniter.cpp
|
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
|
2010-06-01 06:10:26 +00:00 |
chariter.cpp
|
|
|
charstr.cpp
|
ICU-7496 add internal char * string class for C++ implementation code
|
2010-05-20 21:16:44 +00:00 |
charstr.h
|
ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
|
2010-05-21 04:39:19 +00:00 |
cmemory.c
|
|
|
cmemory.h
|
ICU-7493 clean up MaybeStackArray (revert r27723) and add MaybeStackHeaderAndArray
|
2010-05-18 21:53:21 +00:00 |
common.rc
|
ICU-7425 update ICU DLL comments
|
2010-02-18 04:33:41 +00:00 |
common.vcxproj
|
ICU-8028 update version number to milestone:4.6, bump timebombs, etc
|
2010-10-09 01:23:28 +00:00 |
common.vcxproj.filters
|
ICU-7870 Visual Studio 2010
|
2010-08-10 20:16:09 +00:00 |
cpputils.h
|
ICU-7273 namespace fix
|
2010-01-21 23:28:30 +00:00 |
cstring.c
|
|
|
cstring.h
|
|
|
cwchar.c
|
|
|
cwchar.h
|
|
|
dictbe.cpp
|
ICU-6319 Correct handling of spaces for Thai line break iterator and add test.
|
2008-06-13 19:21:12 +00:00 |
dictbe.h
|
ICU-5426 Compact cached UnicodeSets, and make setCharacters take a const UnicodeSet.
|
2006-09-30 00:37:45 +00:00 |
dtintrv.cpp
|
ICU-6157 update after 1st round code review
|
2008-06-16 22:32:36 +00:00 |
errorcode.cpp
|
ICU-7121 add ErrorCode::errorName() convenience method
|
2009-11-09 15:40:57 +00:00 |
filterednormalizer2.cpp
|
ICU-7736 test and fix FilteredNormalizer2::getDecomposition()
|
2010-06-09 06:08:43 +00:00 |
hash.h
|
ICU-7273 add loading of custom data, with caching, test data and test code
|
2010-02-16 23:43:22 +00:00 |
icucfg.h.in
|
ICU-7856 add unix build, 'xperf' target for generating XML perf data, cleanup some makefiles
|
2010-08-05 00:26:41 +00:00 |
icudataver.c
|
ICU-3319 Fix result check for uprv_memcmp and update namespace renaming
|
2009-10-02 19:21:27 +00:00 |
icuplug.c
|
ICU-7580 Remove compiler warning.
|
2010-04-15 15:27:28 +00:00 |
icuplugimp.h
|
ICU-6633 warnings fix
|
2010-02-19 17:27:33 +00:00 |
localsvc.h
|
ICU-5118 Local Service Hook
|
2006-06-30 14:42:58 +00:00 |
locavailable.cpp
|
ICU-7164 split locale API implementation into multiple files so that core locale ID .c/.cpp files (hopefully) do not depend on resource bundle code or data any more
|
2010-02-25 22:32:39 +00:00 |
locbased.cpp
|
|
|
locbased.h
|
|
|
locdispnames.cpp
|
ICU-7522 uconfigtest failures for 4.4
|
2010-03-09 23:11:48 +00:00 |
locid.cpp
|
ICU-7708 compiler warnings for 4.5.1 (batch 1)
|
2010-05-25 22:17:12 +00:00 |
loclikely.cpp
|
ICU-7164 split locale API implementation into multiple files so that core locale ID .c/.cpp files (hopefully) do not depend on resource bundle code or data any more
|
2010-02-25 22:32:39 +00:00 |
locmap.c
|
ICU-7543 Update LCID Posix mapping for zh.
|
2010-03-29 18:21:58 +00:00 |
locmap.h
|
|
|
locresdata.cpp
|
ICU-7164 split locale API implementation into multiple files so that core locale ID .c/.cpp files (hopefully) do not depend on resource bundle code or data any more
|
2010-02-25 22:32:39 +00:00 |
locutil.cpp
|
ICU-7496 add internal char * string class for C++ implementation code
|
2010-05-20 21:16:44 +00:00 |
locutil.h
|
|
|
Makefile.in
|
ICU-6501 Set data path when building data in archive mode.
|
2010-07-29 23:37:19 +00:00 |
msvcres.h
|
ICU-7425 update ICU DLL comments
|
2010-02-18 04:33:41 +00:00 |
mutex.cpp
|
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 |
mutex.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 |
normalizer2.cpp
|
ICU-7736 add Normalizer2::getDecomposition(c)
|
2010-06-08 23:32:11 +00:00 |
normalizer2impl.cpp
|
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
|
2010-06-01 06:10:26 +00:00 |
normalizer2impl.h
|
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
|
2010-06-01 06:10:26 +00:00 |
normlzr.cpp
|
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
|
2010-06-01 06:10:26 +00:00 |
parsepos.cpp
|
|
|
propname.cpp
|
ICU-7247 use LocalMemory & MaybeStackArray in some places
|
2009-11-21 22:04:55 +00:00 |
propname.h
|
|
|
propsvec.c
|
ICU-7238 remove obsolete, now-unused upvec_compactToUTrieHandler()
|
2010-11-02 18:58:09 +00:00 |
propsvec.h
|
ICU-7238 remove obsolete, now-unused upvec_compactToUTrieHandler()
|
2010-11-02 18:58:09 +00:00 |
punycode.c
|
ICU-8137 fix u_strFromPunycode(), write last non-ASCII character into dest buffer when it just so fits
|
2010-11-12 00:02:25 +00:00 |
punycode.h
|
|
|
putil.c
|
ICU-7864 Use ICU_DATA_DIR_PREFIX_ENV_VAR to get path prefix from environment
|
2010-10-26 22:02:14 +00:00 |
putilimp.h
|
ICU-3030 show elapsed time in subtests. Add internal uprv_getRawUTCtime that doesn't go through faketime.
|
2010-05-25 19:55:05 +00:00 |
rbbi.cpp
|
ICU-5532 temp fix for crash in RBBI dictionary code with UTF-8 text
|
2010-07-23 00:15:37 +00:00 |
rbbicst.pl
|
ICU-2219 Produce good java output from rbbi scanner state table tool.
|
2005-12-21 22:00:45 +00:00 |
rbbidata.cpp
|
ICU-7780 fix various compiler warnings
|
2010-07-12 18:03:29 +00:00 |
rbbidata.h
|
ICU-5858 Add constructors for RuleBasedBreakIterator and RBBIDataWrapper
|
2008-09-25 05:48:27 +00:00 |
rbbinode.cpp
|
ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
|
2008-02-23 19:15:18 +00:00 |
rbbinode.h
|
ICU-5161 Remove debugging information for small platforms.
|
2006-07-14 00:47:15 +00:00 |
rbbirb.cpp
|
ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
|
2008-02-23 19:15:18 +00:00 |
rbbirb.h
|
ICU-6076 Don't crash when initialization fails.
|
2008-02-17 19:13:10 +00:00 |
rbbirpt.h
|
ICU-4181 fix perl script so generated rbbirpt.h file does no vary arbitrarily.
|
2005-09-07 16:39:12 +00:00 |
rbbirpt.txt
|
|
|
rbbiscan.cpp
|
ICU-7780 fix various compiler warnings
|
2010-07-12 18:03:29 +00:00 |
rbbiscan.h
|
ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
|
2008-02-23 19:15:18 +00:00 |
rbbisetb.cpp
|
ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
|
2008-02-23 19:15:18 +00:00 |
rbbisetb.h
|
ICU-4773 add beginning of input test to rbbi rules
|
2005-09-27 00:03:32 +00:00 |
rbbistbl.cpp
|
ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
|
2006-09-03 17:08:23 +00:00 |
rbbitblb.cpp
|
ICU-7247 use LocalMemory & MaybeStackArray in some places
|
2009-11-21 22:04:55 +00:00 |
rbbitblb.h
|
ICU-4773 fix some compiler warnings
|
2005-09-27 21:20:52 +00:00 |
resbund_cnv.cpp
|
ICU-5161 Better fix for Purify/valgrind warnings about uninitialized memory reading.
|
2006-04-15 16:06:01 +00:00 |
resbund.cpp
|
ICU-7708 compiler warnings for 4.5.1 (batch 1)
|
2010-05-25 22:17:12 +00:00 |
ruleiter.cpp
|
ICU-5745 Documentation fix.
|
2007-06-16 01:27:13 +00:00 |
ruleiter.h
|
ICU-5745 Improve performance of translit/TransliteratorTest/TestInstantiation
|
2007-06-15 23:32:12 +00:00 |
schriter.cpp
|
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
|
2010-05-19 17:29:33 +00:00 |
serv.cpp
|
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
|
2010-05-19 17:29:33 +00:00 |
serv.h
|
ICU-5279 Don't export some API.
|
2007-06-15 06:40:59 +00:00 |
servlk.cpp
|
|
|
servlkf.cpp
|
|
|
servloc.h
|
|
|
servls.cpp
|
|
|
servnotf.cpp
|
ICU-4703 addListener should return when detecting bad arguments.
|
2006-03-30 09:12:35 +00:00 |
servnotf.h
|
|
|
servrbf.cpp
|
|
|
servslkf.cpp
|
|
|
sprpimpl.h
|
ICU-5032 Make the StringPrepProfile smaller by using less struct padding.
|
2006-05-27 04:00:56 +00:00 |
stringpiece.cpp
|
ICU-7924 fix segfault in StringPiece::operator==(both empty)
|
2010-10-29 18:01:01 +00:00 |
triedict.cpp
|
ICU-6176 Fix some Coverity warnings
|
2008-02-13 09:35:50 +00:00 |
triedict.h
|
ICU-5032 Remove unused code.
|
2006-06-06 22:38:49 +00:00 |
uarrsort.c
|
|
|
uarrsort.h
|
|
|
uassert.h
|
|
|
ubidi_props_data.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ubidi_props.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ubidi_props.h
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ubidi.c
|
ICU-7772 Fast string direction detection
|
2010-09-21 07:12:28 +00:00 |
ubidiimp.h
|
ICU-5445 Fix some compiler warnings.
|
2007-08-12 00:29:13 +00:00 |
ubidiln.c
|
ICU-7474 Update bidi code with MSVC compiler fix.
|
2010-05-07 22:05:57 +00:00 |
ubidiwrt.c
|
ICU-5732 a few fixes to match those in ICU4J
|
2007-08-07 19:54:10 +00:00 |
ubrk.cpp
|
ICU-6076 Don't crash when initialization fails.
|
2008-02-17 19:13:10 +00:00 |
ubrkimpl.h
|
ICU-5117 Thai break should work in all locales
|
2006-03-23 00:54:12 +00:00 |
ucase_props_data.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ucase.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ucase.h
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ucasemap.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ucat.c
|
|
|
uchar_props_data.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
uchar.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
uchriter.cpp
|
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
|
2010-05-19 17:29:33 +00:00 |
ucln_cmn.c
|
ICU-7273 remove #include unormimp.h where not used any more
|
2010-02-25 00:21:02 +00:00 |
ucln_cmn.h
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ucln_imp.h
|
ICU-3126 Merge changes to trunk for auto cleanup of icu libraries.
|
2009-09-03 20:40:02 +00:00 |
ucln.h
|
ICU-7627 move dbgutil from ctestfw to toolutil ( merge from r28050 r28051 r28052 r28054 )
|
2010-05-12 17:56:02 +00:00 |
ucmndata.c
|
ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
|
2010-05-21 04:39:19 +00:00 |
ucmndata.h
|
ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
|
2010-05-21 04:39:19 +00:00 |
ucnv2022.c
|
ICU-7926 Add ISO-2022-CN-CNS to ICU4C.
|
2010-09-08 23:18:15 +00:00 |
ucnv_bld.c
|
ICU-7447 Fix some GCC and VA compiler warnings.
|
2010-10-08 20:14:26 +00:00 |
ucnv_bld.h
|
ICU-6789 implement Java-compatible Unicode, UnicodeBig and UnicodeLittle converters
|
2009-04-01 19:31:33 +00:00 |
ucnv_cb.c
|
ICU-5188 add ucnv_setSubstString()
|
2006-07-05 23:08:50 +00:00 |
ucnv_cnv.c
|
|
|
ucnv_cnv.h
|
ICU-6441 bug fix in ucnv_bld.c: don't ucnv_close() if onlyTestIsLoadable; and simplify code by dropping isLoadable result and using UErrorCode instead
|
2009-04-07 18:31:32 +00:00 |
ucnv_err.c
|
ICU-5891 Updates per code review. Also added new data-driven test case.
|
2007-10-26 20:57:56 +00:00 |
ucnv_ext.c
|
ICU-6799 fix many warnings, improve tests
|
2009-04-15 01:57:02 +00:00 |
ucnv_ext.h
|
ICU-6001 UCNV_ROUNDTRIP_AND_FALLBACK_SET for ucnv_getUnicodeSet(); improve set filtering; fix some bugs
|
2007-10-24 21:15:41 +00:00 |
ucnv_imp.h
|
ICU-6441 make ucnv_countAvailable() not fully load converters
|
2009-03-13 22:05:01 +00:00 |
ucnv_io.c
|
ICU-6477 Fix thread safety problem in converter initialization
|
2008-08-03 05:09:13 +00:00 |
ucnv_io.h
|
ICU-5426 Make it easier to change the size of the converter hash table depending on the platform.
|
2006-09-30 22:35:25 +00:00 |
ucnv_lmb.c
|
ICU-7708 compiler warnings for 4.5.1 (batch 1)
|
2010-05-25 22:17:12 +00:00 |
ucnv_set.c
|
ICU-6001 UCNV_ROUNDTRIP_AND_FALLBACK_SET for ucnv_getUnicodeSet(); improve set filtering; fix some bugs
|
2007-10-24 21:15:41 +00:00 |
ucnv_u7.c
|
ICU-6441 bug fix in ucnv_bld.c: don't ucnv_close() if onlyTestIsLoadable; and simplify code by dropping isLoadable result and using UErrorCode instead
|
2009-04-07 18:31:32 +00:00 |
ucnv_u8.c
|
ICU-5445 Fix some compiler warnings.
|
2007-06-11 18:42:07 +00:00 |
ucnv_u16.c
|
ICU-7708 compiler warnings for 4.5.1 (batch 1)
|
2010-05-25 22:17:12 +00:00 |
ucnv_u32.c
|
ICU-6441 bug fix in ucnv_bld.c: don't ucnv_close() if onlyTestIsLoadable; and simplify code by dropping isLoadable result and using UErrorCode instead
|
2009-04-07 18:31:32 +00:00 |
ucnv.c
|
ICU-7839 Update ambiguous converter list.
|
2010-09-17 21:25:56 +00:00 |
ucnvbocu.c
|
|
|
ucnvdisp.c
|
|
|
ucnvhz.c
|
ICU-6441 bug fix in ucnv_bld.c: don't ucnv_close() if onlyTestIsLoadable; and simplify code by dropping isLoadable result and using UErrorCode instead
|
2009-04-07 18:31:32 +00:00 |
ucnvisci.c
|
ICU-7222 Remove Windows x64 warnings by casting explicitly.
|
2009-11-11 15:47:22 +00:00 |
ucnvlat1.c
|
ICU-5740 Improve converting ASCII/ISO-8859-1 -> UTF16
|
2007-06-10 06:36:08 +00:00 |
ucnvmbcs.c
|
ICU-7780 fix various compiler warnings
|
2010-07-12 18:03:29 +00:00 |
ucnvmbcs.h
|
ICU-5987 merge small-conversion-file feature into trunk, from svn merge -r 22780:22805 .../branches/markus/smallcnv
|
2007-10-25 17:05:36 +00:00 |
ucnvscsu.c
|
ICU-6441 bug fix in ucnv_bld.c: don't ucnv_close() if onlyTestIsLoadable; and simplify code by dropping isLoadable result and using UErrorCode instead
|
2009-04-07 18:31:32 +00:00 |
ucnvsel.cpp
|
ICU-7247 use almost every one of the LocalXyzPointer classes at least once
|
2009-11-20 06:28:25 +00:00 |
ucol_swp.cpp
|
ICU-3984 updates based on code review and fix of memory leak during collation reordering rule parsing
|
2010-11-04 20:12:39 +00:00 |
ucol_swp.h
|
ICU-6945 merge into trunk: changes for .res formatVersion 2 (#6945) and new ICU4J data .jar building from ICU4C (#7043), from -r 26329:26368 icu/branches/markus/smallres2
|
2009-07-17 22:57:26 +00:00 |
udata.cpp
|
ICU-7586 urename update (had to move a class into the ICU namespace)
|
2010-06-23 00:38:51 +00:00 |
udatamem.c
|
ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
|
2010-05-21 04:39:19 +00:00 |
udatamem.h
|
ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
|
2010-05-21 04:39:19 +00:00 |
udataswp.c
|
|
|
udataswp.h
|
ICU-4739 export uprv_ebcdicFromAscii() for icupkg
|
2005-09-20 18:51:22 +00:00 |
uenum.c
|
|
|
uenumimp.h
|
ICU-5220 uenum_next() must not set an error code for just enumerating past the end
|
2006-08-06 22:38:31 +00:00 |
uhash_us.cpp
|
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
|
2010-06-01 06:10:26 +00:00 |
uhash.c
|
ICU-6998 swat a bunch of compiler warnings.
|
2009-07-10 18:58:35 +00:00 |
uhash.h
|
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
|
2010-06-01 06:10:26 +00:00 |
uidna.cpp
|
ICU-6238 Support standard stringprep profiles in ICU4C. Merging changes from the work branch to the trunk.
|
2009-02-02 16:16:07 +00:00 |
uinit.c
|
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
|
2010-06-01 06:10:26 +00:00 |
uinvchar.c
|
ICU-7502 fix ASCIIsms - merge from branch /branches/srl/ascii7502
|
2010-07-28 16:08:12 +00:00 |
uinvchar.h
|
ICU-7502 fix ASCIIsms - merge from branch /branches/srl/ascii7502
|
2010-07-28 16:08:12 +00:00 |
uiter.cpp
|
ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
|
2006-09-03 17:08:23 +00:00 |
ulist.c
|
ICU-6799 fix compiler warnings
|
2009-03-27 17:08:12 +00:00 |
ulist.h
|
ICU-3378 Port over getKeywordValuesForLocale API from ICU4J to ICU4C. Add test for this new API. Also add for, internal use, Linked List API for when creating UEnumeration.
|
2009-03-09 20:39:13 +00:00 |
uloc_tag.c
|
ICU-7438 Cleaned up the -u-va-posix handling code a bit
|
2010-05-10 21:29:35 +00:00 |
uloc.c
|
ICU-7023 Fix import for EBCDIC machines - contd
|
2010-11-06 00:30:20 +00:00 |
ulocimp.h
|
ICU-7023 Fix import for EBCDIC machines - contd
|
2010-11-06 00:30:20 +00:00 |
umapfile.c
|
ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
|
2010-05-21 04:39:19 +00:00 |
umapfile.h
|
ICU-7496 rename udata.c to udata.cpp and replace TinyString with CharString
|
2010-05-21 04:39:19 +00:00 |
umath.c
|
ICU-5138 Separate the platform independent math from putil.c
|
2006-03-31 06:40:46 +00:00 |
umutex.c
|
ICU-4016 mutexes: dump pool, revert to dynamic allocation, simplify some of the #ifdef tangle.
|
2009-09-21 04:21:41 +00:00 |
umutex.h
|
ICU-6480 clean up UMTX_CHECK usage in lazy init
|
2008-08-05 00:09:13 +00:00 |
unames.c
|
ICU-7084 Unicode 5.2: merge -r 26464:26890 branches/markus/uni52 into trunk, and a little cleanup (C++)
|
2009-11-13 19:25:21 +00:00 |
unifilt.cpp
|
|
|
unifunct.cpp
|
|
|
uniset_props.cpp
|
ICU-7792 fix some UCONFIG_NO_XYZ bugs
|
2010-09-28 05:43:34 +00:00 |
uniset.cpp
|
ICU-7222 Remove Windows x64 warnings by casting explicitly.
|
2009-11-11 15:47:22 +00:00 |
unisetspan.cpp
|
ICU-5445 Fix some compiler warnings.
|
2007-08-08 18:39:02 +00:00 |
unisetspan.h
|
ICU-5585 fast, freezable UnicodeSet with span() with string support; svn merge -r 21018:22033 http://source.icu-project.org/repos/icu/icu/branches/markus/fastset and revert source/test/perf/unisetperf/draft/* and source/common/utrie.* and source/allinone/allinone.sln (experimental code)
|
2007-07-19 04:33:20 +00:00 |
unistr_case.cpp
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
unistr_cnv.cpp
|
ICU-7187 avoid comparison of (pointer+unsigned)>pointer which can be optimized away; not necessary anyway with use of U_MAX_PTR(pointer)
|
2010-10-28 23:32:22 +00:00 |
unistr_props.cpp
|
ICU-5835 optimize UnicodeString: increase US_STACKBUF_SIZE from 7 to 13; optimize append() and unescape()
|
2007-09-28 04:50:25 +00:00 |
unistr.cpp
|
ICU-8091 guard against pinIndices() reducing length to 0 or 1
|
2010-11-02 18:19:05 +00:00 |
unorm_it.c
|
ICU-6605 use ptrdiff_t for memory alignment tests
|
2008-10-30 05:20:32 +00:00 |
unorm_it.h
|
|
|
unorm.cpp
|
ICU-7736 add Normalizer2::getDecomposition(c)
|
2010-06-08 23:32:11 +00:00 |
unormcmp.cpp
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
unormimp.h
|
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
|
2010-06-01 06:10:26 +00:00 |
uobject.cpp
|
ICU-6193 Commit changes to trunk via manual edit
|
2008-10-07 15:40:37 +00:00 |
uprops.cpp
|
ICU-7792 fix some UCONFIG_NO_XYZ bugs
|
2010-09-28 05:43:34 +00:00 |
uprops.h
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ures_cnv.c
|
ICU-5032 Increase code coverage numbers by removing redundant code
|
2006-03-16 22:47:23 +00:00 |
uresbund.c
|
ICU-7714 Set cached user data entry to be deleted instead of removing it right away if user data is not found.
|
2010-05-27 20:29:16 +00:00 |
uresdata.c
|
ICU-7035 stop support for ICU resource bundle formatVersion 1.0 [predates ICU 2.8] in swapper code
|
2010-01-16 05:15:30 +00:00 |
uresdata.h
|
ICU-6945 merge into trunk: changes for .res formatVersion 2 (#6945) and new ICU4J data .jar building from ICU4C (#7043), from -r 26329:26368 icu/branches/markus/smallres2
|
2009-07-17 22:57:26 +00:00 |
uresimp.h
|
ICU-7708 compiler warnings for 4.5.1 (batch 1)
|
2010-05-25 22:17:12 +00:00 |
ureslocs.h
|
ICU-7232 Fix some Windows compilation errors.
|
2009-11-13 01:47:05 +00:00 |
usc_impl.c
|
ICU-6799 fix many warnings, improve tests
|
2009-04-15 01:57:02 +00:00 |
usc_impl.h
|
|
|
uscript.c
|
ICU-8097 Fix buffer overflow problems in uscript_getCode()
|
2010-10-29 15:41:56 +00:00 |
uset_imp.h
|
ICU-6001 UCNV_ROUNDTRIP_AND_FALLBACK_SET for ucnv_getUnicodeSet(); improve set filtering; fix some bugs
|
2007-10-24 21:15:41 +00:00 |
uset_props.cpp
|
ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
|
2006-09-03 17:08:23 +00:00 |
uset.cpp
|
ICU-7273 remove now-unused unorm.icu, and small changes parallel with Java
|
2010-02-13 23:15:05 +00:00 |
usetiter.cpp
|
ICU-4152 fix syntax error.
|
2006-01-09 19:20:59 +00:00 |
ushape.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
usprep.cpp
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ustack.cpp
|
|
|
ustr_cnv.c
|
ICU-7829 reset the default converter if the default converter name changes
|
2010-07-14 23:01:37 +00:00 |
ustr_cnv.h
|
ICU-7829 reset the default converter if the default converter name changes
|
2010-07-14 23:01:37 +00:00 |
ustr_imp.h
|
ICU-7273 remove u_growBufferFromStatic() -- using UnicodeString instead
|
2010-02-19 23:49:51 +00:00 |
ustr_wcs.c
|
ICU-7106 string transformation functions permit source=NULL when sourceLength=0
|
2010-02-26 05:21:59 +00:00 |
ustrcase.c
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
ustrenum.cpp
|
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
|
2010-05-19 17:29:33 +00:00 |
ustrenum.h
|
ICU-2515 Make uenum_openStringEnumeration() public
|
2009-03-12 17:56:24 +00:00 |
ustrfmt.c
|
ICU-5152 Remove broken uprv_dtostr function, and create a better ChoiceFormat::dtos function.
|
2006-04-08 09:48:13 +00:00 |
ustrfmt.h
|
ICU-5152 Remove broken uprv_dtostr function, and create a better ChoiceFormat::dtos function.
|
2006-04-08 09:48:13 +00:00 |
ustring.c
|
ICU-7273 remove u_growBufferFromStatic() -- using UnicodeString instead
|
2010-02-19 23:49:51 +00:00 |
ustrtrns.c
|
ICU-7708 compiler warnings for 4.5.1 (batch 1)
|
2010-05-25 22:17:12 +00:00 |
utext.cpp
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
utf_impl.c
|
ICU-5043 low-level code for lenient-UTF-8 UText provider
|
2006-02-09 21:16:20 +00:00 |
util_props.cpp
|
ICU-5138 Separate ICU_Utility into property using and non-property using functions.
|
2006-03-31 08:00:41 +00:00 |
util.cpp
|
ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
|
2008-02-23 19:15:18 +00:00 |
util.h
|
ICU-5932 Fix a namespace issue.
|
2007-09-13 21:38:41 +00:00 |
utrace.c
|
ICU-6112 Eliminate the __common section in the __DATA segment on Mac OS X
|
2008-01-03 08:33:25 +00:00 |
utracimp.h
|
ICU-6963 Make icu resolve symbols internally.
|
2009-07-14 16:50:23 +00:00 |
utrie2_builder.c
|
ICU-7447 Fix some GCC and VA compiler warnings.
|
2010-10-08 20:14:26 +00:00 |
utrie2_impl.h
|
ICU-6530 stray comma
|
2008-10-30 06:55:48 +00:00 |
utrie2.cpp
|
ICU-7447 Fix some GCC and VA compiler warnings.
|
2010-10-08 20:14:26 +00:00 |
utrie2.h
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
utrie.c
|
ICU-6799 fix many warnings, improve tests
|
2009-04-15 01:57:02 +00:00 |
utrie.h
|
ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8
|
2008-10-22 19:50:07 +00:00 |
uts46.cpp
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
|
2010-09-21 00:12:49 +00:00 |
utypes.c
|
ICU-5193 Big decimal number formatting.
|
2010-02-26 02:29:00 +00:00 |
uvector.cpp
|
ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
|
2010-09-17 01:53:01 +00:00 |
uvector.h
|
ICU-4790 spoof impl merged to trunk.
|
2009-03-09 23:40:15 +00:00 |
uvectr32.cpp
|
ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
|
2010-09-17 01:53:01 +00:00 |
uvectr32.h
|
ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
|
2010-09-17 01:53:01 +00:00 |
uvectr64.cpp
|
ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
|
2010-09-17 01:53:01 +00:00 |
uvectr64.h
|
ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
|
2010-09-17 01:53:01 +00:00 |
wintz.c
|
ICU-6444 Update mapTimezones table structure. This update was done by CLDR svn revision 4748.
|
2010-02-25 22:08:13 +00:00 |
wintz.h
|
ICU-6207 Cleaned up unused code. Minor improvements.
|
2008-09-30 19:18:59 +00:00 |