Searched refs:REPLACE (Results 1 – 4 of 4) sorted by relevance
33 private static final int REPLACE = LevenshteinDistance.EDIT_REPLACE; field in LevenshteinDistanceTest53 } else if (expectedOps[i] == REPLACE) { in verifyTargetOperations()100 new int[] {REPLACE}, in testGetTargetOperationsReplacement()106 new int[] {REPLACE, REPLACE}, in testGetTargetOperationsReplacement()
37 @Insert(onConflict = OnConflictStrategy.REPLACE)
54 @Insert(onConflict = OnConflictStrategy.REPLACE)
732 canvas.clipRect(mDirtyRect, Op.REPLACE); in onBufferDraw()