ICU-681 false -> FALSE
X-SVN-Rev: 3585
This commit is contained in:
parent
6f7cdcb027
commit
d8c913a2d3
@ -1009,7 +1009,7 @@ void TimeZoneTest::TestCountries() {
|
|||||||
// Asia/Tokyo isn't. Vice versa for the "JP" group.
|
// Asia/Tokyo isn't. Vice versa for the "JP" group.
|
||||||
int32_t n;
|
int32_t n;
|
||||||
const UnicodeString** s = TimeZone::createAvailableIDs("US", n);
|
const UnicodeString** s = TimeZone::createAvailableIDs("US", n);
|
||||||
UBool la = false, tokyo = false;
|
UBool la = FALSE, tokyo = FALSE;
|
||||||
UnicodeString laZone("America/Los_Angeles", "");
|
UnicodeString laZone("America/Los_Angeles", "");
|
||||||
UnicodeString tokyoZone("Asia/Tokyo", "");
|
UnicodeString tokyoZone("Asia/Tokyo", "");
|
||||||
int32_t i;
|
int32_t i;
|
||||||
@ -1029,7 +1029,7 @@ void TimeZoneTest::TestCountries() {
|
|||||||
delete[] s;
|
delete[] s;
|
||||||
|
|
||||||
s = TimeZone::createAvailableIDs("JP", n);
|
s = TimeZone::createAvailableIDs("JP", n);
|
||||||
la = false; tokyo = false;
|
la = FALSE; tokyo = FALSE;
|
||||||
|
|
||||||
for (i=0; i<n; ++i) {
|
for (i=0; i<n; ++i) {
|
||||||
if (*s[i] == (laZone)) {
|
if (*s[i] == (laZone)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user