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

/external/icu4c/common/
H A Dubidi.c2276 int32_t *pParaStart, int32_t *pParaLimit,
2294 if(pParaLimit!=NULL) {
2295 *pParaLimit=pBiDi->paras[paraIndex];
2304 int32_t *pParaStart, int32_t *pParaLimit,
2316 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode);
2275 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument
2303 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument

Completed in 213 milliseconds