Lines Matching refs:levels

1054  * with or without externally specified embedding levels from <i>styled</i>
1059 * i.e., some levels may not be the same as if all steps were performed.
1063 * the algorithm. This implementation may set all resolved levels to
1076 * especially the resolved levels for all the characters in <code>text</code>.
1096 * is also valid, with odd levels indicating RTL.
1098 * @param embeddingLevels (in) may be used to preset the embedding and override levels,
1108 * <strong>Caution: </strong>A copy of this pointer, not of the levels,
1115 * <code>ubidi_setLine()</code> functions may modify some or all of the levels.<br><br>
1133 * contain the reordering information, especially the resolved levels,
1375 * Get an array of levels for each character.<p>
1385 * @return The levels array for the text,
1427 * may have resolved only the levels of the text. Therefore,
1657 * It is intended to be used for when an application has determined the levels
1662 * @param levels is an array with <code>length</code> levels that have been determined by
1665 * @param length is the number of levels in the array, or, semantically,
1676 ubidi_reorderLogical(const UBiDiLevel *levels, int32_t length, int32_t *indexMap);
1680 * It is intended to be used for when an application has determined the levels
1685 * @param levels is an array with <code>length</code> levels that have been determined by
1688 * @param length is the number of levels in the array, or, semantically,
1699 ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap);