Searched refs:ubidi_getParagraph (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
H A Dubidi.h1267 * @see ubidi_getParagraph
1320 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart,
1817 * <code>ubidi_getParagraph</code></li>
H A Durename.h450 #define ubidi_getParagraph U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraph) macro
/external/icu4c/common/
H A Dubidiln.c139 if(ubidi_getParagraph(pParaBiDi, start, NULL, NULL, NULL, pErrorCode) !=
140 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) {
H A Dubidi.c2172 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, function
/external/icu4c/test/cintltst/
H A Dcbiditst.c1746 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode);
1819 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode);
1857 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode);

Completed in 71 milliseconds