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

/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c2822 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) {
2842 if(pParaLevel!=NULL) {
2843 *pParaLevel=GET_PARALEVEL(pBiDi, paraStart);
2850 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) {
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.c2920 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) {
2940 if(pParaLevel!=NULL) {
2941 *pParaLevel=GET_PARALEVEL(pBiDi, paraStart);
2948 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) {
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 103 milliseconds