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

  /external/hyphenation/
substrings.pl 131 my $pat1, $pat2;
134 $pat1 = join ('', map { $_ =~ /\d/ ? () : $_ } @exp);
137 $begcorr = ($pat1 =~ /^[.]/) ? 1 : 0;
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}) {
145 $ss = substr ($pat1, 0, $i);
146 $newrepltab{$pat1} = $newrepltab{$pat2};
147 $newreplbeg{$pat1} = $newreplbeg{$pat2} + enclen($ss) - $begcorr;
148 $newrepllen{$pat1} = $newrepllen{$pat2}
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 1515 RegexPattern *pat1 = RegexPattern::compile(re1, 0, pe, status); local
2773 RegexPattern *pat1 = RegexPattern::compile(&re1, 0, pe, status); local
3752 RegexPattern *pat1= RegexPattern::compile(".*", flags, pe, status); local
    [all...]
tsdtfmsy.cpp 380 UnicodeString localPattern, pat1, pat2; local
383 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) {
usettest.cpp 234 //String pat1 = unescapeLeniently(pat0);
235 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
244 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
851 UnicodeString pat0, pat1; local
853 testList[i+1]->toPattern(pat1, TRUE);
855 logln((UnicodeString)"Ok: " + pat0 + " == " + pat1);
857 logln((UnicodeString)"FAIL: " + pat0 + " != " + pat1);
    [all...]
dtfmttst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 1413 RegexPattern *pat1 = RegexPattern::compile(re1, 0, pe, status); local
2634 RegexPattern *pat1 = RegexPattern::compile(&re1, 0, pe, status); local
3602 RegexPattern *pat1= RegexPattern::compile(".*", flags, pe, status); local
    [all...]
tsdtfmsy.cpp 344 UnicodeString localPattern, pat1, pat2; local
347 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) {
usettest.cpp 234 //String pat1 = unescapeLeniently(pat0);
235 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
244 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
851 UnicodeString pat0, pat1; local
853 testList[i+1]->toPattern(pat1, TRUE);
855 logln((UnicodeString)"Ok: " + pat0 + " == " + pat1);
857 logln((UnicodeString)"FAIL: " + pat0 + " != " + pat1);
    [all...]
dtfmttst.cpp     [all...]
  /external/valgrind/main/none/tests/s390x/
cu12.c 361 uint8_t pat1[] = { local
364 run_test(buff, 1, pat1, 3);
499 uint8_t pat1[] = { local
502 run_test(buff, 1, pat1, 4);
cu12_1.c 361 uint8_t pat1[] = { local
364 run_test(buff, 1, pat1, 3);
499 uint8_t pat1[] = { local
502 run_test(buff, 1, pat1, 4);
cu14.c 361 uint8_t pat1[] = { local
364 run_test(buff, 1, pat1, 3);
499 uint8_t pat1[] = { local
502 run_test(buff, 1, pat1, 4);
cu14_1.c 361 uint8_t pat1[] = { local
364 run_test(buff, 1, pat1, 3);
499 uint8_t pat1[] = { local
502 run_test(buff, 1, pat1, 4);
  /external/libvpx/libvpx/
vpxenc.c 725 const char *pat1, *pat2; local
731 pat1 = "%4d %2s: ";
735 pat1 = "%5d %3s: ";
739 pat1 = "%6d %4s: ";
743 pat1 = "%7d %5s: ";
747 pat1 = "%8d %6s: ";
751 pat1 = "%9d %7s: ";
755 pat1 = "%12d %10s: ";
772 fprintf(stderr, pat1, bucket[i].low, "");
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locdispnames.cpp 454 static const UChar pat1[4] = { 0x007b, 0x0031, 0x007d , 0x0000 } ; /* {1} */ local
664 UChar *p1 = u_strstr(dispLocPattern,pat1);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 7398 milliseconds