Commit Graph

1862 Commits

Author SHA1 Message Date
Alan Liu
2a361f522d ICU-2119 add format and parse of complex currency formats (ChoiceFormat-based); make fPad a UChar32 (was UnicodeString); fix surrogate handling in sev. spots
X-SVN-Rev: 11614
2003-04-21 22:48:16 +00:00
Alan Liu
f5b0cca143 ICU-2119 fix bug in parsing
X-SVN-Rev: 11613
2003-04-21 22:46:36 +00:00
Alan Liu
4a553638ef ICU-2119 rewrite parsing of padding to work property; redo and fix parsing of surrogates and variable-length elements
X-SVN-Rev: 11609
2003-04-21 19:18:27 +00:00
George Rhoten
558be9c95e ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 11586
2003-04-18 21:43:25 +00:00
Alan Liu
3d61951c5c ICU-2119 remove old code
X-SVN-Rev: 11574
2003-04-17 19:47:59 +00:00
Alan Liu
d0213320b9 ICU-2119 fix compiler error
X-SVN-Rev: 11553
2003-04-15 22:17:22 +00:00
George Rhoten
ce8e689663 ICU-1839 Use const UnicodeString & and not just UnicodeString.
X-SVN-Rev: 11547
2003-04-15 15:58:20 +00:00
Alan Liu
d7b1dd5be4 ICU-2119 remove docs about possible lack of NUL-termination
X-SVN-Rev: 11530
2003-04-11 23:24:41 +00:00
Alan Liu
763be6d6cb ICU-2119 remove trailing comma (solariscc)
X-SVN-Rev: 11529
2003-04-11 22:59:59 +00:00
Alan Liu
1bba328280 ICU-2119 modify code to use Currencies instead of CurrencyElements; support multiple Currencies names and recognize ChoiceFormat patterns
X-SVN-Rev: 11519
2003-04-11 20:02:25 +00:00
George Rhoten
f6cef37345 ICU-2628 Updates for the import library installation on CygWin/MSVC and z/OS,
and updates for installation on CygWin/MSVC and QNX

X-SVN-Rev: 11501
2003-04-10 17:42:21 +00:00
Alan Liu
403e3c64a2 ICU-2154 standardize whitespace handling by date/number format
X-SVN-Rev: 11460
2003-04-04 20:55:10 +00:00
Andy Heninger
cf5d222f79 ICU-2422 Regexp, fix bug causing intermittent intltest failures
X-SVN-Rev: 11447
2003-04-03 19:27:14 +00:00
Andy Heninger
2d83a418a0 ICU-2422 Regexp, more speed optimizations, some cleanup
X-SVN-Rev: 11442
2003-04-02 23:10:16 +00:00
Andy Heninger
e0559f80d3 ICU-2422 Regexp speed optimizations, work in progress
X-SVN-Rev: 11424
2003-03-31 05:49:06 +00:00
Andy Heninger
2e7a2dd624 ICU-2422 Regexp, more speed optimizations
X-SVN-Rev: 11412
2003-03-28 02:31:17 +00:00
Vladimir Weinstein
a4a223f056 ICU-2412 thread safety stuff - added const to ucol_nextSortKeyPart, removed errorCode from UCollator structure - never worked but dangerous for thread safety.
X-SVN-Rev: 11410
2003-03-27 20:09:38 +00:00
Andy Heninger
a640031201 ICU-2422 Regexp, more speed optimizations
X-SVN-Rev: 11402
2003-03-27 01:25:20 +00:00
Andy Heninger
4b469843ee ICU-2422 Regexp speed optimizations, work in progress
X-SVN-Rev: 11401
2003-03-26 06:25:55 +00:00
Andy Heninger
ec8e5274ba ICU-2422 Regexp, more speed optimizations, work in progress
X-SVN-Rev: 11400
2003-03-26 01:17:16 +00:00
Vladimir Weinstein
bb08191a89 ICU-2412 fixed sortkey part termination bug
X-SVN-Rev: 11399
2003-03-25 18:25:09 +00:00
Vladimir Weinstein
d22fc47a1b ICU-2412 stated that sortkeys generated by ucol_nextSortKeyPart are not compatible with the regular sortkeys
X-SVN-Rev: 11398
2003-03-25 18:23:32 +00:00
Andy Heninger
4575efb175 ICU-2422 Regexp general cleanup
X-SVN-Rev: 11387
2003-03-24 05:23:07 +00:00
Andy Heninger
c612056f6a ICU-2422 Regexp, general cleanup
X-SVN-Rev: 11375
2003-03-21 00:40:25 +00:00
Andy Heninger
a472ee5d63 ICU-2422 Regexp general cleanup
X-SVN-Rev: 11372
2003-03-20 21:34:34 +00:00
Andy Heninger
f6d9573913 ICU-2422 Regexp, general cleanup
X-SVN-Rev: 11366
2003-03-20 01:15:10 +00:00
GCL Shanghai
2de3bade18 ICU-2222 fix breaking changes
X-SVN-Rev: 11357
2003-03-19 13:21:51 +00:00
Andy Heninger
f0e3f3d714 ICU-2422 Regexp, optimizing find() operations
X-SVN-Rev: 11354
2003-03-19 01:57:23 +00:00
George Rhoten
fae219cec9 ICU-2628 Allow z/OS and CygWin/MSVC to install their import libraries
(aka sidedeck on z/OS).

X-SVN-Rev: 11353
2003-03-19 01:56:39 +00:00
Alan Liu
239bd7b7e2 ICU-1085 make first day of week and minimal days of first week invalidate fields; enforce valid range
X-SVN-Rev: 11352
2003-03-18 18:17:24 +00:00
Andy Heninger
bf35d2da2e ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11349
2003-03-18 01:51:36 +00:00
Markus Scherer
10c3e3f0b2 ICU-2397 allow to stack-allocate UNormIterator
X-SVN-Rev: 11339
2003-03-17 21:20:36 +00:00
Andy Heninger
e2ac4bbeb6 ICU-2422 Regexp find() optimizations, work in progress
X-SVN-Rev: 11334
2003-03-17 06:51:57 +00:00
George Rhoten
ea20db569b ICU-2759 QNX has a problem with printf statements in C++ and they should not be used normally.
X-SVN-Rev: 11328
2003-03-15 01:42:12 +00:00
Andy Heninger
6ed78276e1 ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11310
2003-03-14 02:01:17 +00:00
Alan Liu
1ac2fc0b78 ICU-2656 complete rewrite of parse() to revise handling of abutting numeric fields so that "12345" x "HHmmss" => 1:23:45
X-SVN-Rev: 11308
2003-03-14 00:49:21 +00:00
Vladimir Weinstein
96fb0b59dc ICU-2412 added comment for getnextsortkeypart, simplified some code etc...
X-SVN-Rev: 11292
2003-03-13 17:15:53 +00:00
Andy Heninger
fef34e930e ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11290
2003-03-13 01:56:01 +00:00
Andy Heninger
1eee5ac497 ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11284
2003-03-12 01:59:22 +00:00
Andy Heninger
77a6b03679 ICU-2422 Regexp tests of expressions at http://www.regxlib.com/
X-SVN-Rev: 11279
2003-03-10 07:37:37 +00:00
Vladimir Weinstein
8b24f520fc ICU-2412 some comments added
X-SVN-Rev: 11256
2003-03-07 07:00:53 +00:00
Alan Liu
e7be1a69e2 ICU-2656 make HHmmss parsing not parse negative numbers
X-SVN-Rev: 11254
2003-03-07 01:04:43 +00:00
Andy Heninger
f5fa67bfe3 ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11250
2003-03-06 01:57:52 +00:00
Alan Liu
03c212daf4 ICU-887 add new ucal_ time zone API
X-SVN-Rev: 11249
2003-03-05 18:36:48 +00:00
Steven R. Loomis
26c61ca37a ICU-2412 no trailing commas in list/enum initializer
X-SVN-Rev: 11247
2003-03-05 01:02:31 +00:00
George Rhoten
a3b3b77616 ICU-1839 Use const & for setSymbol
X-SVN-Rev: 11235
2003-03-04 19:15:06 +00:00
Vladimir Weinstein
4659ebb3c1 ICU-2412 state bits distribution reorg + handling state overflow
X-SVN-Rev: 11229
2003-03-04 06:31:20 +00:00
Andy Heninger
09baec1685 ICU-2422 Regexp \N{NAME} added. (ZeroLengthMatch)* optimizations improved.
X-SVN-Rev: 11228
2003-03-04 01:10:46 +00:00
Andy Heninger
ae14297881 ICU-2422 look-behind ops implementation finished.
X-SVN-Rev: 11212
2003-03-02 19:11:09 +00:00
GCL Shanghai
79ee1a6a54 ICU-2222 Deprecate C++ enums that duplicate C enums
X-SVN-Rev: 11186
2003-02-28 13:21:23 +00:00
Doug Felt
7456e00aee ICU-2203 no public hashtable, replace with const list of UnicodeString
X-SVN-Rev: 11179
2003-02-27 20:14:51 +00:00
Andy Heninger
acda85d7cf ICU-2422 regexp, look-behind ops, work in progress.
X-SVN-Rev: 11176
2003-02-27 01:59:23 +00:00
Andy Heninger
2d3301b7f9 ICU-2422 look-behind op, plus some optimizations, work-in-progress.
X-SVN-Rev: 11168
2003-02-26 05:16:49 +00:00
Doug Felt
c31688a777 ICU-2203 C++ version of NumberFormat registration
X-SVN-Rev: 11160
2003-02-25 23:36:48 +00:00
Vladimir Weinstein
a1ca6bef0b ICU-2412 Fixed a leak in ucol_strcollIter
X-SVN-Rev: 11156
2003-02-25 21:32:33 +00:00
George Rhoten
d5a60d2db3 ICU-2729 Fix a memory leak
X-SVN-Rev: 11153
2003-02-25 19:56:49 +00:00
Andy Heninger
ddf59cf344 ICU-2422 look-behind op, plus some optimizations, work-in-progress.
X-SVN-Rev: 11145
2003-02-24 05:12:29 +00:00
Syn Wee Quek
64c96bdef0 ICU-2720 thai backwards iteration fix, keep base consonants as unsafe code
X-SVN-Rev: 11142
2003-02-22 01:26:28 +00:00
GCL Shanghai
513a23fdae ICU-2222 Deprecate C++ enums that duplicate C enums
X-SVN-Rev: 11137
2003-02-21 08:32:22 +00:00
Andy Heninger
2df0b33049 ICU-2422 regexp, add and use new case-insensitive constructor on UnicodeSet.
X-SVN-Rev: 11129
2003-02-21 01:15:16 +00:00
Vladimir Weinstein
44096afc59 ICU-2412 Fix for shifted in partial sort key generation & fix for a crash in double discontiguos Tibetan contraction
X-SVN-Rev: 11122
2003-02-20 08:18:37 +00:00
Vladimir Weinstein
b2b568a6bc ICU-2412 exposed getUCollator, needed for intltest
X-SVN-Rev: 11113
2003-02-20 01:11:39 +00:00
Vladimir Weinstein
72c8bbe382 ICU-2412 check for identical prefixes at the start of ucol_strcollIter, better handling of Thai.
X-SVN-Rev: 11112
2003-02-20 01:06:06 +00:00
Andy Heninger
d31f8de161 ICU-2422 regexp, \X does grapheme clusters
X-SVN-Rev: 11071
2003-02-16 07:24:55 +00:00
Markus Scherer
4585019fa8 ICU-2412 internal normalization functions replace UBool ignoreHangul with int32_t options
X-SVN-Rev: 11067
2003-02-15 02:02:13 +00:00
Markus Scherer
c9b18b3e73 ICU-2412 internal normalization functions replace UBool ignoreHangul with int32_t options
X-SVN-Rev: 11066
2003-02-15 01:55:39 +00:00
Alan Liu
20b7287c2a ICU-2374 added UErrorCode per review
X-SVN-Rev: 11055
2003-02-14 22:16:14 +00:00
Vladimir Weinstein
d89d403025 ICU-2412 another take of iterative collation and partial sort key generation
X-SVN-Rev: 11043
2003-02-14 07:46:20 +00:00
George Rhoten
6b0ec25200 ICU-2710 Remove obsolete code
X-SVN-Rev: 11041
2003-02-14 01:44:49 +00:00
Syn Wee Quek
b11567abc8 ICU-2204 array bounds checking error fix
X-SVN-Rev: 11037
2003-02-13 23:34:01 +00:00
Andy Heninger
14da9b81e3 ICU-2422 regexp, free-format support added, some match mode bugs fixed
X-SVN-Rev: 11035
2003-02-13 01:10:22 +00:00
Andy Heninger
2397658197 ICU-2422 regexp, match flag setting options added.
X-SVN-Rev: 11032
2003-02-12 01:28:01 +00:00
George Rhoten
4194737649 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 11018
2003-02-11 02:45:50 +00:00
Andy Heninger
483da7c7df ICU-2422 regexp, case insensitive matching, work in progress
X-SVN-Rev: 11013
2003-02-11 01:17:51 +00:00
George Rhoten
4d3562dcb7 ICU-2705 Add CygWin/MSVC support
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Vladimir Weinstein
a9a3d50b4a ICU-2412 getPreviousCE handling bug fix.
X-SVN-Rev: 10996
2003-02-08 02:16:54 +00:00
George Rhoten
42a01f819f ICU-2686 Fix a link
X-SVN-Rev: 10990
2003-02-07 02:16:50 +00:00
Andy Heninger
7f44eb19cf ICU-2422 regexp, case insensitive matching, work in progress
X-SVN-Rev: 10989
2003-02-07 02:04:14 +00:00
Vladimir Weinstein
dada4309fd ICU-2412 getNextSortKeyPart implementation plus various fixes to iterative collation
X-SVN-Rev: 10984
2003-02-06 23:29:56 +00:00
George Rhoten
84cb864c59 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10982
2003-02-06 22:57:35 +00:00
George Rhoten
548ec9a6e7 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10981
2003-02-06 22:03:58 +00:00
Andy Heninger
5522a8521c ICU-2422 regex test reorg, improved debug options
X-SVN-Rev: 10979
2003-02-06 01:55:17 +00:00
Alan Liu
79cbea17a2 ICU-2689 invalid compound ID crashes createInstance -- fixed
X-SVN-Rev: 10965
2003-02-05 20:40:36 +00:00
George Rhoten
bfd8a3014b ICU-2686 Document createAvailableIDs -> createEnumeration
X-SVN-Rev: 10962
2003-02-05 06:59:23 +00:00
Andy Heninger
6415f52007 ICU-2422 regexp tests, work in progress.
X-SVN-Rev: 10961
2003-02-05 06:50:32 +00:00
Alan Liu
1e8ae887c7 ICU-2374 cache the default NumberFormat and the default DateFormat used when subformats[i].format == NULL; this will improve format() performance in some cases
X-SVN-Rev: 10957
2003-02-05 00:53:44 +00:00
George Rhoten
6a7d5d2535 ICU-2686 Fix a link
X-SVN-Rev: 10952
2003-02-04 18:35:57 +00:00
Andy Heninger
fc1f59a88d ICU-2422 fixed g++ compilation problem in regexcmp, got some other work in progress as well.
X-SVN-Rev: 10949
2003-02-04 00:36:30 +00:00
George Rhoten
1890772362 ICU-2686 Fix the HTML for doxygen
X-SVN-Rev: 10948
2003-02-03 22:34:59 +00:00
Andy Heninger
61b188cc37 ICU-2422 regexp, Look-ahead ops added. Bug in caching input
string in Matcher fixed.

X-SVN-Rev: 10938
2003-01-31 02:00:52 +00:00
George Rhoten
4d7921d1b8 ICU-2686 Various documentation updates.
X-SVN-Rev: 10937
2003-01-30 22:48:58 +00:00
Andy Heninger
6696782926 ICU-2422 regexp, back out nested capture group hack. The failing test is
either a bug or a really odd specification in Perl.
Clean up test memory leaks.

X-SVN-Rev: 10923
2003-01-29 01:40:59 +00:00
Andy Heninger
b0155515f7 ICU-2422 regexp, more perl test fixes.
X-SVN-Rev: 10921
2003-01-28 23:44:22 +00:00
Alan Liu
c3499b03fc ICU-122 rename getFormatTypeList to getArgTypeList
X-SVN-Rev: 10918
2003-01-28 22:21:57 +00:00
Alan Liu
8dce401dd8 ICU-122 support arbitrary count of arguments; access getArgTypeList private
X-SVN-Rev: 10917
2003-01-28 22:21:14 +00:00
Alan Liu
5b75f1a89e ICU-122 support arbitrary count for getFormats; fix custom date/time pattern parsing
X-SVN-Rev: 10916
2003-01-28 22:17:40 +00:00
Alan Liu
ee618ab3ec ICU-122 clean, rewrite, and correct javadoc; make getFormatTypeList private; support arbitrary count for getFormats
X-SVN-Rev: 10915
2003-01-28 22:16:10 +00:00
Alan Liu
8c64e1bb22 ICU-122 remove 10-arg and 10-subformat limits
X-SVN-Rev: 10911
2003-01-27 17:27:40 +00:00
Alan Liu
5d15bbb33f ICU-122 move syntaxError method to .cpp and make it static (was inline)
X-SVN-Rev: 10909
2003-01-27 17:26:06 +00:00
Andy Heninger
3c3f0df9bc ICU-2422 regexp, more fixes to and for the Perl tests.
X-SVN-Rev: 10906
2003-01-27 00:33:43 +00:00