Lines Matching refs:kUnparseable
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()
1153 {"GMT+30", kUnparseable}, in TestCustomParse()
1158 {"GMT+01:23:45:67", kUnparseable}, in TestCustomParse()
1159 {"GMT+01:234", kUnparseable}, in TestCustomParse()
1160 {"GMT-2:31:123", kUnparseable}, in TestCustomParse()
1161 {"GMT+3:75", kUnparseable}, in TestCustomParse()
1162 {"GMT-01010101", kUnparseable}, in TestCustomParse()
1181 if (exp == kUnparseable && itsID != UCAL_UNKNOWN_ZONE_ID) { in TestCustomParse()
1189 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) { in TestCustomParse()