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

/external/icu/icu4c/source/common/
H A Dubidi.cpp2946 int32_t *pParaStart, int32_t *pParaLimit,
2964 if(pParaLimit!=NULL) {
2965 *pParaLimit=pBiDi->paras[paraIndex].limit;
2974 int32_t *pParaStart, int32_t *pParaLimit,
2986 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode);
2945 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument
2973 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument

Completed in 168 milliseconds