HomeSort by relevance Sort by last modified time
    Searched refs:pat1 (Results 1 - 6 of 6) 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 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/icu4c/common/
locdispnames.cpp 454 static const UChar pat1[4] = { 0x007b, 0x0031, 0x007d , 0x0000 } ; /* {1} */ local
664 UChar *p1 = u_strstr(dispLocPattern,pat1);

Completed in 254 milliseconds