- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for isPcreLike (0.39 seconds)
-
android/guava/src/com/google/common/base/CommonPattern.java
@Override public abstract String toString(); public static CommonPattern compile(String pattern) { return Platform.compilePattern(pattern); } public static boolean isPcreLike() { return Platform.patternCompilerIsPcreLike(); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 1.4K bytes - Click Count (0) -
android/guava/src/com/google/common/base/PatternCompiler.java
*/ @RestrictedApi( explanation = "PatternCompiler is an implementation detail of com.google.common.base", allowedOnPath = ".*/com/google/common/base/.*") boolean isPcreLike();Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 1.7K bytes - Click Count (0) -
guava/src/com/google/common/base/PatternCompiler.java
*/ @RestrictedApi( explanation = "PatternCompiler is an implementation detail of com.google.common.base", allowedOnPath = ".*/com/google/common/base/.*") boolean isPcreLike();Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 1.7K bytes - Click Count (0)