Searched refs:expres (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test_richcmp.py | 102 def checkequal(self, opname, a, b, expres): argument 106 self.assertEqual(len(realres), len(expres)) 109 self.assertTrue(realres[i] is expres[i]) 158 def checkvalue(self, opname, a, b, expres): argument 166 self.assertTrue(realres is expres)
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 4032 UnicodeString parsedres,expres; in TestFormalChineseDate() local 4034 usf.format(thedate,expres,pos); in TestFormalChineseDate() 4035 dataerrln((UnicodeString)"FAIL: parsed -> " + parsedres + " expected -> " + expres); in TestFormalChineseDate()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2grep.txt | 16 brary to support patterns that are compatible with the regular expres- 426 scanning a directory. The pattern is a PCRE2 regular expres-
|
D | pcre2.txt | 6161 and calling the function again with the same compiled regular expres- 8890 For some time, Perl has provided a facility that allows regular expres- 10017 POSIX-like in style. The syntax and semantics of the regular expres-
|