i
and found
are updated. i
points to the index of the next char in input
that must be processed next (the input up to that index having been processed already), and found
indicates if a matching rule was found or not. In the case where a matching rule was found, phonemeBuilder
is replaced with a new builder containing the phonemes updated by the matching rule. Although this class is not thread-safe (it has mutable unprotected fields), it is not shared between threads as it is constructed as needed by the calling methods.
@since 1.6
|
|
|
|
|
|
|
|
|
|
|
|