Searched refs:kUnparseable (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 1129 …const int32_t kUnparseable = 604800; // the number of seconds in a week. More than any offset shou… in TestCustomParse() local 1139 {"GMT", kUnparseable}, //Isn't custom. [returns normal GMT] in TestCustomParse() 1140 {"GMT-YOUR.AD.HERE", kUnparseable}, in TestCustomParse() 1141 {"GMT0", kUnparseable}, in TestCustomParse() 1145 {"GMT+15:99", kUnparseable}, in TestCustomParse() 1146 {"GMT+", kUnparseable}, in TestCustomParse() 1147 {"GMT-", kUnparseable}, in TestCustomParse() 1148 {"GMT+0:", kUnparseable}, in TestCustomParse() 1149 {"GMT-:", kUnparseable}, in TestCustomParse() 1150 {"GMT-YOUR.AD.HERE", kUnparseable}, in TestCustomParse() [all …]
|