Commit Graph

1119 Commits

Author SHA1 Message Date
George Rhoten
aba3895e0e ICU-2202 Don't use magic numbers that occasionally change, like "50"
X-SVN-Rev: 14302
2004-01-12 22:39:41 +00:00
Andy Heninger
c22faac1a9 ICU-3493 code review changes for mutexe, heap registration
X-SVN-Rev: 14272
2004-01-09 01:07:54 +00:00
Vladimir Weinstein
22f5dbb453 ICU-2438 missing implementation added, some warnings hopefully fixed
X-SVN-Rev: 14253
2004-01-07 08:23:39 +00:00
George Rhoten
b79a5996dd ICU-2938 Remove an unneeded include that was added with this jitterbug
X-SVN-Rev: 14221
2003-12-28 21:30:23 +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
Markus Scherer
fb4e843501 ICU-3343 simplify U_CNV_SAFECLONE_BUFFERSIZE - same for all platforms; current max clone sizes: 608 on 32-bit machines, 712 on 64-bit ones
X-SVN-Rev: 14173
2003-12-18 19:58:22 +00:00
Markus Scherer
7b5b479d09 ICU-3343 fix and improve ucnv_safeClone() implementations
X-SVN-Rev: 14141
2003-12-16 05:16:55 +00:00
George Rhoten
4638cf90df ICU-3258 Fix a CygWin problem
X-SVN-Rev: 14124
2003-12-13 09:23:16 +00:00
George Rhoten
5b04614ac5 ICU-2403 Make tracing a configure option
X-SVN-Rev: 14120
2003-12-13 00:18:41 +00:00
George Rhoten
fa7078fe8b ICU-3027 Fix a comment about uloc_getLCID
X-SVN-Rev: 14054
2003-12-09 18:59:44 +00:00
George Rhoten
85312b5541 ICU-2950 Fix a compiler warning on AIX about operator +. Make it out of line.
X-SVN-Rev: 13962
2003-12-03 01:53:31 +00:00
George Rhoten
96377ea243 ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13901
2003-11-27 01:14:37 +00:00
George Rhoten
d0fdad09c6 ICU-3027 Fix some doxygen warnings.
X-SVN-Rev: 13844
2003-11-24 19:59:15 +00:00
Vladimir Weinstein
e310c9a139 ICU-3236 updated urename.h after API freeze
X-SVN-Rev: 13842
2003-11-24 19:51:33 +00:00
Markus Scherer
19c5a7a2e7 ICU-2403 add tracing to converter open/close/load/unload
X-SVN-Rev: 13822
2003-11-21 23:24:11 +00:00
Markus Scherer
08b4557e06 ICU-2990 code review changes
X-SVN-Rev: 13799
2003-11-21 00:55:04 +00:00
Andy Heninger
6d106efab7 ICU-2403 tracing, more changes from code review
X-SVN-Rev: 13797
2003-11-21 00:41:07 +00:00
Andy Heninger
9ded263c4a ICU-2403 tracing, changes from code review
X-SVN-Rev: 13792
2003-11-20 20:04:34 +00:00
Vladimir Weinstein
5fb5552a63 ICU-2202 getLocale implementation for break iterator
X-SVN-Rev: 13780
2003-11-20 00:03:20 +00:00
Markus Scherer
eb3d7a8d9c ICU-3348 change @draft ICU 2.2 and earlier to @stable
X-SVN-Rev: 13742
2003-11-18 02:37:24 +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
Vladimir Weinstein
3a49ed86f9 ICU-2438 getKeywords ->createKeywords, added Locale::getBaseName
X-SVN-Rev: 13702
2003-11-12 23:50:21 +00:00
George Rhoten
50c5a51ab2 ICU-2942 Make some changes based on the code review
X-SVN-Rev: 13700
2003-11-12 23:42:12 +00:00
Andy Heninger
d1a68204b3 ICU-2403 trace tests added, trace API doc comments tweaked.
X-SVN-Rev: 13679
2003-11-12 07:00:38 +00:00
Vladimir Weinstein
897b88f618 ICU-2438 keyword API change, test update and a bugfix in uresbund.c
X-SVN-Rev: 13677
2003-11-12 06:10:59 +00:00
Syn Wee Quek
41ac2f557b ICU-2292 added safe forward and backwards rules
X-SVN-Rev: 13648
2003-11-09 06:52:44 +00:00
Vladimir Weinstein
f3fdcaaf02 ICU-2080 deprecated, documented and added APIs
X-SVN-Rev: 13631
2003-11-07 08:58:19 +00:00
Ram Viswanadha
c93625a460 ICU-2938 add uloc_getDisplayKeywords, uloc_getDisplayKeywordValue, uset_applyPattern
X-SVN-Rev: 13615
2003-11-07 02:38:19 +00:00
Syn Wee Quek
ab056703bd ICU-2292 added support for old data rules
X-SVN-Rev: 13614
2003-11-07 02:02:06 +00:00
Markus Scherer
cc21ef7ba4 ICU-699 add StringEnumeration default implementations
X-SVN-Rev: 13612
2003-11-06 23:25:00 +00:00
Markus Scherer
e7251a2b04 ICU-699 add StringEnumeration default implementations
X-SVN-Rev: 13595
2003-11-05 22:00:21 +00:00
Markus Scherer
4b39629c43 ICU-699 add missing clone() functions
X-SVN-Rev: 13582
2003-11-05 02:26:49 +00:00
Steven R. Loomis
38433d3160 ICU-3357 INT64_MAX for windows
X-SVN-Rev: 13581
2003-11-05 02:20:01 +00:00
Steven R. Loomis
bdb879222e ICU-3357 define U_INT64_MIN, U_INT64_MAX, and U_UINT64_MAX
X-SVN-Rev: 13577
2003-11-05 01:49:45 +00:00
Andy Heninger
df64b740f4 ICU-2403 tracing, API doc cleanup.
X-SVN-Rev: 13559
2003-11-04 01:01:04 +00:00
Markus Scherer
87cd8a5be1 ICU-3267 UniStr::toTitle(iter!=NULL) must set its text on iter
X-SVN-Rev: 13546
2003-10-31 22:09:48 +00:00
Andy Heninger
6c2f85f7cd ICU-2403 tracing, split header file in two, misc. review fixes. Work in process.
X-SVN-Rev: 13545
2003-10-31 21:50:18 +00:00
Markus Scherer
e207ba9a7c ICU-2950 add public operator + to UnicodeString
X-SVN-Rev: 13544
2003-10-31 21:28:46 +00:00
Markus Scherer
4171085928 ICU-2913 add U_IS_SUPPLEMENTARY(c) and U_IS_BMP(c)
X-SVN-Rev: 13543
2003-10-31 19:17:00 +00:00
Steven R. Loomis
dd82b2de41 ICU-3236 forgot to change the namespace to 2.8. Fixed.
X-SVN-Rev: 13542
2003-10-31 19:07:15 +00:00
Markus Scherer
ad1c32aa0e ICU-2404 ucnv_getNextUChar() for extensions
X-SVN-Rev: 13540
2003-10-31 04:59:36 +00:00
Andy Heninger
d6f2e2319e ICU-2403 tracing, split header file in two, misc. review fixes. Work in process.
X-SVN-Rev: 13539
2003-10-31 02:19:42 +00:00
Markus Scherer
a4d1270530 ICU-2949 define and fix ucnv_getMaxCharSize() behavior
X-SVN-Rev: 13538
2003-10-30 23:03:18 +00:00
George Rhoten
09105d9c9a ICU-2942 Create uloc_canonicalize
X-SVN-Rev: 13528
2003-10-29 22:29:19 +00:00
Markus Scherer
cea34629f2 ICU-2404 first code for m:n conversion extensions
X-SVN-Rev: 13490
2003-10-25 00:29:13 +00:00
Andy Heninger
04ab3b4d7d ICU-1117 RBBI Sentence Breaks, remove spurious comma in enum.
X-SVN-Rev: 13479
2003-10-23 18:59:07 +00:00
Vladimir Weinstein
3d2215268d ICU-2438 uloc_getLocaleNoKeywords (for resource bundles), support for canonizing ICU variants to keywords (disabled).
X-SVN-Rev: 13473
2003-10-22 18:53:54 +00:00
Andy Heninger
d52bbb8da6 ICU-1117 RBBI Sentence Breaks, destinguish sentences with terminators (.!? etc.) from those without.
X-SVN-Rev: 13468
2003-10-21 21:46:05 +00:00
George Rhoten
2477799f73 ICU-3027 Clarify length() documentation.
X-SVN-Rev: 13467
2003-10-21 17:06:04 +00:00
Andy Heninger
5c49ef5cc7 ICU-2683 RBBI, make constructor public for precompiled rules.
X-SVN-Rev: 13460
2003-10-17 23:27:36 +00:00
George Rhoten
7ec58e72f9 ICU-3258 CygWin changes. Allow DONE to be properly exported
X-SVN-Rev: 13458
2003-10-17 21:53:27 +00:00
George Rhoten
e00a036f28 ICU-3258 CygWin changes. Allow DONE to be properly exported
X-SVN-Rev: 13456
2003-10-17 21:37:09 +00:00
George Rhoten
f3d7ba621d ICU-3178 Create a platform indepdent flag for debug and release builds
X-SVN-Rev: 13441
2003-10-16 21:14:51 +00:00
George Rhoten
beea326e42 ICU-3178 Create a platform indepdent flag for debug and release builds
X-SVN-Rev: 13439
2003-10-16 18:34:44 +00:00
George Rhoten
be073e127e ICU-3326 Improve build time by small amount
X-SVN-Rev: 13428
2003-10-15 08:12:39 +00:00
Vladimir Weinstein
f6a15b10ba ICU-2438 C++ implementation for getKeywords and getKeywordValue
X-SVN-Rev: 13423
2003-10-15 05:30:32 +00:00
Alan Liu
c91c33fbdf ICU-3262 make UnicodeSet constructor and applyPattern() taking a ParsePosition, options bit mask, and SymbolTable pointer public
X-SVN-Rev: 13417
2003-10-14 21:47:59 +00:00
Alan Liu
966fbdaeda ICU-3262 make SymbolTable public
X-SVN-Rev: 13415
2003-10-14 20:35:24 +00:00
Vladimir Weinstein
ab1391190b ICU-2438 uloc_getKeywords, uloc_getKeywordValue implementation
X-SVN-Rev: 13405
2003-10-14 06:08:15 +00:00
Andy Heninger
d4524826ed ICU-2924 RBBI, new style rule format, new line break rules. (14 known test failures, will fix real soon.)
X-SVN-Rev: 13364
2003-10-09 01:13:08 +00:00
George Rhoten
a424744b3c ICU-2942 Fix some documentation warnings.
X-SVN-Rev: 13362
2003-10-08 22:14:00 +00:00
George Rhoten
fd7d8e1dc5 ICU-2942 Partial implementation of locale script API. More testing to be done later.
X-SVN-Rev: 13315
2003-10-03 23:57:04 +00:00
Andy Heninger
760c72a4df ICU-3042 Add enum API constants and tests for line break rule status values.
X-SVN-Rev: 13313
2003-10-03 22:25:26 +00:00
Alan Liu
17eaec5cb0 ICU-3280 rewrite applyPattern() to use RuleCharacterIterator; add test cases
X-SVN-Rev: 13238
2003-09-29 23:00:39 +00:00
Markus Scherer
b373e4dd5a ICU-2235 use charset-explicit version of uprv_comparePropertyNames() in pnames.icu swapping
X-SVN-Rev: 13218
2003-09-26 00:29:18 +00:00
Andy Heninger
e873651a72 ICU-2403 Misc tracing tweaks. Add cleanup func.
X-SVN-Rev: 13207
2003-09-25 17:58:08 +00:00
Andy Heninger
adeefa0fb3 ICU-2403 Tracing, fix Mac OSX build problem with dupl defs.
X-SVN-Rev: 13186
2003-09-24 18:28:15 +00:00
Markus Scherer
4955341303 ICU-3115 support table32 resources for >64k key chars and >64k table items
X-SVN-Rev: 13185
2003-09-24 17:52:44 +00:00
Andy Heninger
e6cb032d93 ICU-2403 Tracing, more cleanup.
X-SVN-Rev: 13183
2003-09-24 00:58:35 +00:00
Andy Heninger
2781c969ac ICU-2403 Tracing, partial checkin only.
X-SVN-Rev: 13149
2003-09-20 01:21:23 +00:00
George Rhoten
aa4de31634 ICU-3221 Fix AIX linker warnings.
X-SVN-Rev: 13133
2003-09-18 21:13:25 +00:00
George Rhoten
9659f70c96 ICU-3221 Fix the AIX linker warning about multiple definitions of
virtual functions.

X-SVN-Rev: 13129
2003-09-18 17:19:30 +00:00
Andy Heninger
9f83725a83 ICU-2403 trace source files (new files, missed by previous checkin of tracing stuff)
X-SVN-Rev: 13091
2003-09-14 00:06:09 +00:00
George Rhoten
a47ad00519 ICU-3236 update version number to 2.8
X-SVN-Rev: 13081
2003-09-12 23:01:13 +00:00
George Rhoten
30a8f8ed35 ICU-3253 Make it easier for the CygWin/MSVC configuration to work
X-SVN-Rev: 13079
2003-09-12 21:06:27 +00:00
Markus Scherer
cfb123c6e4 ICU-3236 move a "timebomb" past 2.8
X-SVN-Rev: 13061
2003-09-11 02:59:10 +00:00
Steven R. Loomis
e2d4681f1c ICU-3236 update to 2.8
X-SVN-Rev: 13043
2003-09-09 00:40:23 +00:00
Ram Viswanadha
1c1fa55d36 ICU-3050 minor code review changes
X-SVN-Rev: 13016
2003-09-02 22:32:17 +00:00
George Rhoten
c3f70fa1d8 ICU-3221 Fix some AIX linker warnings
X-SVN-Rev: 12982
2003-08-29 16:23:22 +00:00
George Rhoten
488f8be9e3 ICU-3223 Make the constant number in U_MAX_PTR an unsigned constant
X-SVN-Rev: 12973
2003-08-28 18:21:43 +00:00
George Rhoten
ace6bd29ca ICU-3221 Temporary fix for Solaris until the proper solution can be found
X-SVN-Rev: 12964
2003-08-27 18:35:29 +00:00
Ram Viswanadha
fa931e6522 ICU-3050 add documentation
X-SVN-Rev: 12961
2003-08-27 03:40:43 +00:00
George Rhoten
4d18bb2b4f ICU-3221 Fix the AIX linker warning about multiple definitions of virtual functions.
X-SVN-Rev: 12958
2003-08-27 01:01:42 +00:00
Ram Viswanadha
16732b6d87 ICU-3050 add documentation
X-SVN-Rev: 12949
2003-08-26 23:49:04 +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
78ca2fdfc9 ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
X-SVN-Rev: 12826
2003-08-14 21:34:54 +00:00
Andy Heninger
58fc849c4f ICU-3156 fix problems with ICU_USE_THREADS and the revised mutexes.
X-SVN-Rev: 12803
2003-08-10 23:57:35 +00:00
Andy Heninger
c934d47697 ICU-3156 u_setIncDecFunctions(), API Docs
X-SVN-Rev: 12799
2003-08-08 23:56:02 +00:00
Markus Scherer
c96db994ab ICU-2235 initial icu data swapping code
X-SVN-Rev: 12797
2003-08-08 23:39:34 +00:00
Andy Heninger
aedb354246 ICU-3156 u_setMutexFunctions(), cleanup to mutex implementation
X-SVN-Rev: 12787
2003-08-08 16:23:38 +00:00
Markus Scherer
b98ab2b105 ICU-2449 more documentation improvements
X-SVN-Rev: 12767
2003-08-05 17:30:02 +00:00
Andy Heninger
ed7b79ac52 ICU-3156 u_setMemoryFuncs(), partial u_setMutexFunctions()
X-SVN-Rev: 12760
2003-08-05 01:25:54 +00:00
Andy Heninger
75169ddbe4 ICU-3156 add new ICU error for use by u_setMemFuncs()
X-SVN-Rev: 12750
2003-08-04 17:36:13 +00:00
Markus Scherer
84c8978d16 ICU-2449 improve API doc for ucnv_getNextUChar()
X-SVN-Rev: 12727
2003-08-01 14:37:11 +00:00
George Rhoten
700ca91dc2 ICU-3151 Fix some documentation and the U8_NEXT macro
X-SVN-Rev: 12717
2003-07-31 15:44:42 +00:00
Ram Viswanadha
9a043c2e5f ICU-3050 StringPrep API first cut
X-SVN-Rev: 12674
2003-07-24 23:23:19 +00:00
Andy Heninger
c78d5ede6d ICU-2871 Default Locale thread safety enhancements. Add cache of defaults that have been set.
X-SVN-Rev: 12669
2003-07-24 01:15:10 +00:00
Markus Scherer
f9ac1f6407 ICU-2329 add functions to check if a string contains only invariant characters
X-SVN-Rev: 12580
2003-07-02 17:18:38 +00:00
George Rhoten
8cf2f799e5 ICU-2909 Remind people about charset names and conversion behavior.
X-SVN-Rev: 12501
2003-06-12 22:36:22 +00:00
George Rhoten
cbc35f163d ICU-2707 Make ICU with STL work on Windows again.
X-SVN-Rev: 12477
2003-06-11 22:55:02 +00:00
Ram Viswanadha
263ee64dc2 ICU-2589 fix doxygen warnings
X-SVN-Rev: 12459
2003-06-11 18:13:44 +00:00
George Rhoten
7e2176a5e6 ICU-2589 Fix a documentation typo
X-SVN-Rev: 12458
2003-06-11 18:13:38 +00:00
Steven R. Loomis
c681c1aadb ICU-2601 improve documentation of data
X-SVN-Rev: 12443
2003-06-11 01:17:31 +00:00
Markus Scherer
5020c4ab6d ICU-2601 update data loading documentation
X-SVN-Rev: 12436
2003-06-11 00:18:30 +00:00
George Rhoten
eeea6d580b ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12435
2003-06-11 00:04:00 +00:00
George Rhoten
a351293c6e ICU-2589 Fix doxygen warnings.
X-SVN-Rev: 12433
2003-06-10 23:19:36 +00:00
George Rhoten
19d0d4e629 ICU-2589 Sync some documentation with ucnv_err.h
X-SVN-Rev: 12430
2003-06-10 22:45:47 +00:00
George Rhoten
2edb93853a ICU-2589 Add more documentation.
X-SVN-Rev: 12429
2003-06-10 22:43:42 +00:00
Eric Mader
454bf4c3fb ICU-2589 Document U_LAYOUT_EX_IMPLEMENTATION.
X-SVN-Rev: 12419
2003-06-10 18:17:59 +00:00
Andy Heninger
ed3e0e09f3 ICU-2589 API doc warnings fixed.
X-SVN-Rev: 12416
2003-06-10 18:04:01 +00:00
Markus Scherer
2bd9ccb826 ICU-2589 fix misspelled @stable
X-SVN-Rev: 12415
2003-06-10 17:59:40 +00:00
Vladimir Weinstein
67c2b6352b ICU-300 regenerated urename.h
X-SVN-Rev: 12389
2003-06-09 22:43:13 +00:00
Vladimir Weinstein
20265b6deb ICU-300 regenerated urename.h
X-SVN-Rev: 12382
2003-06-09 20:55:10 +00:00
George Rhoten
75930a0808 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12377
2003-06-09 06:13:14 +00:00
Andy Heninger
a84802e3e9 ICU-2589 add @draft, @internal API doc tags
X-SVN-Rev: 12366
2003-06-07 00:12:32 +00:00
Vladimir Weinstein
4b1eca548b ICU-300 regenerated urename.h
X-SVN-Rev: 12361
2003-06-06 21:31:03 +00:00
Markus Scherer
8f66b317b6 ICU-1730 improve text about multithreading
X-SVN-Rev: 12356
2003-06-06 19:06:42 +00:00
Markus Scherer
ebbfe25133 ICU-2427 fix uprv_getMaxValues() calls and comments
X-SVN-Rev: 12355
2003-06-06 19:03:44 +00:00
Markus Scherer
88f5cc5701 ICU-2686 add @draft to u_init(), small doc updates
X-SVN-Rev: 12348
2003-06-06 17:31:07 +00:00
Alan Liu
67796b222d ICU-2589 fix @draft etc. tags for 2.6
X-SVN-Rev: 12320
2003-06-05 19:50:06 +00:00
Vladimir Weinstein
939df78585 ICU-2661 @draft ICU 2.[01] -> @stable ICU 2.[01] + some comment typo fixing
X-SVN-Rev: 12264
2003-06-04 00:04:35 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
Vladimir Weinstein
c9475e02ae ICU-2959 Updated copyright notices
X-SVN-Rev: 12246
2003-06-03 06:44:40 +00:00
Markus Scherer
f4562fc9c5 ICU-2959 update copyright notices for 2003 changes
X-SVN-Rev: 12230
2003-06-02 22:26:54 +00:00
Andy Heninger
265ed564e0 ICU-2959 copyright updated for RBBI, Regexp files.
X-SVN-Rev: 12228
2003-06-02 22:21:58 +00:00
Markus Scherer
eafba94879 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12217
2003-06-02 17:57:34 +00:00
Markus Scherer
2b07ef3e45 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12216
2003-06-02 16:45:41 +00:00
Markus Scherer
0e4313cda0 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12215
2003-06-02 16:33:21 +00:00
Markus Scherer
9461f1faab ICU-2831 improve apidocs for whitespace functions
X-SVN-Rev: 12203
2003-05-30 21:12:00 +00:00
Markus Scherer
c92d3185a1 ICU-1730 document UnicodeString threading
X-SVN-Rev: 12189
2003-05-30 00:16:56 +00:00
George Rhoten
ba3755d7bc ICU-2699 Fix some compiler warnings
X-SVN-Rev: 12186
2003-05-30 00:00:55 +00:00
Markus Scherer
705e34e26d ICU-2849 document that u_setDataDirectory() is not thread-safe
X-SVN-Rev: 12182
2003-05-29 23:13:24 +00:00
Markus Scherer
105234b9aa ICU-2356 add clarification of char * NULL vs. empty handling for charsets & IDs
X-SVN-Rev: 12181
2003-05-29 23:01:39 +00:00
Ram Viswanadha
db6179c0cc ICU-2194 update documentation, no code change
X-SVN-Rev: 12168
2003-05-29 20:32:23 +00:00
Andy Heninger
b863c89a61 ICU-2806 API Docs added to RuleBasedBreakIterator::getRuleStatus()
X-SVN-Rev: 12163
2003-05-29 18:51:43 +00:00
Ram Viswanadha
b600debefc ICU-2677 Document that Unicode 4.0 Title Case BI should use Word BI
X-SVN-Rev: 12102
2003-05-24 02:03:32 +00:00
Markus Scherer
574b2dd32d ICU-2881 add CS 640 comment to description of invariant characters
X-SVN-Rev: 12014
2003-05-19 22:30:05 +00:00
George Rhoten
0457a9e7c8 ICU-2659 Update urename.h
X-SVN-Rev: 11981
2003-05-16 22:47:30 +00:00
George Rhoten
d014d88833 ICU-2659 Update urename.h
X-SVN-Rev: 11980
2003-05-16 22:45:44 +00:00
George Rhoten
2bb0802489 ICU-2699 Fix some compiler warnings
X-SVN-Rev: 11970
2003-05-16 20:33:01 +00:00
Markus Scherer
ab37e7a4c3 ICU-2864 if Locale construction fails, set the Locale object to bogus instead of attempting to set the default locale ID or "en" or similar
X-SVN-Rev: 11917
2003-05-14 00:30:50 +00:00
Alan Liu
bdcad9ca57 ICU-2429 review changes - updated header; changed layout of resource to be flat (one tier); updated test and test data
X-SVN-Rev: 11903
2003-05-13 00:10:12 +00:00
Markus Scherer
f1e92d922f ICU-2590 do not forbid the assignment operator because that keeps a compiler from providing one automatically for subclasses
X-SVN-Rev: 11888
2003-05-11 23:27:07 +00:00
Markus Scherer
114b175ebc ICU-1730 improve API/code coverage
X-SVN-Rev: 11887
2003-05-10 23:10:33 +00:00
Markus Scherer
37c28a48b6 ICU-2590 improve API/code coverage
X-SVN-Rev: 11886
2003-05-10 23:10:09 +00:00
George Rhoten
3283cb8b1b ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11881
2003-05-10 00:27:54 +00:00
George Rhoten
f2e70a5eb4 ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11879
2003-05-10 00:06:12 +00:00
Andy Heninger
0f04c4bf54 ICU-2787 Locale init thread safety. Not done yet, but not as broken as it was.
Also, add recursive mutex check & assertion failure on Windows

X-SVN-Rev: 11872
2003-05-09 21:25:07 +00:00
Alan Liu
4e449ef99e ICU-2804 implement \x{...}
X-SVN-Rev: 11857
2003-05-09 00:22:25 +00:00