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