HomeSort by relevance Sort by last modified time
    Searched refs:pat2 (Results 1 - 16 of 16) sorted by null

  /external/hyphenation/
substrings.pl 131 my $pat1, $pat2;
135 $pat2 = join ('', map { $_ =~ /\d/ ? () : $_ } @subexp);
139 for $i (0..length ($pat1) - length ($pat2)) {
140 if (substr ($pat1, $i, length $pat2) eq $subpat) {
144 if (defined $newrepltab{$pat2} && !defined $newrepltab{$pat1}) {
146 $newrepltab{$pat1} = $newrepltab{$pat2};
147 $newreplbeg{$pat1} = $newreplbeg{$pat2} + enclen($ss) - $begcorr;
148 $newrepllen{$pat1} = $newrepllen{$pat2};
152 print ("$pat1 includes $pat2 at pos $i\n");
  /external/valgrind/main/none/tests/s390x/
cu12.c 369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
cu12_1.c 369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
cu14.c 369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
cu14_1.c 369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
  /external/icu4c/test/intltest/
regextst.cpp 772 RegexPattern *pat2; local
773 pat2 = RegexPattern::compile(re, flags, pe, status);
784 RegexMatcher *m1 = pat2->matcher(inStr1, status);
797 REGEX_ASSERT(&m1->pattern() == pat2);
888 delete pat2;
1398 RegexPattern *pat2 = RegexPattern::compile(re2, flags, pe, status); local
1516 RegexPattern *pat2 = RegexPattern::compile(re2, 0, pe, status); local
1838 RegexPattern *pat2; local
2556 RegexPattern *pat2 = RegexPattern::compile(&re, flags, pe, status); local
2774 RegexPattern *pat2 = RegexPattern::compile(&re2, 0, pe, status); local
    [all...]
msfmrgts.cpp 947 UnicodeString pat2; local
    [all...]
tsdtfmsy.cpp 344 UnicodeString localPattern, pat1, pat2; local
347 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) {
numrgts.cpp 1951 UnicodeString pat2; local
    [all...]
numfmtst.cpp 1284 UnicodeString pat2; local
1289 pat2 + "\\""); local
1293 pat2 + "\\""); local
2319 UnicodeString pat2; local
    [all...]
usettest.cpp 237 UnicodeString pat2;
238 testSet.toPattern(pat2, FALSE);
239 if (!checkPat(source, testSet, pat2)) return FALSE;
241 //String pat3 = unescapeLeniently(pat2);
244 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
245 logln((UnicodeString)source + " => " + pat0 + ", " + pat2);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 1299 const char *pat1, *pat2; local
    [all...]
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 374 Pattern pat2 = Pattern.compile(testPattern); local
375 Matcher mat2 = pat2.matcher(testString);
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 240 Pattern pat2 = Pattern.compile(testPattern); local
241 Matcher mat2 = pat2.matcher(testString);
  /external/icu4c/test/cintltst/
cnumtst.c 1946 UChar pat2[512]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 705 milliseconds