Lines Matching full:replaces
152 // Replaces the content of |out| with the Java bytes in |byte_array|.
166 // Replaces the content of |out| with the Java bytes in |byte_array|. No UTF-8
172 // Replaces the content of |out| with the Java booleans in |boolean_array|.
178 // Replaces the content of |out| with the Java ints in |int_array|.
183 // Replaces the content of |out| with the Java longs in |long_array|.
189 // Replaces the content of |out| with the Java longs in |long_array|.
195 // Replaces the content of |out| with the Java floats in |float_array|.
201 // Replaces the content of |out| with the Java doubles in |double_array|.
207 // Assuming |array| is an byte[][] (array of byte arrays), replaces the
215 // Assuming |array| is an byte[][] (array of byte arrays), replaces the
223 // Assuming |array| is an String[][] (array of String arrays), replaces the
230 // Assuming |array| is an String[][] (array of String arrays), replaces the
238 // Assuming |array| is an int[][] (array of int arrays), replaces the