U_CAPI void U_EXPORT2 ubidi_getLogicalMap (UBiDi *pBiDi, UTextOffset *indexMap, UErrorCode *pErrorCode)

Get a logical-to-visual index map (array) for the characters in the UBiDi (paragraph or line) object

Documentation

Get a logical-to-visual index map (array) for the characters in the UBiDi (paragraph or line) object.
Parameters:
pBiDi - is the paragraph or line UBiDi object.
indexMap - is a pointer to an array of ubidi_getLength() indexes which will reflect the reordering of the characters. The array does not need to be initialized.

The index map will result in indexMap[logicalIndex]==visualIndex.


pErrorCode - must be a valid pointer to an error code value, which must not indicate a failure before the function call.

See Also:
ubidi_getVisualMap
ubidi_getVisualIndex

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de