Markus Scherer
8f69b6c53d
ICU-7653 change a few straggler LENGTHOFs
...
X-SVN-Rev: 36277
2014-08-28 23:20:12 +00:00
Steven R. Loomis
f5d289f2ce
ICU-7653 #include "cmemory.h" in perf tests for UPRV_LENGTHOF
...
X-SVN-Rev: 36276
2014-08-28 22:45:56 +00:00
Steven R. Loomis
7594250cc5
ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc
...
X-SVN-Rev: 36275
2014-08-28 22:13:45 +00:00
Michael Ow
a5c63dabc2
ICU-10909 Fix linker command in letest makefile
...
X-SVN-Rev: 36274
2014-08-28 21:15:26 +00:00
Michael Ow
6c7b9784dd
ICU-10406 Reorder flags setting to allow for user override in runConfigureICU script
...
X-SVN-Rev: 36273
2014-08-28 19:01:08 +00:00
Markus Scherer
53dcbe6141
ICU-10736 Locale.isRightToLeft(), uloc_isRightToLeft(locale)
...
X-SVN-Rev: 36269
2014-08-28 18:28:30 +00:00
Tom Zhang
ee1f29b584
ICU-7653 move LENGTHOF(array) to common, internal header
...
X-SVN-Rev: 36265
2014-08-28 14:55:34 +00:00
Andy Heninger
f2dfa7422e
ICU-10815 Fix for uregex_findNext() not setting U_REGEX_STOPPED_BY_CALLER
...
X-SVN-Rev: 36260
2014-08-28 01:19:29 +00:00
Michael Ow
d29271fcce
ICU-9985 Add support for msys msvc build environment
...
X-SVN-Rev: 36256
2014-08-27 22:42:28 +00:00
Markus Scherer
16527bddbb
ICU-10435 deprecate collation TAILORINGS_VERSION
...
X-SVN-Rev: 36254
2014-08-27 22:18:28 +00:00
Michael Ow
5ed8880d0e
ICU-11121 Fix cygwin msvc mh file detection
...
X-SVN-Rev: 36253
2014-08-27 21:49:22 +00:00
Markus Scherer
725657cd3d
ICU-10477 drop already-marginal support for ULOC_REQUESTED_LOCALE
...
X-SVN-Rev: 36252
2014-08-27 21:27:37 +00:00
Scott Russell
ecd2a3a355
ICU-10962 Conflicting descriptions of 'S' in calendar patterns
...
X-SVN-Rev: 36235
2014-08-26 03:57:45 +00:00
Michael Ow
5d5b8293ca
ICU-10857 Remove mingw suffix and update configure
...
X-SVN-Rev: 36233
2014-08-25 22:07:21 +00:00
Travis Keep
9c4a5db353
ICU-11075 Remove dead code including LRUCache and tests and sharedptr.h
...
X-SVN-Rev: 36226
2014-08-21 21:02:57 +00:00
Travis Keep
6f9dd8c75a
ICU-10802 ifdef away unified cache diagnostic code that uses stdio.h.
...
X-SVN-Rev: 36225
2014-08-21 17:16:46 +00:00
Markus Scherer
00558af374
ICU-11074 update script metadata: Common=Zyyy -> Recommended, CldrBug:7827
...
X-SVN-Rev: 36223
2014-08-21 16:37:22 +00:00
Markus Scherer
cd3d93b5e6
ICU-11030 clarify USetSpanCondition
...
X-SVN-Rev: 36221
2014-08-21 00:53:31 +00:00
Travis Keep
77bd7a5153
ICU-10802 Try to fix broken build.
...
X-SVN-Rev: 36220
2014-08-21 00:19:54 +00:00
Markus Scherer
a1c5d5372b
ICU-11059 DUPLOYAN_SHORTAND -> DUPLOYAN
...
X-SVN-Rev: 36219
2014-08-21 00:16:17 +00:00
Markus Scherer
3fbc4c7966
ICU-11047 disambiguate various CEBuffer-s
...
X-SVN-Rev: 36217
2014-08-20 23:55:04 +00:00
Travis Keep
c78f2c0def
ICU-10802 Attempt to fix broken build.
...
X-SVN-Rev: 36216
2014-08-20 23:48:49 +00:00
Travis Keep
d9af7aa3db
ICU-10802 Attempt to fix broken build.
...
X-SVN-Rev: 36215
2014-08-20 23:19:14 +00:00
Travis Keep
f335b55bdf
ICU-10802 Merge branch tkeep/10802andy into trunk.
...
X-SVN-Rev: 36214
2014-08-20 21:46:02 +00:00
Yoshito Umaoka
e382f27072
ICU-11061 Updated keyTypeData.txt generated by the latest LDML2ICU converter, adding a few extra entries
...
X-SVN-Rev: 36210
2014-08-20 20:08:59 +00:00
George Rhoten
e79ae82c7d
ICU-11064 The approved ICU syntax has )$ being the end of the plural rule substitution.
...
X-SVN-Rev: 36208
2014-08-20 18:52:57 +00:00
George Rhoten
912521e5cf
ICU-11064 Fix a roundtripping problem when the fractional part is non-zero.
...
X-SVN-Rev: 36203
2014-08-19 17:13:07 +00:00
Michael Ow
9a4ae3b440
ICU-10551 Make ICU converter callbacks ignore default ignorable code points
...
X-SVN-Rev: 36199
2014-08-18 21:26:34 +00:00
George Rhoten
eda8266715
ICU-11064 Add syntax for PluralFormat in RBNF
...
X-SVN-Rev: 36197
2014-08-18 20:47:36 +00:00
Yoshito Umaoka
808a3cda74
ICU-10898 Windows time zone mapping update for 7de0006.
...
X-SVN-Rev: 36192
2014-08-18 17:59:57 +00:00
Steven R. Loomis
12a1765e44
ICU-11045 fix for glibc assumption
...
X-SVN-Rev: 36178
2014-08-16 01:50:06 +00:00
Steven R. Loomis
e3dc3bc456
ICU-10347 add U_FINAL and U_OVERRIDE for C++11 "final" and "override".
...
Added them to several "not for subclassing" classes.
Some exceptions:
* Commented out U_FINAL where there's an internal override needed.
* For tests, added "#define U_FINAL" at the top to disable this.
#defined to null for Doxygen.
X-SVN-Rev: 36177
2014-08-16 01:30:43 +00:00
Steven R. Loomis
0a429569ff
ICU-9063 improve docs around ucnv_getMinCharSize and ucnv_getMaxCharSize to reflect that they are in code points and UChar code units, respectively.
...
X-SVN-Rev: 36174
2014-08-15 17:55:30 +00:00
Markus Scherer
bfb928d8dd
ICU-11010 improve ucol_mergeSortkeys() API doc
...
X-SVN-Rev: 36166
2014-08-14 20:35:54 +00:00
Andy Heninger
bbefa308aa
ICU-11051 Add synchronization to u_getDataDirectory().
...
X-SVN-Rev: 36165
2014-08-14 20:34:06 +00:00
Markus Scherer
ec55298e96
ICU-11042 Han radical-stroke order data in the root collator instead of CJK tailorings, adjusted code & tests (merged from branches/markus/rootunihan)
...
X-SVN-Rev: 36162
2014-08-14 18:47:27 +00:00
Andy Heninger
1ba1ec3b83
ICU-11049 regular expressions, use same logic in UText and (UChar *) code paths when checking limit of potential match start positions.
...
X-SVN-Rev: 36161
2014-08-14 17:44:05 +00:00
Markus Scherer
435623bc05
ICU-11058 support nested collation rule imports; make the importer stateless
...
X-SVN-Rev: 36157
2014-08-13 22:58:14 +00:00
Yoshito Umaoka
a16ab10f50
ICU-11061 Import full bcp47 keys/types from CLDR. This change is corresponding to cldrbug:7249
...
X-SVN-Rev: 36151
2014-08-12 23:14:06 +00:00
Yoshito Umaoka
37d4e68cd4
ICU-10898 Updated tzdbNames.txt based on tzdata2014f.
...
X-SVN-Rev: 36144
2014-08-12 16:37:22 +00:00
Michael Ow
41a76a46ba
ICU-10580 Fix solaris gcc build issues
...
X-SVN-Rev: 36141
2014-08-12 02:11:22 +00:00
Yoshito Umaoka
0de2d6e411
ICU-10898 tzdata2014f updates to ICU4C
...
X-SVN-Rev: 36138
2014-08-11 21:07:03 +00:00
Andy Heninger
e03585d7cf
ICU-11049 fix regex find() memory overrun.
...
X-SVN-Rev: 36124
2014-08-06 21:49:08 +00:00
Tom Zhang
2c1c85aee8
ICU-10320 fix compiler warning & solaris error
...
X-SVN-Rev: 36119
2014-08-01 21:33:16 +00:00
Andy Heninger
96835f80a5
ICU-10948 Condition Variables, merged from development branch.
...
X-SVN-Rev: 36101
2014-07-29 23:18:47 +00:00
Tom Zhang
26063a3454
ICU-10320 API for getting/setting number format override in date formatting
...
X-SVN-Rev: 36097
2014-07-29 18:42:07 +00:00
Yoshito Umaoka
ae3f6f13a4
ICU-10934 The tz database abbreviation support in ICU4C
...
X-SVN-Rev: 36080
2014-07-23 21:51:09 +00:00
Travis Keep
133a0ebab9
ICU-11009 Fix C NumberFormatSpecification tests.
...
X-SVN-Rev: 36066
2014-07-18 23:21:55 +00:00
Yoshito Umaoka
ab078968c6
ICU-11009 Added numfmtspectest.cpp in VC project file.
...
X-SVN-Rev: 36065
2014-07-18 22:44:57 +00:00
Travis Keep
46c66e0ddb
ICU-11009 Add number format specification conformance tests to ICU4C
...
X-SVN-Rev: 36061
2014-07-18 21:05:06 +00:00