Commit Graph

4413 Commits

Author SHA1 Message Date
Ram Viswanadha
e7042af1b8 ICU-329 Add parseError and UErrorCode to all public API's to make them consitent with ICU's design. Fix implementation to bubble the error code.
X-SVN-Rev: 5653
2001-08-31 03:23:39 +00:00
George Rhoten
81fc8fb03e ICU-770 More data cleanup
X-SVN-Rev: 5652
2001-08-31 02:21:34 +00:00
George Rhoten
8f2c4bfb65 ICU-770 More data cleanup
X-SVN-Rev: 5651
2001-08-31 02:14:47 +00:00
George Rhoten
48538860fd ICU-770 Don't create a local object and return a reference to some of its data.
X-SVN-Rev: 5650
2001-08-31 02:14:04 +00:00
George Rhoten
493c52bce6 ICU-770 Internal API name change
X-SVN-Rev: 5649
2001-08-31 02:13:00 +00:00
George Rhoten
2927a55b19 ICU-770 Try not to delete NULL
X-SVN-Rev: 5648
2001-08-31 02:11:48 +00:00
George Rhoten
d71d803d0c ICU-770 More data cleanup and remove the mutex usage from the cleanup functions
X-SVN-Rev: 5647
2001-08-31 02:10:39 +00:00
Syn Wee Quek
c90b8e3717 ICU-1030
Boundary checks at getPreviousBaseOffset()

X-SVN-Rev: 5646
2001-08-31 02:05:14 +00:00
Markus Scherer
53b104c0e7 ICU-1007 improve code readability; start composition improvements
X-SVN-Rev: 5645
2001-08-31 00:45:53 +00:00
Markus Scherer
9ff852022f ICU-1007 improve code readability
X-SVN-Rev: 5644
2001-08-31 00:44:57 +00:00
Markus Scherer
6293e63ad0 ICU-1007 Jamo LVT instead of Jamo 123
X-SVN-Rev: 5641
2001-08-30 22:30:11 +00:00
Markus Scherer
45d66e4ab9 ICU-1007 Jamo LVT instead of Jamo 123; more readable norm32 range checks and a separate fn for combining two characters
X-SVN-Rev: 5640
2001-08-30 22:29:47 +00:00
Markus Scherer
08d04bde0c ICU-1007 Jamo LVT instead of Jamo 123; fix overflow test for combining indexes
X-SVN-Rev: 5639
2001-08-30 22:26:18 +00:00
Markus Scherer
7aac383122 ICU-1007 add U_FAILURE() checks
X-SVN-Rev: 5638
2001-08-30 22:25:26 +00:00
Markus Scherer
ae7730027b ICU-1007 description of the unorm.dat file format
X-SVN-Rev: 5634
2001-08-30 20:37:59 +00:00
Andy Heninger
91985fb45f ICU-1075 For ICUData, fall back to .dat file if common lib is linked with stub data library.
X-SVN-Rev: 5633
2001-08-30 18:41:30 +00:00
George Rhoten
e1749f434d ICU-1099 Add const to some static data
X-SVN-Rev: 5632
2001-08-30 18:25:42 +00:00
George Rhoten
81cfc9a3c8 ICU-770 Add the i18n cleanup functions.
X-SVN-Rev: 5631
2001-08-30 18:06:00 +00:00
George Rhoten
5064a00b19 ICU-1008 Don't do static init when threads are disabled.
X-SVN-Rev: 5630
2001-08-30 17:52:53 +00:00
George Rhoten
8f53df7e76 ICU-1008 Don't do static init when threads are disabled.
X-SVN-Rev: 5629
2001-08-30 17:09:43 +00:00
George Rhoten
17ea6be691 ICU-770 Disable the destroy function when threads are not available.
X-SVN-Rev: 5628
2001-08-30 17:05:21 +00:00
George Rhoten
789f113c9f ICU-1099 Add const to some static data
X-SVN-Rev: 5627
2001-08-30 16:59:44 +00:00
George Rhoten
1282743e66 ICU-1018 Make ustream work in ustdio.
X-SVN-Rev: 5626
2001-08-30 16:31:01 +00:00
Ram Viswanadha
c27a92e51f ICU-329 Deprecated API error message.
X-SVN-Rev: 5625
2001-08-30 03:46:15 +00:00
George Rhoten
d745e83da1 ICU-1018 Make ustream work in ustdio.
X-SVN-Rev: 5624
2001-08-30 03:29:14 +00:00
George Rhoten
5037815672 ICU-1018 Change conflicts with versioning; moving ustream to ustdio.
X-SVN-Rev: 5623
2001-08-30 03:10:31 +00:00
George Rhoten
b3af0a14e5 ICU-1075 Allow ieeetst to build and run
X-SVN-Rev: 5622
2001-08-30 03:09:24 +00:00
George Rhoten
6050ed1893 ICU-770 Add the i18n data cleanup functions.
X-SVN-Rev: 5621
2001-08-30 03:06:19 +00:00
George Rhoten
42a35fc241 ICU-770 Add the i18n data cleanup functions.
X-SVN-Rev: 5620
2001-08-30 03:01:06 +00:00
George Rhoten
e3be3468c0 ICU-770 More data cleanup
X-SVN-Rev: 5619
2001-08-30 02:59:19 +00:00
Syn Wee Quek
e48995b111 ICU-1030
Cleaning up of allocated string array in Check*CanonicalMatch

X-SVN-Rev: 5618
2001-08-30 02:58:23 +00:00
George Rhoten
ed236e08a0 ICU-1018 Change conflicts with versioning; moving ustream to ustdio.
X-SVN-Rev: 5617
2001-08-30 01:58:44 +00:00
George Rhoten
b58c59045a ICU-1099 Test the change a bit more completely.
X-SVN-Rev: 5616
2001-08-30 01:55:50 +00:00
Markus Scherer
95abeb91e1 ICU-1007 remove DecompData and ComposeData
X-SVN-Rev: 5615
2001-08-30 00:00:06 +00:00
Markus Scherer
974bfd3519 ICU-1007 completely replace the old with the new implementation
X-SVN-Rev: 5614
2001-08-29 23:57:15 +00:00
Markus Scherer
bed1f92331 ICU-1007 codereview comments; initial Normalizer iteration functions
X-SVN-Rev: 5613
2001-08-29 23:50:18 +00:00
Markus Scherer
1249324aa8 ICU-1007 temporarily disable tests of the Normalizer iteration API
X-SVN-Rev: 5612
2001-08-29 23:48:30 +00:00
George Rhoten
d22e0ec7b8 ICU-954 Remove dependencies on ustdio
X-SVN-Rev: 5611
2001-08-29 22:58:07 +00:00
Andy Heninger
50c8538b84 ICU-1075 Data Cache, key is base name rather than full path.
X-SVN-Rev: 5610
2001-08-29 22:57:37 +00:00
George Rhoten
29ab20eaba ICU-1075 Get make install to work
X-SVN-Rev: 5609
2001-08-29 22:08:28 +00:00
George Rhoten
323a4ba62c ICU-770 Include the header file
X-SVN-Rev: 5608
2001-08-29 22:07:27 +00:00
Syn Wee Quek
d5122c82d5 ICU-1030
Header file copy to appropriate directory in release build.

X-SVN-Rev: 5607
2001-08-29 21:58:55 +00:00
George Rhoten
303ce37e9a ICU-900 Fixed some compiler warnings by making the locmap "translation unit" not empty.
X-SVN-Rev: 5606
2001-08-29 21:37:09 +00:00
George Rhoten
4a1db7c1df ICU-1007 remove ComposedCharIter
X-SVN-Rev: 5605
2001-08-29 21:15:45 +00:00
George Rhoten
35f3bf8a93 ICU-329 Use the invariant codepage
X-SVN-Rev: 5604
2001-08-29 19:14:08 +00:00
George Rhoten
77796dc105 ICU-597 Find the decimal point properly when the locale changes
X-SVN-Rev: 5603
2001-08-29 19:10:52 +00:00
George Rhoten
9c05f564db ICU-1102 Make fgClassID private
X-SVN-Rev: 5602
2001-08-29 18:14:28 +00:00
George Rhoten
6854d6d1c8 ICU-1099 Make some data const
X-SVN-Rev: 5601
2001-08-29 18:13:00 +00:00
Markus Scherer
44850e6120 ICU-1007 remove ComposedCharIter
X-SVN-Rev: 5600
2001-08-29 16:32:33 +00:00
George Rhoten
6a7682e8a0 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5599
2001-08-28 18:53:23 +00:00