Searched refs:ubidi_getParagraphByIndex (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
H A Dubidi.h1268 * @see ubidi_getParagraphByIndex
1289 * retrieve the paragraph information using ubidi_getParagraphByIndex().<p>
1352 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex,
H A Durename.h451 #define ubidi_getParagraphByIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraphByIndex) macro
/external/icu4c/common/
H A Dubidi.c2144 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, function
2178 /* pErrorCode will be checked by the call to ubidi_getParagraphByIndex */
2185 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode);
/external/icu4c/test/cintltst/
H A Dcbiditst.c1715 ubidi_getParagraphByIndex(pBidi, i, &paraStart, &paraLimit, NULL, &errorCode);
1736 ubidi_getParagraphByIndex(pBidi, i, &paraStart, &paraLimit, NULL, &errorCode);

Completed in 37 milliseconds