Commit Graph

171 Commits

Author SHA1 Message Date
Alan Liu
ab9145acf3 ICU-450 move urep to common
X-SVN-Rev: 1670
2000-06-28 20:19:11 +00:00
Alan Liu
2d602e3c92 ICU-450 added docs
X-SVN-Rev: 1668
2000-06-28 19:46:05 +00:00
Alan Liu
c68b0038be ICU-450 rename UTransPosition fields
X-SVN-Rev: 1660
2000-06-27 20:07:59 +00:00
Alan Liu
76de7c04e3 ICU-450 change ParseError, Transliterator::Direction, Transliterator::Position to C structs
X-SVN-Rev: 1655
2000-06-27 19:00:38 +00:00
Alan Liu
3439865196 ICU-450 transliterator C api -- initial
X-SVN-Rev: 1652
2000-06-27 16:30:16 +00:00
Alan Liu
7dc237a90d ICU-450 transliterator C api -- temporary
X-SVN-Rev: 1651
2000-06-27 16:27:28 +00:00
Alan Liu
49c2098d0e ICU-438 fieldDifference
X-SVN-Rev: 1632
2000-06-15 23:36:25 +00:00
Alan Liu
21b2825616 ICU-220 add getString() that returns reference to internal string
X-SVN-Rev: 1625
2000-06-14 20:52:50 +00:00
Alan Liu
4e46471d22 ICU-417 add support for secondary grouping size
X-SVN-Rev: 1580
2000-06-07 00:15:59 +00:00
Steven R. Loomis
3ec60c904e ICU-420 make header files build by themselves
X-SVN-Rev: 1558
2000-06-03 04:18:06 +00:00
Steven R. Loomis
9ff4e2eaa0 ICU-408 fixes for HPUX
X-SVN-Rev: 1528
2000-05-31 22:18:22 +00:00
Alan Liu
73d861e601 ICU-352 rename xor to complement (xor is HP keyword)
X-SVN-Rev: 1504
2000-05-26 18:32:15 +00:00
Helena Chapman
0e03c3e7c1 ICU-352 HP-UX ACC doesn't like "xor" as function names.
X-SVN-Rev: 1500
2000-05-26 01:18:36 +00:00
Markus Scherer
852c3ce82c ICU-176 remove wrong enum scoping
X-SVN-Rev: 1499
2000-05-25 23:15:29 +00:00
Alan Liu
55bf569c3a ICU-352 rewrite to use inversion list; upgrade API to use UChar32
X-SVN-Rev: 1491
2000-05-25 19:27:14 +00:00
Markus Scherer
713ce67cba ICU-176 DecimalFormatSymbols revamped for UTF-16 and graphemes
X-SVN-Rev: 1489
2000-05-25 01:10:55 +00:00
Markus Scherer
93ee508e8e ICU-176 DecimalFormat API use UnicodeString pad char, not UChar (old: deprecated)
X-SVN-Rev: 1484
2000-05-24 22:42:59 +00:00
Vladimir Weinstein
b22f6e854c ICU-406 resolve ambiguity in resource bundle construction
X-SVN-Rev: 1474
2000-05-24 21:51:28 +00:00
Markus Scherer
769118da39 ICU-176 prepare some implementation for UChar32 normalization results
X-SVN-Rev: 1471
2000-05-24 21:01:07 +00:00
Vladimir Weinstein
1583efe468 ICU-406 putting collation in resource bundles
X-SVN-Rev: 1463
2000-05-24 19:58:40 +00:00
Vladimir Weinstein
e35f1c9533 ICU-406 putting collation in resource bundles (initial revision)
X-SVN-Rev: 1426
2000-05-22 19:49:10 +00:00
Alan Liu
563d9e5006 ICU-352 rbt support for segments, cursor offset, and new syntax
X-SVN-Rev: 1422
2000-05-20 04:40:29 +00:00
Alan Liu
6a59bb39c8 ICU-345 fixed constructor to properly handle invalid IDs
X-SVN-Rev: 1421
2000-05-20 04:35:31 +00:00
Helena Chapman
69ba12f77c ICU-351 Define UBool to be used in the APIs.
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Vladimir Weinstein
881a9d1d31 ICU-184 support for storing binary collation data in resource bundles (initial revision)
X-SVN-Rev: 1408
2000-05-18 21:25:51 +00:00
Helena Chapman
c5a079fe2e ICU-110 Added ucol_getVersion() API for getting Collator version information.
X-SVN-Rev: 1375
2000-05-15 19:48:26 +00:00
Vladimir Weinstein
c786b21d52 ICU-184 resource data files in memory mapped format (initial revision)
X-SVN-Rev: 1365
2000-05-15 18:39:17 +00:00
Markus Scherer
6b6bbd29f1 ICU-375 correct isAcceptable signature
X-SVN-Rev: 1324
2000-05-03 23:15:02 +00:00
Yves Arrouye
3950fe01a2 ICU-359 fixed virtual destructors/members incoherences.
X-SVN-Rev: 1142
2000-04-18 17:58:18 +00:00
Yves Arrouye
bff1b2e05c ICU-353 use better names to replace index, depending on what the func/
method actually does with it (for example: n to get the nth element, offset
within a buffer, etc.).

X-SVN-Rev: 1131
2000-04-14 05:22:29 +00:00
Markus Scherer
12317a643b ICU-348 align c++ class field declaration and initialization order
X-SVN-Rev: 1096
2000-04-07 23:10:09 +00:00
Alan Liu
a689f5a631 ICU-333 add methods for subclasses to set ID
X-SVN-Rev: 1040
2000-03-31 00:32:00 +00:00
Alan Liu
a77857a081 ICU-149 modify to use new C++ Hashtable
X-SVN-Rev: 1005
2000-03-28 22:12:14 +00:00
Madhu K
4b849b6d51 ICU-114 Fixed for HP/UX
X-SVN-Rev: 992
2000-03-27 21:07:05 +00:00
Vladimir Weinstein
6dd8c37754 ICU-335 APIs are now marked for proper doc generation
X-SVN-Rev: 975
2000-03-22 19:19:33 +00:00
Markus Scherer
54921c0d79 ICU-84 S/390 and EBCDIC updates
X-SVN-Rev: 969
2000-03-21 20:37:32 +00:00
Alan Liu
24bb0f4fce ICU-329 parse engines need better error reporting
X-SVN-Rev: 957
2000-03-18 01:19:39 +00:00
Alan Liu
1c55f1f997 ICU-243 add prefix/suffix support to Hex-Unicode and Unicode-Hex
X-SVN-Rev: 916
2000-03-08 19:26:17 +00:00
Helena Chapman
a9236ce6dd ICU-239 Added the u_vformatMessage() and u_vparseMessage() functions.
X-SVN-Rev: 904
2000-03-07 01:53:49 +00:00
Alan Liu
63481e37f0 ICU-315 remove EBCDIC-incompatible char constants
X-SVN-Rev: 894
2000-03-04 02:21:02 +00:00
Alan Liu
772cdc8d53 ICU-315 remove EBCDIC-incompatible char constants
X-SVN-Rev: 893
2000-03-04 02:08:11 +00:00
Alan Liu
e7209482d2 ICU-276 added Position constructors
X-SVN-Rev: 750
2000-02-11 22:32:11 +00:00
Alan Liu
7ce42e2f31 ICU-265 map char to set with array instead of hash for better performance
X-SVN-Rev: 728
2000-02-08 02:49:15 +00:00
Alan Liu
7b6b7df37a ICU-264 improve filter handling of CompoundTransliterator
X-SVN-Rev: 722
2000-02-05 00:24:24 +00:00
Alan Liu
710fd46eae ICU-182 add UCAL_YEAR_WOY and UCAL_DOW_LOCAL
X-SVN-Rev: 694
2000-01-25 18:22:15 +00:00
Helena Chapman
e724d593b2 ICU-45 Updated the dbbi.h and rbbi.h not to expose the ctor APIs.
X-SVN-Rev: 693
2000-01-25 17:57:36 +00:00
Alan Liu
f2692628ef ICU-182 NO API change; make EStampValues anonymous; these are just int constants
X-SVN-Rev: 687
2000-01-25 02:15:41 +00:00
Alan Liu
a3c6a8704e ICU-182 add comments for Y and e
X-SVN-Rev: 686
2000-01-25 02:14:32 +00:00
Alan Liu
c3dc523600 ICU-182 NO API CHANGES; remove stdio; remove getISOYear (use YEAR_WOY now); other private method changes
X-SVN-Rev: 685
2000-01-25 02:13:45 +00:00
Vladimir Weinstein
ea469908f0 ICU-182 Implementation of DOW_LOCAL and YEAR_WOY, take 2
X-SVN-Rev: 663
2000-01-20 04:47:14 +00:00
Alan Liu
8387fe98df ICU-199 unify incremental-nonincremental imp
X-SVN-Rev: 650
2000-01-19 19:12:42 +00:00
Alan Liu
4541f4aea8 ICU-199 cleanup API, change int[] to Position
X-SVN-Rev: 649
2000-01-19 19:02:10 +00:00
Vladimir Weinstein
23c9e60988 ICU-182 adding, rolling and parsing for DOW_LOCAL and YEAR_WOY
X-SVN-Rev: 646
2000-01-19 04:22:25 +00:00
Alan Liu
7da50142ca ICU-199 UnicodeSet inherits from UnicodeFilter
X-SVN-Rev: 634
2000-01-18 20:00:56 +00:00
Markus Scherer
8ab661d242 ICU-201 add forward declarations before 'friend' statements
X-SVN-Rev: 633
2000-01-18 19:57:46 +00:00
Alan Liu
2d5cbe5d93 ICU-199 incorporate Mark's bug fixes
X-SVN-Rev: 630
2000-01-18 18:43:09 +00:00
Alan Liu
49a4f38e87 ICU-199 remove "keyboard" from method names, make max context len a member of Transliterator set by subclasses
X-SVN-Rev: 629
2000-01-18 18:27:27 +00:00
Alan Liu
44562e956f ICU-199 add Jamo-Hangul and Hangul-Jamo
X-SVN-Rev: 618
2000-01-18 01:55:52 +00:00
Alan Liu
d2185dcbe6 ICU-199 compound ID support
X-SVN-Rev: 585
2000-01-14 21:15:25 +00:00
Helena Chapman
db8def56c3 ICU-45 Added ErrorCode to the constructor APIs.
.

X-SVN-Rev: 578
2000-01-14 00:13:59 +00:00
Alan Liu
712db54818 ICU-199 new rule syntax; performance improvement
X-SVN-Rev: 560
2000-01-13 07:28:31 +00:00
Steven R. Loomis
5ecfe44aa4 ICU-45 use TRUE/FALSE not true/false [*bbi]
X-SVN-Rev: 553
2000-01-12 22:24:10 +00:00
Alan Liu
13955b6ce2 ICU-199 rewrite UnicodeSet pattern parser
X-SVN-Rev: 547
2000-01-12 18:03:53 +00:00
Alan Liu
66e286def7 ICU-114 make getDisplayName static
X-SVN-Rev: 531
2000-01-11 19:39:06 +00:00
Alan Liu
b062d159c4 ICU-114 add NullTransliterator
X-SVN-Rev: 528
2000-01-11 17:28:49 +00:00
Alan Liu
f367eb35fa ICU-114 fix UVector warning
X-SVN-Rev: 527
2000-01-11 17:26:46 +00:00
Helena Chapman
3b89a0c831 ICU-45 Moved the include path around in the implementation.
X-SVN-Rev: 510
2000-01-11 00:46:58 +00:00
Helena Chapman
c48ba34577 ICU-45 Fixed the include path problems.
X-SVN-Rev: 507
2000-01-10 21:21:52 +00:00
Helena Chapman
ffaec7a318 ICU-45 Fixed the include path problems.
X-SVN-Rev: 506
2000-01-10 21:10:21 +00:00
Richard Gillam
016aa963f6 ICU-45 Initial check-in of RuleBasedBreakIterator and DictionaryBasedBreakIterator.
X-SVN-Rev: 502
2000-01-08 02:05:05 +00:00
Vladimir Weinstein
8b20f17f49 ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00