Commit Graph

25866 Commits

Author SHA1 Message Date
Travis Keep
6993ad2646 ICU-10069 Attempt to fix broken build by doing int->int32_t.
X-SVN-Rev: 33827
2013-06-13 20:21:29 +00:00
Travis Keep
6676337f3e ICU-10069 Take into account compatible currency symbols, e.g half-width and full width yen symbol when parsing currencies in C++. Currency equivalence relation is hard-coded for now.
X-SVN-Rev: 33825
2013-06-13 18:38:53 +00:00
Yoshito Umaoka
56a5b9c0a0 ICU-10172 Minor corrections in DecimalFormat set/getRoundingIncrement API docs.
X-SVN-Rev: 33824
2013-06-13 15:03:37 +00:00
Yoshito Umaoka
02296cc327 ICU-10172 Minor wording adjustments in DecimalFormat set/getRoundingIncrement API docs.
X-SVN-Rev: 33823
2013-06-13 15:02:34 +00:00
Yoshito Umaoka
408820999c ICU-10221 Fixed parsed length issue with a grandfathered tag in LanguageTag parser implementation.
X-SVN-Rev: 33822
2013-06-13 14:41:39 +00:00
Jennifer Chye
6fa94941a5 ICU-9511 Update collation build rule to use new converter.
X-SVN-Rev: 33821
2013-06-12 22:40:34 +00:00
Yoshito Umaoka
86471ecf62 ICU-10209 Fixed odd TimeType problem with ZONE_ID, ZONE_ID_SHORT and EXEMPLAR_LOCATION in TimeZoneFormat#format. Also added generic TimeZoneFormat format test including the test cases verifying the fix.
X-SVN-Rev: 33820
2013-06-12 21:37:46 +00:00
Yoshito Umaoka
434a94ec4d ICU-10209 Fixed odd TimeType problem with ZONE_ID, ZONE_ID_SHORT and EXEMPLAR_LOCATION in TimeZoneFormat#format. Also added generic TimeZoneFormat test cases.
X-SVN-Rev: 33819
2013-06-12 20:56:06 +00:00
Yoshito Umaoka
f2dfaa18e8 ICU-10203 Fixed memory leaks in getIDForWindowsID.
X-SVN-Rev: 33818
2013-06-12 15:15:06 +00:00
Ramy Said
ae77a4f9ed ICU-9928 Charset Detector, IBM420_ar oddities
X-SVN-Rev: 33817
2013-06-11 12:39:56 +00:00
Markus Scherer
715d77036f ICU-8134 improve API docs for getBaseName() & setKeywordValue()
X-SVN-Rev: 33815
2013-06-10 22:38:41 +00:00
Markus Scherer
60f61805e4 ICU-8134 improve API docs for getBaseName() & setKeywordValue()
X-SVN-Rev: 33814
2013-06-10 22:37:40 +00:00
Steven R. Loomis
917d765cfa ICU-10051 disable U_HAVE_STD_ATOMICS on Apple LLVM Clang. When there's a version known which works, this can be changed.
X-SVN-Rev: 33809
2013-06-07 17:10:15 +00:00
Travis Keep
2193ad4563 ICU-10202 Fix documentation on getXXXInstance() methods.
X-SVN-Rev: 33806
2013-06-05 21:33:31 +00:00
Travis Keep
e7c709b18e ICU-10201 Fix wording in documentation of DateFormat.
X-SVN-Rev: 33805
2013-06-05 20:49:25 +00:00
Bing Long
97817ac0ae ICU-10113 update ICU4J sample code to include the "import...." statement.
X-SVN-Rev: 33804
2013-06-05 14:50:05 +00:00
Yoshito Umaoka
78106e6434 ICU-10174 Fixed a bad code snippet in the LocaleMatcher's API class doc.
X-SVN-Rev: 33801
2013-06-04 16:15:58 +00:00
Andy Heninger
fbdf95be0e ICU-10051 ures_cleanup tweaked for failing test.
X-SVN-Rev: 33789
2013-06-01 05:10:48 +00:00
Andy Heninger
ae87a3acc2 ICU-10051 Mutexes: introduce UInitOnce; remove UMTX_CHECK; replace all uses of UMTX_CHECK. All the directories this time.
X-SVN-Rev: 33788
2013-06-01 03:37:16 +00:00
Andy Heninger
978f71fe78 ICU-10051 Mutexes: introduce UInitOnce; remove UMTX_CHECK; replace all uses of UMTX_CHECK.
X-SVN-Rev: 33787
2013-05-31 23:50:15 +00:00
Markus Scherer
8ec350d593 ICU-10181 fix typo in Arabic unshaping of letter Peh
X-SVN-Rev: 33783
2013-05-31 16:57:56 +00:00
Travis Keep
bda778fc0e ICU-10179 Add documentation to TestLocaleStructure explaining that it validates each locale .txt file against the golden structLocale.txt file so that developers know that to fix this test means adding the templates for any new data to structLocale.txt
X-SVN-Rev: 33778
2013-05-30 20:20:17 +00:00
Travis Keep
b957f5c9b3 ICU-10131 Try re-enabling failing test. now that BOM and mime-type are set on test/testdata/te_IN.txt
X-SVN-Rev: 33767
2013-05-28 23:34:14 +00:00
Travis Keep
a85db35cfb ICU-10131 Add UTF-8 BOM to test/testdata/te_IN.txt so that windows like systems know that the file is UTF-8 encoded.
X-SVN-Rev: 33766
2013-05-28 23:16:24 +00:00
Yoshito Umaoka
4ba8437677 ICU-10192 Fix the LanguageTag#toString() missing variant fields problem.
X-SVN-Rev: 33765
2013-05-28 20:16:17 +00:00
Travis Keep
f3e6ed84be ICU-10131 fix the build.
X-SVN-Rev: 33763
2013-05-28 18:12:43 +00:00
Travis Keep
35808ec6ff ICU-10131 Rebreak the build.
X-SVN-Rev: 33762
2013-05-28 16:10:07 +00:00
Mark Davis
f989418d4f ICU-8471 Update to fix the Compact Numbers for fractional plurals, and for use in CLDR.
X-SVN-Rev: 33760
2013-05-27 22:25:45 +00:00
Mark Davis
65c0d155b2 ICU-8471 Update to fix the Compact Numbers for fractional plurals, and for use in CLDR.
X-SVN-Rev: 33759
2013-05-27 15:34:55 +00:00
Bing Long
32931929cb ICU-10113 Updated DateTimePatternGeneratorSample.java. Replace gen.addPattern("d'. von' MMMM", true, returnInfo) with gen.addPattern("dd'. von' MMMM", true, returnInfo) to make the sample applicable to other locales, such as German, Simplified Chinese etc.
X-SVN-Rev: 33758
2013-05-27 14:46:51 +00:00
Travis Keep
4dea9653dc ICU-10131 Attempt to fix broken build on AIX/solaris.
X-SVN-Rev: 33755
2013-05-25 00:23:05 +00:00
Travis Keep
e29ab729e8 ICU-10131 Add test for fallback prevention with empty set for JAVA.
X-SVN-Rev: 33754
2013-05-25 00:03:37 +00:00
Travis Keep
cb0f19fc45 ICU-10173 Add test for ensuring that zero shoes as 0 and not 0.0
X-SVN-Rev: 33752
2013-05-24 22:47:07 +00:00
Travis Keep
21ed20e983 ICU-10045 Fix again so that zero shows as 0 not 0.0
X-SVN-Rev: 33751
2013-05-24 22:45:48 +00:00
Travis Keep
ed6f7e1545 ICU-10045 Fix significant digits with zero for JAVA.
X-SVN-Rev: 33750
2013-05-24 22:16:05 +00:00
Travis Keep
dec267080d ICU-10131 Added C test to verify that 3 empty set values stop fallback for ures_getStringByKeyWithFallback
X-SVN-Rev: 33749
2013-05-24 18:23:49 +00:00
Mark Davis
b939f21291 ICU-10173 fix test to show bug.
X-SVN-Rev: 33748
2013-05-24 08:58:43 +00:00
Travis Keep
cfc87e0de2 ICU-9669 Fix bug in resbund.cpp
X-SVN-Rev: 33746
2013-05-23 21:47:38 +00:00
Travis Keep
4ce7ebccfa ICU-10153 Fix javadoc for TimeUnitFormat.setNumberFormat()
X-SVN-Rev: 33739
2013-05-23 18:49:28 +00:00
Travis Keep
3fd9bb89c8 ICU-10151 Fix typo in UnicodeSet documentation.
X-SVN-Rev: 33738
2013-05-23 18:33:24 +00:00
Peter Edberg
724cb16c28 ICU-10186 Need special numeric era format/parse for dangi too (J)
X-SVN-Rev: 33735
2013-05-23 02:00:04 +00:00
Peter Edberg
ec6a2c8696 ICU-10186 Need special numeric era format/parse for dangi too (C)
X-SVN-Rev: 33734
2013-05-23 01:28:21 +00:00
Yoshito Umaoka
7f9645615a ICU-10170 Added a test case. The bug in the library code was already fixed by r33671.
X-SVN-Rev: 33731
2013-05-22 21:04:44 +00:00
Yoshito Umaoka
c7d2a18170 ICU-10148 TZ database/Windows zone ID mapping APIs.
X-SVN-Rev: 33727
2013-05-22 20:34:10 +00:00
Yoshito Umaoka
7e0d7fa479 ICU-10148 TZ database/Windows zone ID mapping APIs.
X-SVN-Rev: 33726
2013-05-22 20:33:30 +00:00
Ramy Said
a5f76fe20e ICU-9272 CharsetDetector Inefficiencies
X-SVN-Rev: 33722
2013-05-22 14:28:56 +00:00
Steven R. Loomis
8db5ace8b2 ICU-9904 add enumset to filter, hopefully it will fix the binary build issue
X-SVN-Rev: 33720
2013-05-22 04:28:12 +00:00
Markus Scherer
ef9809ac71 ICU-10128 new BidiTest.txt with test data for more than 63 levels
X-SVN-Rev: 33691
2013-05-20 18:55:39 +00:00
Markus Scherer
e3467393ca ICU-10128 new BidiTest.txt with test data for more than 63 levels
X-SVN-Rev: 33690
2013-05-20 18:39:41 +00:00
Peter Edberg
bd7fe8790f ICU-10120 Add test for katakana + extend
X-SVN-Rev: 33685
2013-05-20 00:39:58 +00:00