Searched refs:ubidi_getParagraphByIndex (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubidi.h1358 * @see ubidi_getParagraphByIndex
1379 * retrieve the paragraph information using ubidi_getParagraphByIndex().<p>
1442 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex,
H A Durename.h452 #define ubidi_getParagraphByIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraphByIndex) macro
/external/icu/icu4c/source/common/unicode/
H A Dubidi.h1358 * @see ubidi_getParagraphByIndex
1379 * retrieve the paragraph information using ubidi_getParagraphByIndex().<p>
1442 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex,
H A Durename.h442 #define ubidi_getParagraphByIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraphByIndex) macro
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c2820 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, function
2854 /* pErrorCode will be checked by the call to ubidi_getParagraphByIndex */
2861 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode);
/external/icu/icu4c/source/common/
H A Dubidi.c2918 ubidi_getParagraphByIndex(const UBiDi *pBiDi, int32_t paraIndex, function
2952 /* pErrorCode will be checked by the call to ubidi_getParagraphByIndex */
2959 ubidi_getParagraphByIndex(pBiDi, paraIndex, pParaStart, pParaLimit, pParaLevel, pErrorCode);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c1862 ubidi_getParagraphByIndex(pBidi, i, &paraStart, &paraLimit, NULL, &errorCode);
1883 ubidi_getParagraphByIndex(pBidi, i, &paraStart, &paraLimit, NULL, &errorCode);
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c1864 ubidi_getParagraphByIndex(pBidi, i, &paraStart, &paraLimit, NULL, &errorCode);
1885 ubidi_getParagraphByIndex(pBidi, i, &paraStart, &paraLimit, NULL, &errorCode);

Completed in 190 milliseconds