Commit Graph

43 Commits

Author SHA1 Message Date
George Rhoten
c0c34e6f90 ICU-3004 Don't create a default locale when it isn't needed.
X-SVN-Rev: 17109
2005-01-11 20:26:04 +00:00
George Rhoten
fef1b77683 ICU-4092 Increase code coverage.
Fix broken RTTI on Windows by splitting service registration into separate files,
and rename files for consistency at the request from Doug.

X-SVN-Rev: 16979
2004-12-21 06:55:20 +00:00
George Rhoten
6ff73e1576 ICU-4226 BreakIterator should not ignore the returned pointers from the ures_* APIs.
X-SVN-Rev: 16850
2004-11-13 00:49:55 +00:00
Eric Mader
ca462b2c99 ICU-4226 BreakIterator::buildInstance() needs to init brkrules and brkname, even if the ures_open call failed.
X-SVN-Rev: 16847
2004-11-12 23:56:07 +00:00
Andy Heninger
665e553354 ICU-4161 remove tabs from source code
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
Deborah Goldsmith
225c380bde ICU-3561 Locale-based text boundaries
X-SVN-Rev: 16582
2004-10-21 01:03:01 +00:00
George Rhoten
e2188e6775 ICU-4078 Decouple the cleanup functions from u_init and u_cleanup.
X-SVN-Rev: 16403
2004-10-06 23:10:53 +00:00
George Rhoten
0fc1c57375 ICU-4084 Make sure that ures_* is used instead of the slower ResourceBundle.
X-SVN-Rev: 16250
2004-09-03 15:17:54 +00:00
Markus Scherer
53e086dc9a ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16193
2004-08-26 22:51:40 +00:00
George Rhoten
254eea3c6e ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
X-SVN-Rev: 16182
2004-08-24 17:21:14 +00:00
George Rhoten
8967f503cc ICU-3837 Add UCONFIG_NO_SERVICE
X-SVN-Rev: 16033
2004-07-18 01:18:23 +00:00
Eric Mader
14fbb48bf9 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15385
2004-05-18 22:01:41 +00:00
Steven R. Loomis
80d2e532c0 ICU-3764 better error checking for break iterator
X-SVN-Rev: 15350
2004-05-18 00:47:29 +00:00
Alan Liu
4de846b86d ICU-2202 fix corner case where service has been started, but it calls back through handleDefault to makeInstance
X-SVN-Rev: 14386
2004-01-22 22:43:07 +00:00
Alan Liu
91390d5ea7 ICU-2202 preliminary checkin
X-SVN-Rev: 14367
2004-01-20 23:06:38 +00:00
Eric Mader
f74b4bdfad ICU-3514 changes to avoid crahses when there's no ICU data.
X-SVN-Rev: 14354
2004-01-16 21:31:17 +00:00
George Rhoten
f7a4a8d4a5 ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14315
2004-01-14 18:03:50 +00:00
Eric Mader
6aac9dbeb8 ICU-3473 Update copyright notices for ICU 2.8.
X-SVN-Rev: 14180
2003-12-18 23:16:48 +00:00
Vladimir Weinstein
5fb5552a63 ICU-2202 getLocale implementation for break iterator
X-SVN-Rev: 13780
2003-11-20 00:03:20 +00:00
Andy Heninger
92a85abb11 ICU-2924 RBBI, temporarily remove actual/valid Locale, it's failing with buffer clones.
X-SVN-Rev: 13741
2003-11-17 23:50:22 +00:00
Vladimir Weinstein
201b9f39a5 ICU-2202 getLocale API for breakiterator. Final implementation pending discussion with Andy
X-SVN-Rev: 13724
2003-11-14 07:06:58 +00:00
Syn Wee Quek
6f094669a2 ICU-2092 error status checks added
X-SVN-Rev: 13050
2003-09-09 23:51:17 +00:00
Andy Heninger
0628ea950a ICU-3014 Revised ICU initialization code
X-SVN-Rev: 12915
2003-08-22 23:26:53 +00:00
Andy Heninger
96c4ddb1c9 ICU-2970 Thread Safety fixes to RBBI Service Registration
X-SVN-Rev: 12422
2003-06-10 21:36:36 +00:00
Steven R. Loomis
c07cd057ad ICU-2970 use global mutex for protecting lazy initialized services
X-SVN-Rev: 12362
2003-06-06 22:01:28 +00:00
Doug Felt
f194e6800b ICU-1949 icuservice
X-SVN-Rev: 10365
2002-11-24 23:46:04 +00:00
Doug Felt
aa710b99dd ICU-2203 minor cleanup
X-SVN-Rev: 10297
2002-11-20 17:15:34 +00:00
Doug Felt
82e5383a7e ICU-2203 cleanup api after code review
X-SVN-Rev: 10277
2002-11-15 23:52:14 +00:00
Doug Felt
5c886229bf ICU-2203 fixes to breakiterator registration
X-SVN-Rev: 10256
2002-11-14 17:47:49 +00:00
Doug Felt
649d22bf27 ICU-2203 remove synch in cleanup
X-SVN-Rev: 10212
2002-11-08 20:13:53 +00:00
Doug Felt
fc7db155e6 ICU-2203 BreakIterator service registration - cleanup
X-SVN-Rev: 10207
2002-11-08 18:07:48 +00:00
Doug Felt
9e3ffd17d1 ICU-2203 BreakIterator service registration
X-SVN-Rev: 10197
2002-11-08 00:22:18 +00:00
Markus Scherer
3d38617bdc ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
2002-09-20 01:54:48 +00:00
Andy Heninger
6df1676310 ICU-2077 RBBI: review comments incorporated. (incomplete, more to come.)
X-SVN-Rev: 9612
2002-08-08 00:39:13 +00:00
Andy Heninger
7ab245e6e9 ICU-45 RBBI: conditionalize / remove stdio and stdlib dependencies.
Remove dead code.  Clean up some comments.

X-SVN-Rev: 9509
2002-08-01 16:17:41 +00:00
Andy Heninger
8714fcad68 ICU-45 clean up more g++ compiler warnings
X-SVN-Rev: 9314
2002-07-24 19:07:37 +00:00
GCL Shanghai
80dfca0dc5 ICU-1953 remove Tabs
X-SVN-Rev: 9023
2002-07-03 11:59:21 +00:00
GCL Shanghai
b89c229c6e ICU-1953 change comments style and check 0/NULL
X-SVN-Rev: 8993
2002-07-02 15:10:30 +00:00
GCL Shanghai
1e188eca35 ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
2002-06-29 09:31:05 +00:00
Andy Heninger
32c09250b7 ICU-45 new builder for RBBI rules, initial checkin
X-SVN-Rev: 8939
2002-06-25 17:23:07 +00:00
Markus Scherer
8c78422db2 ICU-1561 replace all UTextOffset with int32_t
X-SVN-Rev: 7942
2002-03-12 01:32:42 +00:00
Andy Heninger
13e01fb91d ICU-1126 Add title break iterator
X-SVN-Rev: 7801
2002-02-28 01:28:04 +00:00
Markus Scherer
aae7ac8a66 ICU-1126 move break iterator code to common library so that titlecasing can use it
X-SVN-Rev: 7728
2002-02-21 04:42:32 +00:00