/external/hyphenation/ |
substrings.pl | 75 $newpat = substr $pat, 0, $i + $j; 76 if (!defined $newpattab{$newpat}) { 77 $newpattab{$newpat} = 81 push @newpatlist, $newpat; 84 $newrepltab{$newpat} = $repltab{$subpat}; 85 $newreplbeg{$newpat} = $replbeg{$subpat} + enclen($ss) - $begcorr; 86 $newrepllen{$newpat} = $repllen{$subpat}; 89 $tmp = $newpattab{$newpat}; 90 $newpattab{$newpat} = 91 combine ($newpattab{$newpat}, $pattab{$subpat}) [all...] |
substrings.c | 226 char *newpat=malloc(l+1);
local 228 strncpy(newpat, pat+0,l); newpat[l]=0;
229 if ((newpat_ndx = find_in(newpattab_key,newpatterns,newpat))<0) {
231 expand(neworg,newpat,l);
232 newpattab_key[newpatterns] = newpat;
237 free(newpat);
|
/external/icu4c/test/cintltst/ |
cnmdptst.c | 69 const char* newpat[] = { "#0.#", "#0.", "#.0", "#" }; local 93 u_uastrcpy(unewpat, newpat[i]); 95 log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) ); [all...] |
/external/icu4c/test/intltest/ |
usettest.cpp | 1416 UnicodeString newpat; local [all...] |
numfmtst.cpp | 213 const char* newpat[] = { "#0.#", "#0.", "#.0", "#" }; local 221 if (!(newp == newpat[i])) 222 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] + [all...] |