lib/core: Renamed `Text::bytelen` to `Text::byte_length`
authorLucas Bajolet <r4pass@hotmail.com>
Wed, 8 Jun 2016 18:48:42 +0000 (14:48 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Wed, 8 Jun 2016 18:48:42 +0000 (14:48 -0400)
commitac16463e2a22ea5118d1bd2114228b4ce1e8678a
tree6d484129c550f22929191b5da6da49ee89efa44a
parentff7a865839f4beac591cf62a07646be2a9b1b9cc
lib/core: Renamed `Text::bytelen` to `Text::byte_length`

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
29 files changed:
lib/base64.nit
lib/binary/binary.nit
lib/cocoa/foundation.nit
lib/core/bytes.nit
lib/core/codecs/iso8859_1.nit
lib/core/codecs/utf8.nit
lib/core/file.nit
lib/core/fixed_ints.nit
lib/core/re.nit
lib/core/stream.nit
lib/core/text/abstract_text.nit
lib/core/text/flat.nit
lib/core/text/native.nit
lib/core/text/ropes.nit
lib/csv/csv.nit
lib/json/static.nit
lib/libevent.nit
lib/nitcorn/http_response.nit
lib/ropes_debug.nit
lib/sha1.nit
lib/text_stat.nit
src/compiler/abstract_compiler.nit
src/interpreter/naive_interpreter.nit
tests/bench_string_super.nit
tests/bench_string_tos.nit
tests/sav/test_text_stat.res
tests/test_buffer_unicode.nit
tests/test_copy_to_native.nit
tests/test_nativestring_fill_from.nit