Searched defs:pParaStart (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dubidi.c2917 int32_t *pParaStart, int32_t *pParaLimit,
2932 if(pParaStart!=NULL) {
2933 *pParaStart=paraStart;
2945 int32_t *pParaStart, int32_t *pParaLimit,
2957 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode);
2916 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument
2944 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument

Completed in 62 milliseconds