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

/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c2821 int32_t *pParaStart, int32_t *pParaLimit,
2836 if(pParaStart!=NULL) {
2837 *pParaStart=paraStart;
2849 int32_t *pParaStart, int32_t *pParaLimit,
2861 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode);
2820 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument
2848 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/common/
H A Dubidi.c2919 int32_t *pParaStart, int32_t *pParaLimit,
2934 if(pParaStart!=NULL) {
2935 *pParaStart=paraStart;
2947 int32_t *pParaStart, int32_t *pParaLimit,
2959 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode);
2918 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument
2946 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart, int32_t *pParaLimit, UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) argument

Completed in 114 milliseconds