Home
last modified time | relevance | path

Searched refs:COMMENTS (Results 1 – 25 of 28) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/tool/
DSimpleLocaleParser.java52 …Pattern.COMMENTS | Pattern.CASE_INSENSITIVE); // TODO change above to be lowercase, since source is
57 "([a-z]) [-_] ( [a-z 0-9]{2,8} (?:[-_] [a-z 0-9]{2,8})* )", Pattern.COMMENTS);
59 "(x) [-_] ( [a-z 0-9]{1,8} (?:[-_] [a-z 0-9]{1,8})* )", Pattern.COMMENTS);
60 … final Pattern keywordPattern = Pattern.compile("([a-z 0-9]+) \\= ([a-z 0-9]+)", Pattern.COMMENTS);
DCheckLangTagBNF.java113 pattern = Pattern.compile(resolved, Pattern.COMMENTS); in setFromFile()
/external/cldr/tools/java/org/unicode/cldr/draft/
DRule.java84 … tempPrematch = Pattern.compile("(?<=" + pre + ")", Pattern.COMMENTS + Pattern.DOTALL); in Rule()
87 tempPrematch = Pattern.compile(pre + "$", Pattern.COMMENTS + Pattern.DOTALL); in Rule()
92 postmatch = Pattern.compile(post, Pattern.COMMENTS + Pattern.DOTALL); in Rule()
DRegexTransformBuilder.java132 Pattern.COMMENTS);
135 Pattern.COMMENTS);
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Ddirective_parsing.s34 .code 16 @ EOL COMMENTS
43 .unreq fred @ EOL COMMENTS
/external/doclava/res/assets/templates/
Ddoctype.cs5 <!-- ################ INSTEAD EDIT THE JAVADOC COMMENTS. ################# -->
/external/fdlibm/
Dconfigure.in2 AC_INIT(fdlibm,5.3,[FDLIBM COMMENTS <fdlibm-comments AT sun.com>])
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java131 private final static int COMMENTS = 0x1 << 3; field in LSSerializerImpl
216 fFeatures |= COMMENTS; in LSSerializerImpl()
439 return ((fFeatures & COMMENTS) != 0) ? Boolean.TRUE : Boolean.FALSE; in getParameter()
478 (fFeatures & COMMENTS) != 0) { in getParameter()
524 fFeatures = state ? fFeatures | COMMENTS : fFeatures in setParameter()
525 & ~COMMENTS; in setParameter()
707 fFeatures |= COMMENTS; in setParameter()
DDOM3TreeWalker.java151 private final static int COMMENTS = 0x1 << 3; field in DOM3TreeWalker
572 if ((fFeatures & COMMENTS) != 0) { in serializeComment()
1971 int i1 = COMMENTS;
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DRegexTransform.java48 Pattern.compile(pattern, Pattern.COMMENTS).matcher(""), in add()
/external/cldr/tools/java/org/unicode/cldr/test/
DHelpMessages.java195 … Matcher m = Pattern.compile(TransliteratorUtilities.fromHTML.transliterate(key), Pattern.COMMENTS) in addHelpMessages()
DCheckAttributeValues.java44 …e static final ObjectMatcher<String> NOT_DONE_YET = new RegexMatcher().set(".*", Pattern.COMMENTS);
426 …result.matcher = new RegexMatcher().set(value, Pattern.COMMENTS); // Pattern.COMMENTS to get white… in getMatcherPattern2()
/external/python/httplib2/doc/html/_static/
Dtraditional.css171 /* :::: INLINE COMMENTS :::: */
223 /* :::: COMMENTS :::: */
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRegexUtilitiesTest.java199 Matcher m = Pattern.compile(resolved, Pattern.COMMENTS).matcher("");
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRegexUtilitiesTest.java196 Matcher m = Pattern.compile(resolved, Pattern.COMMENTS).matcher("");
/external/cldr/tools/java/org/unicode/cldr/util/
DAttributeValueValidity.java53 private static final RegexMatcher NOT_DONE_YET = new RegexMatcher(".*", Pattern.COMMENTS);
424 … result = new RegexMatcher(value, Pattern.COMMENTS); // Pattern.COMMENTS to get whitespace in getMatcherPattern2()
DRegexLookup.java124 this.pattern = Pattern.compile(pattern, Pattern.COMMENTS); in RegexFinder()
DVoteResolver.java1498 Pattern.COMMENTS);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java326 …thisRule.fRuleMatcher = Pattern.compile(thisRule.fExpandedRule, Pattern.COMMENTS | Pattern.DOTALL)… in addRule()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java323 …thisRule.fRuleMatcher = Pattern.compile(thisRule.fExpandedRule, Pattern.COMMENTS | Pattern.DOTALL)… in addRule()
/external/python/httplib2/doc/
Dlibhttplib2.rst2 .. % PLEASE REMOVE THE COMMENTS AFTER USING THE TEMPLATE
/external/python/httplib2/doc/html/_sources/
Dlibhttplib2.txt2 .. % PLEASE REMOVE THE COMMENTS AFTER USING THE TEMPLATE
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt211 COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE2 ON WINDOWS WITH CMAKE")
/external/python/httplib2/
Dlibhttplib2.tex2 % PLEASE REMOVE THE COMMENTS AFTER USING THE TEMPLATE
/external/pcre/dist2/
DNON-AUTOTOOLS-BUILD211 COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE2 ON WINDOWS WITH CMAKE")

12