efl/src/tests/eina
Daniel Hirt 89ef4b70b8 Eina unicode: add eina_unicode_unicode_to_utf8_range
Required some special treatment to get words (substring) out of an
input Unicode string to a utf8 one. This saves the trouble converting
the whole string: you input an offset in the Eina_Unicode array, and
provide the required length. That's is, now you can extract words and
whatnot in utf8 form.

To save code I wrapped the original one to get the whole length.
2015-11-24 14:22:57 +02:00
..
.gitignore
cxx_compile_test.cxx
eina_suite.c eina: add test for Eina_Bezier. 2015-08-07 14:33:52 +02:00
eina_suite.h eina: add test for Eina_Bezier. 2015-08-07 14:33:52 +02:00
eina_test_abi.c eina: add test for old ABI supported function, but not exposed anymore. 2013-10-25 20:16:10 +09:00
eina_test_accessor.c
eina_test_array.c
eina_test_barrier.c eina: fix tests suites for Windows to have a predictable result. 2015-01-30 10:49:57 +01:00
eina_test_benchmark.c
eina_test_bezier.c eina: added bounds_get api to Eina_Bezier 2015-11-22 23:28:09 +01:00
eina_test_binbuf.c eina: add test case for binbuf append function 2015-11-10 14:44:17 -08:00
eina_test_binshare.c
eina_test_clist.c eina: fix warning of unsigned int being compared to an int. 2013-11-09 20:06:36 +09:00
eina_test_convert.c eina: Fix bug in eina_convert_itoa 2014-03-07 14:17:28 +09:00
eina_test_counter.c
eina_test_cow.c eina: update Eina_Cow test to latest API change. 2013-11-04 12:47:12 +09:00
eina_test_crc.c eina: add test case for eina_crc function in eina module. 2015-05-07 09:53:09 +02:00
eina_test_error.c eina: fix tests suites for Windows to have a predictable result. 2015-01-30 10:49:57 +01:00
eina_test_file.c eina: add test case for file statat function. 2015-11-09 16:26:23 -08:00
eina_test_fp.c
eina_test_hash.c eina_hash: add test cases for eina_hash_add/del by hash functions 2015-10-31 02:12:06 +01:00
eina_test_inarray.c eina: add test cases for various eina_inarray functions 2015-05-14 19:36:32 +02:00
eina_test_inlist.c
eina_test_iterator.c eina: add test case for eina list reverse iterator 2015-11-09 16:17:26 -08:00
eina_test_lalloc.c
eina_test_list.c eina: add test case for eina list search function. 2015-11-09 16:22:24 -08:00
eina_test_lock.c eina: fix eina_test_rwlock test on OSX. 2015-02-05 16:38:06 +01:00
eina_test_log.c
eina_test_magic.c
eina_test_main.c
eina_test_matrix.c eina: added test case for matrix4 transpose function 2015-11-09 16:16:07 -08:00
eina_test_matrixsparse.c
eina_test_mempool.c eina: resolved TODO in eina tests - added delete array list 2014-09-10 12:51:27 +02:00
eina_test_model.c
eina_test_module.c eina: resolved TODO in eina tests - added delete array list 2014-09-10 12:51:27 +02:00
eina_test_module_dummy.c
eina_test_quad.c eina: add test cases for various APIs in eina_quad module. 2015-05-27 00:31:06 +02:00
eina_test_quadtree.c
eina_test_quaternion.c eina: fix computation of sqrt near 1. 2015-11-09 10:42:35 -08:00
eina_test_rbtree.c eina: fix tests suites for Windows to have a predictable result. 2015-01-30 10:49:57 +01:00
eina_test_rectangle.c Eina rectangle: Check for valid rectangle before taking intersection 2015-08-28 16:30:29 +09:00
eina_test_sched.c
eina_test_simple_xml_parser.c Eina Example: Fix memory leak of variable buf 2015-11-23 21:04:15 +09:00
eina_test_str.c eina: simplify tests logic for base64. 2015-11-23 11:57:28 -08:00
eina_test_strbuf.c eina: add test case for eina_strbuf_substr_get. 2015-11-10 15:01:17 -08:00
eina_test_stringshare.c eina: all Eina_Stringshare printf variant now return empty string as expected. 2015-01-08 12:36:27 +01:00
eina_test_tiler.c eina_tiler: add test cases for eina tiler area set/get functions 2015-10-12 14:01:23 -07:00
eina_test_tmpstr.c eina: add eina_tmpstr_manage_new, eina_tmpstr_manage_new_length APIs 2015-11-09 10:42:35 -08:00
eina_test_trash.c eina: add test cases for Eina_Trash 2014-09-22 14:59:27 +02:00
eina_test_ustr.c Eina unicode: add eina_unicode_unicode_to_utf8_range 2015-11-24 14:22:57 +02:00
eina_test_ustringshare.c
eina_test_value.c eina: memcmp can't be used to compare timeval due to potential padding on 64bit architecture. 2015-02-05 16:38:06 +01:00
eina_test_xattr.c eina_xattr: Fixed T2381, eina xattr tests failing 2015-05-06 08:42:55 +02:00
sample.gpx