Commit Graph

12000 Commits

Author SHA1 Message Date
Ram Viswanadha
bac87f5f9f ICU-3050 fix failure on redhat 6.2
X-SVN-Rev: 12765
2003-08-05 16:38:45 +00:00
Markus Scherer
a2f0081966 ICU-3138 credit Niklaus Wirth's book
X-SVN-Rev: 12764
2003-08-05 16:20:33 +00:00
Markus Scherer
30d945c26e ICU-3138 test a smaller array for the smaller threshold for insertionSort
X-SVN-Rev: 12763
2003-08-05 13:34:19 +00:00
Markus Scherer
a5165b0479 ICU-3138 always use insertion sort for short arrays
X-SVN-Rev: 12762
2003-08-05 13:29:36 +00:00
George Rhoten
de842f02a8 ICU-2256 Start to unify some of the code.
X-SVN-Rev: 12761
2003-08-05 07:39:12 +00:00
Andy Heninger
ed7b79ac52 ICU-3156 u_setMemoryFuncs(), partial u_setMutexFunctions()
X-SVN-Rev: 12760
2003-08-05 01:25:54 +00:00
Markus Scherer
2919851e9e ICU-3050 fix setting of leadUnitValue for lead surrogates before folding
X-SVN-Rev: 12759
2003-08-05 00:20:30 +00:00
Markus Scherer
2dca70aecf ICU-3050 test trie folding edge cases
X-SVN-Rev: 12758
2003-08-05 00:18:38 +00:00
Alan Liu
fbf9a44f50 ICU-2966 range-check previous month
X-SVN-Rev: 12757
2003-08-04 23:13:43 +00:00
Ram Viswanadha
437c9d85d7 ICU-3050 utrie_enum() needs to report a transition to a block of unused lead surrogates
X-SVN-Rev: 12756
2003-08-04 22:25:18 +00:00
Alan Liu
c885ccf673 ICU-2966 favor int& over int[1] in C++ (clean up Java port)
X-SVN-Rev: 12755
2003-08-04 21:29:32 +00:00
Markus Scherer
2e40160c78 ICU-3138 use internal sort function
X-SVN-Rev: 12754
2003-08-04 20:39:25 +00:00
Markus Scherer
d16be0ea7f ICU-3138 add internal sort function to replace qsort
X-SVN-Rev: 12753
2003-08-04 20:37:54 +00:00
Markus Scherer
8e7d1112f4 ICU-3138 test internal sort function
X-SVN-Rev: 12752
2003-08-04 20:36:18 +00:00
George Rhoten
9c0b972277 ICU-3097 Temporarily readd -G because the linker is having problems with the data library in source/data
X-SVN-Rev: 12751
2003-08-04 17:48:34 +00:00
Andy Heninger
75169ddbe4 ICU-3156 add new ICU error for use by u_setMemFuncs()
X-SVN-Rev: 12750
2003-08-04 17:36:13 +00:00
George Rhoten
478d352852 ICU-2948 Fix Turkish currency symbol
X-SVN-Rev: 12749
2003-08-04 15:28:07 +00:00
George Rhoten
55ac2f28ba ICU-2943 Optimize Gregorian symbol lookup by copying fewer objects.
X-SVN-Rev: 12747
2003-08-01 23:40:34 +00:00
Vladimir Weinstein
e94bdc1dcf ICU-3109 memcpy sneaked back in while fixing Thai. Should be uprv_memcpy.
X-SVN-Rev: 12745
2003-08-01 22:46:59 +00:00
George Rhoten
3323e93931 ICU-3053 Similar porting changes for MPRAS
X-SVN-Rev: 12743
2003-08-01 22:28:18 +00:00
George Rhoten
8fcab481c1 ICU-2948 Add a space to DateTimePatterns
X-SVN-Rev: 12742
2003-08-01 20:19:27 +00:00
George Rhoten
f51ffb6631 ICU-2948 Add Hawaiian
X-SVN-Rev: 12741
2003-08-01 20:07:42 +00:00
George Rhoten
95d7ab6dd9 ICU-2948 Fix some data according to Apple
X-SVN-Rev: 12740
2003-08-01 17:26:49 +00:00
Ram Viswanadha
f431db56b6 ICU-3050 Fix for Win98
X-SVN-Rev: 12739
2003-08-01 17:18:27 +00:00
Vladimir Weinstein
8a67936256 ICU-1851 CODAN implementation oops - lower case 'true' is not to be used
X-SVN-Rev: 12738
2003-08-01 16:55:03 +00:00
George Rhoten
fb85535e66 ICU-3155 Update Ukraine data
X-SVN-Rev: 12737
2003-08-01 16:46:18 +00:00
George Rhoten
0b8c978f92 ICU-3152 Update Ukrainian data
X-SVN-Rev: 12736
2003-08-01 16:44:55 +00:00
Markus Scherer
c5c4313f35 ICU-2449 remove ucnv_getUChar32KeepOverflow(), add ucnv_toUWriteCodePoint(), improve documentation
X-SVN-Rev: 12735
2003-08-01 15:06:19 +00:00
Markus Scherer
029f40c1da ICU-2449 remove ucnv_getUChar32KeepOverflow(), add ucnv_toUWriteCodePoint()
X-SVN-Rev: 12734
2003-08-01 15:05:35 +00:00
Markus Scherer
1eb897ec0f ICU-2449 documentation updates
X-SVN-Rev: 12733
2003-08-01 15:03:46 +00:00
Markus Scherer
01823a43c4 ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework, some optimizations for 1/2-byte MBCS like Shift-JIS
X-SVN-Rev: 12732
2003-08-01 15:02:27 +00:00
Markus Scherer
e8b985f363 ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework
X-SVN-Rev: 12731
2003-08-01 14:58:43 +00:00
Markus Scherer
d65fa8f193 ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework, remove unnecessary if(offsets!=NULL) ...
X-SVN-Rev: 12730
2003-08-01 14:48:28 +00:00
Markus Scherer
03cf995d9e ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework, fix/rewrite ISO 2022 toUnicode
X-SVN-Rev: 12729
2003-08-01 14:42:29 +00:00
Markus Scherer
19fb36e3bd ICU-2449 refactor conversion - call toUnicode and getNextUChar callbacks only from ucnv.c framework
X-SVN-Rev: 12728
2003-08-01 14:39:14 +00:00
Markus Scherer
84c8978d16 ICU-2449 improve API doc for ucnv_getNextUChar()
X-SVN-Rev: 12727
2003-08-01 14:37:11 +00:00
Markus Scherer
8f7006eec6 ICU-2449 adjust tests for modified truncated semantics and fixes and changes in ucnv_getNextUChar()
X-SVN-Rev: 12726
2003-08-01 14:30:29 +00:00
Markus Scherer
8fcfb9fe32 ICU-2449 reenable tests
X-SVN-Rev: 12725
2003-08-01 14:24:59 +00:00
Markus Scherer
1f2eee25e4 ICU-2449 move some test cases to intltest data-driven conversion tests
X-SVN-Rev: 12724
2003-08-01 14:23:17 +00:00
Markus Scherer
795bad0ae8 ICU-2449 improve data-driven conversion tests
X-SVN-Rev: 12723
2003-08-01 14:21:58 +00:00
Markus Scherer
34eec8a376 ICU-2449 data-driven conversion tests
X-SVN-Rev: 12722
2003-08-01 14:18:27 +00:00
George Rhoten
21eb7860d6 ICU-3027 Fix the warning message about the global mutex
X-SVN-Rev: 12721
2003-07-31 23:13:45 +00:00
Syn Wee Quek
d2f1556246 ICU-3083 supplementary bug fixed.
problem was that a wrong ce was given to estimate the estimated offset.

X-SVN-Rev: 12720
2003-07-31 19:51:12 +00:00
Syn Wee Quek
3ee80fc175 ICU-3083 supplementary bug fixed.
problem was that a wrong ce was given to estimate the estimated offset.

X-SVN-Rev: 12719
2003-07-31 19:31:58 +00:00
George Rhoten
b4fca0ce2f ICU-2948 First try at adding more native language and country names
X-SVN-Rev: 12718
2003-07-31 17:22:35 +00:00
George Rhoten
700ca91dc2 ICU-3151 Fix some documentation and the U8_NEXT macro
X-SVN-Rev: 12717
2003-07-31 15:44:42 +00:00
George Rhoten
d9e056ea59 ICU-2948 Add more native names for languages and countries.
X-SVN-Rev: 12715
2003-07-30 22:45:58 +00:00
Vladimir Weinstein
c2a77c0fda ICU-3140 updated Thai tailoring, Fractional UCA, test and test file
X-SVN-Rev: 12711
2003-07-30 21:12:10 +00:00
Syn Wee Quek
65b66ed697 ICU-3109 port of the thai collation bug fix. fixed a bug that folds the trail surrogate value wrongly. moved doTest to CollationTest for easier access.
X-SVN-Rev: 12708
2003-07-29 23:08:09 +00:00
George Rhoten
e18743997e ICU-2948 Fix iu language name
X-SVN-Rev: 12707
2003-07-29 16:32:43 +00:00