0 <= start<= limit.
@param limit the ending index, exclusive; start <= limit<= text.length().
@return The new limit index. The text previously occupying [start,limit) has been transliterated, possibly to a string of a different length, at [start, new-limit), where new-limit is the return value. If the input offsets are out of bounds, the returned value is -1 and the input string remains unchanged.
@stable ICU 2.0
| |
| |
| |