Searched refs:isPOSIXOpen (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | uniset_props.cpp | 126 isPOSIXOpen(const UnicodeString &pattern, int32_t pos) { in isPOSIXOpen() function 987 return isPOSIXOpen(pattern, pos) || isPerlOpen(pattern, pos) || isNameOpen(pattern, pos); in resemblesPropertyPattern() 1038 if (isPOSIXOpen(pattern, pos)) { in applyPropertyPattern()
|
/third_party/icu/icu4c/source/common/ |
D | uniset_props.cpp | 126 isPOSIXOpen(const UnicodeString &pattern, int32_t pos) { in isPOSIXOpen() function 987 return isPOSIXOpen(pattern, pos) || isPerlOpen(pattern, pos) || isNameOpen(pattern, pos); in resemblesPropertyPattern() 1038 if (isPOSIXOpen(pattern, pos)) { in applyPropertyPattern()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 157 isPOSIXOpen(const UnicodeString &pattern, int32_t pos) { in isPOSIXOpen() function 1016 return isPOSIXOpen(pattern, pos) || isPerlOpen(pattern, pos) || isNameOpen(pattern, pos); in resemblesPropertyPattern() 1067 if (isPOSIXOpen(pattern, pos)) { in applyPropertyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 126 isPOSIXOpen(const UnicodeString &pattern, int32_t pos) { in isPOSIXOpen() function 987 return isPOSIXOpen(pattern, pos) || isPerlOpen(pattern, pos) || isNameOpen(pattern, pos); in resemblesPropertyPattern() 1038 if (isPOSIXOpen(pattern, pos)) { in applyPropertyPattern()
|