Lines Matching refs:levels
1150 * with or without externally specified embedding levels from <i>styled</i>
1155 * i.e., some levels may not be the same as if all steps were performed.
1159 * the algorithm. This implementation may set all resolved levels to
1172 * especially the resolved levels for all the characters in <code>text</code>.
1192 * is also valid, with odd levels indicating RTL.
1194 * @param embeddingLevels (in) may be used to preset the embedding and override levels,
1204 * <strong>Caution: </strong>A copy of this pointer, not of the levels,
1211 * <code>ubidi_setLine()</code> functions may modify some or all of the levels.<br><br>
1229 * contain the reordering information, especially the resolved levels,
1471 * Get an array of levels for each character.<p>
1481 * @return The levels array for the text,
1523 * may have resolved only the levels of the text. Therefore,
1753 * It is intended to be used for when an application has determined the levels
1758 * @param levels is an array with <code>length</code> levels that have been determined by
1761 * @param length is the number of levels in the array, or, semantically,
1772 ubidi_reorderLogical(const UBiDiLevel *levels, int32_t length, int32_t *indexMap);
1776 * It is intended to be used for when an application has determined the levels
1781 * @param levels is an array with <code>length</code> levels that have been determined by
1784 * @param length is the number of levels in the array, or, semantically,
1795 ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap);