Searched refs:idx1 (Results 1 – 1 of 1) sorted by relevance
326 sal_Int32 idx = -1,idx1 = -1,idx2 = -1,k = 0,off; in replaceName() local333 idx1 = oustring.indexOf( sal_Unicode('%'),idx); in replaceName()336 if(idx1 == -1 && idx2 == -1) in replaceName()339 if(idx1 == -1) in replaceName()342 idx = idx1; in replaceName()345 if(idx1 < idx2) in replaceName()346 idx = idx1; in replaceName()347 else if(idx2 < idx1 ) in replaceName()
Completed in 26 milliseconds