Home
last modified time | relevance | path

Searched refs:pParaLevel (Results 1 – 4 of 4) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dubidi.h1426 int32_t *pParaLimit, UBiDiLevel *pParaLevel,
1459 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode);
/external/icu/icu4c/source/common/unicode/
Dubidi.h1426 int32_t *pParaLimit, UBiDiLevel *pParaLevel,
1459 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode);
/external/icu/icu4c/source/common/
Dubidi.cpp2944 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) { in ubidi_getParagraphByIndex() argument
2964 if(pParaLevel!=NULL) { in ubidi_getParagraphByIndex()
2965 *pParaLevel=GET_PARALEVEL(pBiDi, paraStart); in ubidi_getParagraphByIndex()
2972 UBiDiLevel *pParaLevel, UErrorCode *pErrorCode) { in ubidi_getParagraph() argument
2983 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode); in ubidi_getParagraph()
/external/icu/libandroidicu/static_shim/
Dshim.cpp571 …_t charIndex, int32_t * pParaStart, int32_t * pParaLimit, UBiDiLevel * pParaLevel, UErrorCode * pE… in ubidi_getParagraph_android() argument
572 return ubidi_getParagraph(pBiDi, charIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode); in ubidi_getParagraph_android()
574 …_t paraIndex, int32_t * pParaStart, int32_t * pParaLimit, UBiDiLevel * pParaLevel, UErrorCode * pE… in ubidi_getParagraphByIndex_android() argument
575 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode); in ubidi_getParagraphByIndex_android()