Change the interface for getWord().
authorLei Zhang <antiagainst@google.com>
Tue, 15 Mar 2016 20:52:40 +0000 (16:52 -0400)
committerLei Zhang <antiagainst@google.com>
Wed, 16 Mar 2016 19:46:15 +0000 (15:46 -0400)
commit6032b98c53f5654d936997d7112ab154c82b5778
tree9b4e0c047da43853bd649a3aa043c4843eecf8d4
parentde4a7c7f405c80d3b03cbd64ac9557bfc2ccfbb3
Change the interface for getWord().

* It's redundant to provide two mutable spv_position to getWord().
* getWord() should take string pointer by the style guide.
source/text.cpp
source/text_handler.cpp
source/text_handler.h
test/TextWordGet.cpp
test/UnitSPIRV.h