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