Lines Matching refs:replace
50 * files to replace the F3 fonts.
122 sBuffer.replace(0, 1, String.valueOf(ch));
126 sBuffer.replace(i+1, i+2, String.valueOf(ch));
192 * We only look for scaleable fonts, so we can just replace the 0's
212 sb.replace(pos+1, pos+2, "*");
349 sb.replace(hPos[11]+1, hPos[12], "*");
351 sb.replace(hPos[9]+1, hPos[10], "72");
353 sb.replace(hPos[8]+1, hPos[9], "72");
355 /* replace the 3 lines above with the next 3 lines to get the 1.4.2
358 // sb.replace(hPos[11]+1, hPos[12], "0");
359 // sb.replace(hPos[9]+1, hPos[10], "0");
360 // sb.replace(hPos[8]+1, hPos[9], "0");
362 sb.replace(hPos[7]+1, hPos[8], sizeStr);
364 sb.replace(hPos[6]+1, hPos[7], "*");
366 /* replace the 1 line above with the next line to get the 1.4.2
369 // sb.replace(hPos[6]+1, hPos[7], "0");
378 sb.replace(hPos[0]+1, hPos[1], "*");