Searched refs:ETC_SLASH (Results 1 – 1 of 1) sorted by relevance
59 static const UChar ETC_SLASH[] = { 0x45, 0x74, 0x63, 0x2F, 0 }; // "Etc/" variable591 if (tzid->indexOf((UChar)0x2F) < 0 || tzid->indexOf(ETC_SLASH, -1, 0) >= 0 in RunTimeRoundTripTests()