Searched refs:isPOSIXOpen (Results 1 – 1 of 1) sorted by relevance
302 isPOSIXOpen(const UnicodeString &pattern, int32_t pos) { in isPOSIXOpen() function1145 return isPOSIXOpen(pattern, pos) || isPerlOpen(pattern, pos) || isNameOpen(pattern, pos); in resemblesPropertyPattern()1196 if (isPOSIXOpen(pattern, pos)) { in applyPropertyPattern()