minor but easy speedups for tag processing.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 26 Feb 2010 22:32:07 +0000 (22:32 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 26 Feb 2010 22:32:07 +0000 (22:32 +0000)
commit9b00f49ec78415b0331440cfc050a464813296e1
tree49fec74c98d951c350fb56e363ac969e5947539d
parent2b50167e2842d5258890d7317996431c269d3c69
minor but easy speedups for tag processing.

keep tag and replacement size, compare it before doing strcmp() and
return the size so further calculations use it (eina_strbuf_append()
-> eina_strbuf_append_length())

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@46529 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_textblock.c