Commit Graph

2136 Commits

Author SHA1 Message Date
Andy Heninger
96ec073b83 ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10157
2002-11-06 02:35:20 +00:00
Markus Scherer
5b21996599 ICU-2001 build more precise inclusions list (set) mostly from UCD data trie enumeration, plus code points for which properties are hardcoded
X-SVN-Rev: 10155
2002-11-06 00:52:44 +00:00
Markus Scherer
6ebcafd22d ICU-1785 implement unorm_isNFSkippable() and unorm_addPropertyStarts()
X-SVN-Rev: 10153
2002-11-05 00:57:52 +00:00
Markus Scherer
7f33a69caf ICU-1785 build skippables data; formatVersion 2.2
X-SVN-Rev: 10152
2002-11-05 00:56:25 +00:00
Steven R. Loomis
53ddbf2cdd ICU-2457 Bump version # to 2.4
X-SVN-Rev: 10149
2002-11-04 22:58:20 +00:00
Alan Liu
1ad9f88a32 ICU-2015 add total_size to header to inform java
X-SVN-Rev: 10145
2002-11-04 18:32:45 +00:00
Alan Liu
0c227bbcfb ICU-2015 add fields to header to inform java
X-SVN-Rev: 10144
2002-11-01 23:40:31 +00:00
Alan Liu
10fdb77455 ICU-2015 remove dead code
X-SVN-Rev: 10143
2002-11-01 23:20:10 +00:00
Alan Liu
602c0dd8fc ICU-2015 fix alignment!
X-SVN-Rev: 10142
2002-11-01 23:19:49 +00:00
Alan Liu
cc93a87ab1 ICU-2096 document new (2.4) APIs for property name<->enum per Markus discussion
X-SVN-Rev: 10140
2002-11-01 14:51:43 +00:00
Alan Liu
69ede390df ICU-2325 make unescape recognize \e \cX
X-SVN-Rev: 10138
2002-11-01 14:36:38 +00:00
Steven R. Loomis
10bc681d20 ICU-2457 update to 2.4 version number
X-SVN-Rev: 10137
2002-11-01 01:45:24 +00:00
George Rhoten
f85b8fd193 ICU-2394 Update the http:// link
X-SVN-Rev: 10136
2002-10-31 23:34:15 +00:00
George Rhoten
594a11605a ICU-2015 Really add propname.h
X-SVN-Rev: 10133
2002-10-31 21:32:15 +00:00
George Rhoten
31ebf42323 ICU-1977 add additional Converter Alias functions
get all converters
get the canonical names from a tagged alias

X-SVN-Rev: 10121
2002-10-30 22:52:08 +00:00
Alan Liu
b8cd8cf015 ICU-2015 add propname.o
X-SVN-Rev: 10114
2002-10-30 21:46:41 +00:00
Alan Liu
e9309088bb ICU-2015 make uscript use property alias API
X-SVN-Rev: 10103
2002-10-30 18:25:27 +00:00
Alan Liu
a1d0b63d78 ICU-2015 add double and string enum ranges to UProperty; add new property alias API; add comment tags read by genpname; add U_GC_LC_MASK
X-SVN-Rev: 10102
2002-10-30 18:24:53 +00:00
Alan Liu
432a2979d3 ICU-2015 rewrite upropset guts to use new property alias API; move code into uniset
X-SVN-Rev: 10101
2002-10-30 18:24:00 +00:00
Alan Liu
72802d9da6 ICU-2015 add uprv_getInclusions(), formerly implemented in upropset.cpp
X-SVN-Rev: 10100
2002-10-30 18:12:49 +00:00
Alan Liu
4e051554eb ICU-2015 add propname.[cpp|h]
X-SVN-Rev: 10099
2002-10-30 18:11:04 +00:00
Alan Liu
9a4ac886fe ICU-2015 initial checkin
X-SVN-Rev: 10098
2002-10-30 18:09:55 +00:00
Alan Liu
584ee76800 ICU-2015 amend comment
X-SVN-Rev: 10097
2002-10-30 18:07:23 +00:00
Alan Liu
98d8629ada ICU-2447 add range functions for add, remove, contains
X-SVN-Rev: 10085
2002-10-29 19:05:03 +00:00
Ram Viswanadha
4bf3d9b4b4 ICU-2411 make iso-2022-kr converter more lenient
X-SVN-Rev: 10079
2002-10-29 01:53:19 +00:00
Andy Heninger
5494469d5b ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10076
2002-10-29 01:20:15 +00:00
George Rhoten
130f5c120b ICU-1885 Allow z/OS to use UCNV_SWAP_LFNL_OPTION_STRING
X-SVN-Rev: 10067
2002-10-25 22:46:22 +00:00
Markus Scherer
47cbd46736 ICU-2145 fix @stable to @draft ICU 2.4 for new functions
X-SVN-Rev: 10064
2002-10-25 00:56:13 +00:00
Andy Heninger
425ac49187 ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10063
2002-10-24 22:16:07 +00:00
George Rhoten
08ca9c365b ICU-2395 Add some documentation on setlocale and cleanup some of the code for getting the default locale.
X-SVN-Rev: 10062
2002-10-24 20:52:54 +00:00
Markus Scherer
fcaeac080f ICU-1669 document out-of-bounds behavior of moveIndex32 and char[32]At
X-SVN-Rev: 10059
2002-10-24 18:30:07 +00:00
Markus Scherer
a44e92d425 ICU-2145 add u_strrstr, fix a bug
X-SVN-Rev: 10057
2002-10-24 17:29:35 +00:00
Markus Scherer
b1246ef900 ICU-2145 consistent behavior of binary string searches
X-SVN-Rev: 10055
2002-10-24 01:49:58 +00:00
Andy Heninger
6bd8583607 ICU-105 Regular Expressions initial check in
X-SVN-Rev: 10051
2002-10-23 01:14:17 +00:00
Andy Heninger
11891ab0d8 ICU-105 Regular Expressions initial check in
X-SVN-Rev: 10050
2002-10-22 00:09:32 +00:00
Ram Viswanadha
4d1e11911c ICU-2353 delete duplicate declaration
X-SVN-Rev: 10046
2002-10-17 23:31:55 +00:00
Steven R. Loomis
3e14bec41d ICU-2375 document C++ Locale difference from Java.
X-SVN-Rev: 10031
2002-10-15 22:00:55 +00:00
Markus Scherer
b6de7e771f ICU-2296 add fastCopyFrom, change normal copying
X-SVN-Rev: 10028
2002-10-12 01:04:09 +00:00
Markus Scherer
5d740a29e2 ICU-2296 add fastCopyFrom
X-SVN-Rev: 10027
2002-10-12 00:59:36 +00:00
Alan Liu
4418da5765 ICU-2061 implement uenum_nextDefault; re-use aux buffer instead of mallocing it each time; handle NULL return
X-SVN-Rev: 10021
2002-10-11 20:22:04 +00:00
Alan Liu
c647ceba6b ICU-2061 declare uenum_nextDefault; enhance existing docs a bit
X-SVN-Rev: 10020
2002-10-11 20:20:46 +00:00
Alan Liu
237f1f27f9 ICU-2038 add higher-performance implementation of add() that handles a single codepoint; other performance tweaks
X-SVN-Rev: 10018
2002-10-10 21:18:49 +00:00
Markus Scherer
e189db4818 ICU-1794 add UnicodeString::hasMoreChar32Than
X-SVN-Rev: 10005
2002-10-09 21:37:48 +00:00
Markus Scherer
5b9c9d52df ICU-1794 add u_strHasMoreChar32Than
X-SVN-Rev: 10002
2002-10-09 20:40:05 +00:00
Markus Scherer
c8bba9db42 ICU-2343 remove UCharReference and non-const UnicodeString::operator[]
X-SVN-Rev: 9994
2002-10-08 23:56:15 +00:00
Ram Viswanadha
995308afe4 ICU-2323 fix for ID 7
X-SVN-Rev: 9989
2002-10-08 17:45:39 +00:00
Markus Scherer
d815c4ce11 ICU-2150 check for valid code point
X-SVN-Rev: 9986
2002-10-08 01:08:34 +00:00
Markus Scherer
e37690683e ICU-2351 all UnicodeString modifications should make a bogus string valid/empty
X-SVN-Rev: 9980
2002-10-05 00:38:27 +00:00
Markus Scherer
a25c9734c6 ICU-2156 make sure that the same string can be used as source and destination
X-SVN-Rev: 9979
2002-10-05 00:29:14 +00:00
Markus Scherer
a715afb3e8 ICU-2150 replace UTF_ macros with U16_ macros in public header files
X-SVN-Rev: 9974
2002-10-04 22:09:49 +00:00