Searched refs:kUnparseable (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | tztest.cpp | 1151 …const int32_t kUnparseable = 604800; // the number of seconds in a week. More than any offset shou… in TestCustomParse() local 1161 {"GMT", kUnparseable}, //Isn't custom. [returns normal GMT] in TestCustomParse() 1162 {"GMT-YOUR.AD.HERE", kUnparseable}, in TestCustomParse() 1163 {"GMT0", kUnparseable}, in TestCustomParse() 1167 {"GMT+15:99", kUnparseable}, in TestCustomParse() 1168 {"GMT+", kUnparseable}, in TestCustomParse() 1169 {"GMT-", kUnparseable}, in TestCustomParse() 1170 {"GMT+0:", kUnparseable}, in TestCustomParse() 1171 {"GMT-:", kUnparseable}, in TestCustomParse() 1172 {"GMT-YOUR.AD.HERE", kUnparseable}, in TestCustomParse() [all …]
|