Commit Graph

8395 Commits

Author SHA1 Message Date
Ram Viswanadha
d08b792fd4 ICU-2659 bumped the version to 2.6
X-SVN-Rev: 10919
2003-01-28 23:25:50 +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
789ab6d35d ICU-122 add a test for >10 args and >10 subformats; some cleanup
X-SVN-Rev: 10914
2003-01-28 22:13:43 +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
94daa1868e ICU-122 remove redundant calls to logln
X-SVN-Rev: 10910
2003-01-27 17:27:12 +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
Alan Liu
78c4cb87f9 ICU-122 add capacity to uprv_itou
X-SVN-Rev: 10908
2003-01-27 17:24:33 +00:00
Alan Liu
8779d38c34 ICU-122 add capacity to uprv_itou and rename pad parameter to minwidth
X-SVN-Rev: 10907
2003-01-27 17:22:27 +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
Andy Heninger
41e90b5773 ICU-2422 regexp, fix a number of bugs uncovered by perl regexp tests. Some still remain.
X-SVN-Rev: 10905
2003-01-25 18:57:42 +00:00
Andy Heninger
ae0bc43f1a ICU-2422 regexp, add tests from perl
X-SVN-Rev: 10902
2003-01-24 02:06:31 +00:00
Andy Heninger
a92820c54b ICU-2422 regexp, tests from perl, and some bug fixes
X-SVN-Rev: 10901
2003-01-24 02:05:03 +00:00
Markus Scherer
f092768650 ICU-2397 add UNormIterator
X-SVN-Rev: 10900
2003-01-23 21:47:09 +00:00
GCL Shanghai
ba083595b4 ICU-2050 Cleanup collation rules
X-SVN-Rev: 10899
2003-01-23 06:55:22 +00:00
Vladimir Weinstein
bfe52dc06c ICU-2412 more work on ucol_strcollIter. Also added ucol_nextSortKeyPart. Code is still in flux and not for the faint of heart.
X-SVN-Rev: 10898
2003-01-23 01:52:34 +00:00
Markus Scherer
aa5e64cef3 ICU-2397 document usage sample
X-SVN-Rev: 10897
2003-01-22 22:13:59 +00:00
Markus Scherer
00aac6a704 ICU-2397 test UNormIterator
X-SVN-Rev: 10896
2003-01-22 22:01:35 +00:00
Markus Scherer
0b4bc6ee2e ICU-2397 add UNormIterator
X-SVN-Rev: 10895
2003-01-22 22:00:19 +00:00
Markus Scherer
4dea6082dd ICU-2397 iterator improvements
X-SVN-Rev: 10894
2003-01-22 21:59:26 +00:00
Andy Heninger
be325be26c ICU-2422 regexp, remove some debugging code that was accidently left in
X-SVN-Rev: 10890
2003-01-22 19:19:36 +00:00
Alan Liu
c5bc9e881a ICU-2557 remove ICU 2.4 gc/gcm hack; data file supports this properly as of ICU 2.6
X-SVN-Rev: 10889
2003-01-22 18:12:07 +00:00
Alan Liu
c8bfc2a658 ICU-2557 regenerate with both General_Category and General_Category_Mask data
X-SVN-Rev: 10888
2003-01-22 18:11:11 +00:00
Alan Liu
df9e8023e7 ICU-2557 parse & generate both General_Category and General_Category_Mask data
X-SVN-Rev: 10887
2003-01-22 18:10:43 +00:00
Alan Liu
29227d65b8 ICU-2557 fix UCHAR_GENERAL_CATEGORY_MASK comment (was Enumerated; changed to Bitmask)
X-SVN-Rev: 10886
2003-01-22 17:57:04 +00:00
Vladimir Weinstein
7364fbe852 ICU-2659 moved the timebomb in uobject.h to 2.6 - Markus still needs to work on it
X-SVN-Rev: 10885
2003-01-21 22:49:42 +00:00
Alan Liu
d62b7b7687 ICU-2653 add tests for [:Age=x:] pattern
X-SVN-Rev: 10884
2003-01-21 21:14:10 +00:00
Alan Liu
55b6f2aef7 ICU-2653 add support for [:Age=x:] pattern
X-SVN-Rev: 10883
2003-01-21 21:13:50 +00:00
Andy Heninger
a868ba8a94 ICU-2422 add back references
X-SVN-Rev: 10878
2003-01-21 04:56:14 +00:00
Vladimir Weinstein
9d23b182cd ICU-2659 bumped version to 2.6
X-SVN-Rev: 10874
2003-01-20 18:09:21 +00:00
Vladimir Weinstein
c0513031ab ICU-2659 bumped the version number to 2.6
X-SVN-Rev: 10873
2003-01-20 17:57:20 +00:00
Vladimir Weinstein
2522e399e1 ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator * - implementation + a bug fix in sortkey length calculation
X-SVN-Rev: 10872
2003-01-20 07:43:32 +00:00
Vladimir Weinstein
137220f8e6 ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator * - tests
X-SVN-Rev: 10871
2003-01-20 07:42:58 +00:00
Vladimir Weinstein
001af0ad79 ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator *
X-SVN-Rev: 10870
2003-01-20 07:42:28 +00:00
Andy Heninger
8501288a1e ICU-2422 add possessive quantifiers
X-SVN-Rev: 10869
2003-01-20 06:25:23 +00:00
Markus Scherer
7ec4d2f3e9 ICU-2397 add UCharIterator getState() and setState()
X-SVN-Rev: 10868
2003-01-18 01:03:46 +00:00
Markus Scherer
c456ab0bbe ICU-2397 add UCharIterator getState() and setState()
X-SVN-Rev: 10867
2003-01-18 00:35:59 +00:00
Markus Scherer
5c513c5ff3 ICU-2397 test UCharIterator getState() and setState()
X-SVN-Rev: 10866
2003-01-18 00:35:36 +00:00
Andy Heninger
50a1da1f2b ICU-2422 regexp, atomic paretheses added, but still buggy
X-SVN-Rev: 10865
2003-01-17 01:43:54 +00:00
George Rhoten
80fce8af49 ICU-2422 Fix a compiler error for HP/UX and Solaris
X-SVN-Rev: 10863
2003-01-16 19:37:00 +00:00
George Rhoten
878e00da42 ICU-2628 Fix OS390_STUBDATA loading
X-SVN-Rev: 10860
2003-01-16 17:17:16 +00:00
Andy Heninger
01147100bd ICU-2422 regexp, {min,max} quantifiers added.
X-SVN-Rev: 10859
2003-01-16 01:12:04 +00:00
George Rhoten
c11f4d65b3 ICU-2630 Add to the list of suggested mappings to remove.
X-SVN-Rev: 10858
2003-01-16 01:10:13 +00:00
Steven R. Loomis
2370e664c8 ICU-2369 move sample code out of usersguide
X-SVN-Rev: 10857
2003-01-14 23:40:41 +00:00
Markus Scherer
2cfa2ab7bb ICU-2397 move u_strCompareIter to ustring.c
X-SVN-Rev: 10856
2003-01-14 21:18:52 +00:00
Eric Mader
4319e6f985 ICU-2348 add doc comment with \file and \internal.
X-SVN-Rev: 10853
2003-01-13 23:44:45 +00:00
Eric Mader
248af1bcf3 ICU-2348 replace /file with \file.
X-SVN-Rev: 10852
2003-01-13 23:15:52 +00:00
Eric Mader
025f1c4c6e ICU-2348 add doc comment with \file and \internal to LayoutEngine internal header files.
X-SVN-Rev: 10851
2003-01-13 23:15:11 +00:00