Searched refs:isPOSIXOpen (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A 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/node/deps/icu-small/source/common/ |
H A D | uniset_props.cpp | 126 isPOSIXOpen(const UnicodeString &pattern, int32_t pos) { in isPOSIXOpen() function 984 return isPOSIXOpen(pattern, pos) || isPerlOpen(pattern, pos) || isNameOpen(pattern, pos); in resemblesPropertyPattern() 1035 if (isPOSIXOpen(pattern, pos)) { in applyPropertyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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()
|
Completed in 6 milliseconds