segmentation.patch. txt - ViewVC Repository Listing
... + + // Normalize the input string and put it in normalizedString. + // The map from the indices of the normalized input to the raw + // input is kept in charPositions. + UErrorCode status = U_ZERO_ERROR; + utext_extract(text, rangeStart, rangeEnd ......