Home
last modified time | relevance | path

Searched refs:ubidi_getParagraph (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubidi.h1428 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart,
Durename.h450 #define ubidi_getParagraph U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraph) macro
/third_party/icu/icu4c/source/common/unicode/
Dubidi.h1428 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart,
Durename.h450 #define ubidi_getParagraph U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraph) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dubidi.h1429 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart,
Durename.h456 #define ubidi_getParagraph U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraph) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dubidi.h1425 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart,
Durename.h447 #define ubidi_getParagraph U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraph) macro
/third_party/icu/icu4c/source/common/
Dubidiln.cpp141 if(ubidi_getParagraph(pParaBiDi, start, NULL, NULL, NULL, pErrorCode) != in ubidi_setLine()
142 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) { in ubidi_setLine()
Dubidi.cpp2967 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, in ubidi_getParagraph() function
/third_party/skia/third_party/externals/icu/source/common/
Dubidiln.cpp141 if(ubidi_getParagraph(pParaBiDi, start, NULL, NULL, NULL, pErrorCode) != in ubidi_setLine()
142 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) { in ubidi_setLine()
Dubidi.cpp2967 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, in ubidi_getParagraph() function
/third_party/node/deps/icu-small/source/common/
Dubidiln.cpp141 if(ubidi_getParagraph(pParaBiDi, start, NULL, NULL, NULL, pErrorCode) != in ubidi_setLine()
142 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) { in ubidi_setLine()
Dubidi.cpp2967 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, in ubidi_getParagraph() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidiln.cpp141 if(ubidi_getParagraph(pParaBiDi, start, NULL, NULL, NULL, pErrorCode) != in ubidi_setLine()
142 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) { in ubidi_setLine()
Dubidi.cpp2970 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, in ubidi_getParagraph() function
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditst.c1905 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode); in testMultipleParagraphs()
1978 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode); in testMultipleParagraphs()
2016 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode); in testMultipleParagraphs()