Commit Graph

15830 Commits

Author SHA1 Message Date
Andy Heninger
5c45d96fd7 ICU-4157 Add text boundary test files from the Unicode site.
X-SVN-Rev: 17121
2005-01-14 00:53:09 +00:00
George Rhoten
502856be58 ICU-4378 Add greater time precision for uprv_getUTCtime.
X-SVN-Rev: 17120
2005-01-14 00:51:03 +00:00
Andy Heninger
6e629a2ca0 ICU-4199 Add tests for correct definitions of POSIX style char classes
X-SVN-Rev: 17119
2005-01-13 23:45:49 +00:00
Andy Heninger
448c2e114b ICU-4157 RBBI Rule updates for Unicode 4.1
X-SVN-Rev: 17118
2005-01-13 23:42:12 +00:00
Andy Heninger
3da6e43cd6 ICU-4377 fix incorrect parseError info from rbbi rule builder
X-SVN-Rev: 17117
2005-01-13 23:40:17 +00:00
Markus Scherer
a8a1c70bcd ICU-4287 use precomputed DirProps values instead of lookup function calls
X-SVN-Rev: 17116
2005-01-13 18:36:34 +00:00
Markus Scherer
3b8e08e66f ICU-3881 do not build FCD trie at load time - see new comments in file
X-SVN-Rev: 17115
2005-01-13 04:18:13 +00:00
George Rhoten
54ccdd856b ICU-4281 Adding this virtual vector deleting destructor removes the dependency on caniter.obj on Windows.
The compiler automatically creates one in other .obj files, but not in unistr.obj because one isn't explicitly needed.

X-SVN-Rev: 17114
2005-01-12 19:15:42 +00:00
George Rhoten
dcaf6656da ICU-4339 Fixes for when STLPort is first in your include path.
X-SVN-Rev: 17113
2005-01-11 23:35:15 +00:00
Doug Felt
32cc512fdd ICU-4214 update icu4j/java comparison
X-SVN-Rev: 17112
2005-01-11 23:12:48 +00:00
Doug Felt
65fd02443d ICU-4092 service code coverage
X-SVN-Rev: 17110
2005-01-11 20:58:27 +00:00
George Rhoten
c0c34e6f90 ICU-3004 Don't create a default locale when it isn't needed.
X-SVN-Rev: 17109
2005-01-11 20:26:04 +00:00
Andy Heninger
5cf9c75c52 ICU-4157 4.1 RBBI changes. Stub out TestLineBreaks, which is looping; real fix to come later.
X-SVN-Rev: 17106
2005-01-11 00:49:22 +00:00
Markus Scherer
7f8d06b42b ICU-4334 Unicode 4.1 update
X-SVN-Rev: 17104
2005-01-10 18:02:54 +00:00
George Rhoten
723f11566a ICU-4296 collIterate is actually internal API, and it isn't used in any public API.
So users can't use it without using ucol_imp.h.  Remove it from the public header.

X-SVN-Rev: 17103
2005-01-09 06:18:07 +00:00
George Rhoten
aa10d84499 ICU-4296 Reduce the number of exported functions
X-SVN-Rev: 17102
2005-01-09 05:18:02 +00:00
George Rhoten
1e448b76b2 ICU-4092 Increase code coverage
X-SVN-Rev: 17101
2005-01-08 07:04:25 +00:00
George Rhoten
a7648f5508 ICU-4092 Increase code coverage
X-SVN-Rev: 17100
2005-01-08 06:50:46 +00:00
George Rhoten
b669afd469 ICU-4092 Move debugging code
X-SVN-Rev: 17099
2005-01-07 19:08:29 +00:00
George Rhoten
7948649d33 ICU-4092 Move debugging code
X-SVN-Rev: 17098
2005-01-07 19:06:24 +00:00
George Rhoten
6670e0cbb9 ICU-4092 #if 0 dead debugging code
X-SVN-Rev: 17097
2005-01-07 18:45:15 +00:00
George Rhoten
8be124aaa3 ICU-4331 Make sure that the right name is used.
X-SVN-Rev: 17096
2005-01-07 07:00:09 +00:00
George Rhoten
7d6a0f8973 ICU-4331 Fix and test lookup of data in user data trees
X-SVN-Rev: 17095
2005-01-07 06:05:44 +00:00
George Rhoten
7761c40699 ICU-4092 Remove dead debugging code
X-SVN-Rev: 17094
2005-01-07 01:56:47 +00:00
George Rhoten
53dc214ce0 ICU-4092 Improve code coverage by removing unused code.
X-SVN-Rev: 17093
2005-01-07 01:43:39 +00:00
George Rhoten
fafa060d6e ICU-4330 Change version from 3.2 to 3.3
X-SVN-Rev: 17092
2005-01-07 00:21:10 +00:00
George Rhoten
4c0fbd019d ICU-4330 Change version from 3.2 to 3.3
X-SVN-Rev: 17091
2005-01-07 00:01:49 +00:00
George Rhoten
1d9f513c4b ICU-4330 Change version from 3.2 to 3.3
X-SVN-Rev: 17090
2005-01-06 22:49:44 +00:00
George Rhoten
ab68bb3196 ICU-4309 Move the sr_YU locale alias from the installed locale list to the alias list, and add a test for aliases.
X-SVN-Rev: 17089
2005-01-06 16:31:36 +00:00
George Rhoten
ce062b0033 ICU-4092 Fix a Windows optimization problem that appeared while increasing code coverage
X-SVN-Rev: 17088
2005-01-05 06:58:55 +00:00
Ram Viswanadha
307b503a8c ICU-0 add anchor for a section
X-SVN-Rev: 17087
2005-01-04 23:56:01 +00:00
Markus Scherer
d223fd2d6c ICU-4287 need to initialize errorCode
X-SVN-Rev: 17086
2005-01-04 21:58:13 +00:00
Markus Scherer
0ecbd62a78 ICU-3858 check for and forbid negative numeric values
X-SVN-Rev: 17085
2005-01-04 16:55:02 +00:00
Markus Scherer
99ce5868d4 ICU-4287 makedata depends on genbidi
X-SVN-Rev: 17084
2005-01-04 16:43:55 +00:00
Markus Scherer
630b305e23 ICU-3881 modularize unorm.icu using build-time switches; build FCD trie at load time if omitted from data file; cope with missing data
X-SVN-Rev: 17083
2005-01-04 00:47:51 +00:00
Markus Scherer
d1af40d227 ICU-3881 modularize unorm.icu using build-time switches
X-SVN-Rev: 17082
2005-01-04 00:46:14 +00:00
Markus Scherer
2497eade76 ICU-3858 allow loading of uprops.icu with the properties vectors trie omitted
X-SVN-Rev: 17081
2005-01-04 00:36:56 +00:00
George Rhoten
2b95351e1d ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17080
2005-01-02 23:57:36 +00:00
George Rhoten
87e84d06e8 ICU-4287 Fix previous check in for Linux and other platforms.
X-SVN-Rev: 17079
2005-01-02 20:00:55 +00:00
George Rhoten
1f4c8d4c18 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17078
2005-01-02 19:47:26 +00:00
George Rhoten
5ec3e3887c ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17077
2005-01-02 19:36:38 +00:00
George Rhoten
8224c976f4 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17076
2005-01-02 19:30:11 +00:00
Markus Scherer
e2948d60cc ICU-3858 remove data for properties that were moved to ucase.icu and ubidi.icu, and simplify remaining structure
X-SVN-Rev: 17075
2005-01-02 00:32:39 +00:00
Markus Scherer
aa6cd66256 ICU-3858 remove data for properties that were moved to ucase.icu and ubidi.icu, and simplify remaining structure
X-SVN-Rev: 17074
2005-01-02 00:22:48 +00:00
Markus Scherer
1f69d77027 ICU-3858 turn upvec_toTrie() into more generic upvec_compact()
X-SVN-Rev: 17073
2005-01-02 00:21:25 +00:00
Markus Scherer
378a016021 ICU-4287 fix ubidi_addPropertyStarts() for new Joining_Group array
X-SVN-Rev: 17072
2005-01-01 23:16:12 +00:00
George Rhoten
b1c7af9d9e ICU-4325 Allow tests to work in the en_US_POSIX and th_TH locales
X-SVN-Rev: 17071
2005-01-01 21:55:07 +00:00
George Rhoten
b2e0401c9b ICU-3004 Perform better case insensitive comparison.
X-SVN-Rev: 17070
2005-01-01 21:31:21 +00:00
Markus Scherer
28ea05638f ICU-4287 smaller ubidi.icu by using 16-bit trie and storing Joining_Group data in a simple byte array outside the trie
X-SVN-Rev: 17069
2005-01-01 18:00:17 +00:00
George Rhoten
c8dc6ff820 ICU-4287 Fix various issues with non-MSVC6 compilers.
X-SVN-Rev: 17068
2005-01-01 04:23:18 +00:00