ICU-10886 C BreakIterator, clarify starting index of iteration is zero

X-SVN-Rev: 36390
This commit is contained in:
Andy Heninger 2014-09-08 17:42:57 +00:00
parent 9a82d60b1a
commit 49435e183f

View File

@ -213,8 +213,8 @@ public:
};
/**
* Set the iterator position to the index of the first character in the text being scanned.
* @return The index of the first character in the text being scanned.
* Sets the current iteration position to the beginning of the text, position zero.
* @return The offset of the beginning of the text, zero.
* @stable ICU 2.0
*/
virtual int32_t first(void) = 0;