Home
last modified time | relevance | path

Searched refs:ubidi_openSized (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/test/letest/
Dletsutil.cpp89 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status); in getRTL()
Dcletest.c430 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status); in getRTL()
/external/icu/libandroidicu/include/unicode/
Dubidi.h537 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
Durename.h464 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/external/icu/icu4c/source/common/unicode/
Dubidi.h537 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
Durename.h464 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp729 fParaBidi = ubidi_openSized(fCharCount, 0, &bidiStatus); in computeLevels()
1022 fLineBidi = ubidi_openSized(fCharCount, 0, &bidiStatus); in computeVisualRuns()
/external/icu/icu4c/source/common/
Dubiditransform.cpp490 pBiDiTransform->pBidi = ubidi_openSized(0, 0, pErrorCode); in ubiditransform_transform()
Dubidi.cpp130 return ubidi_openSized(0, 0, &errorCode); in ubidi_open()
134 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() function
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp157 ICUBiDi bidi(ubidi_openSized(utf16Units, 0, &status)); in Make()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c180 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode); in testBidi()
1428 bidi = ubidi_openSized(120, 66, &errorCode); in doMisc()
1751 bidi = ubidi_openSized(-1, 0, &errorCode); in testFailureRecovery()
1756 bidi = ubidi_openSized(2, 1, &errorCode); in testFailureRecovery()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp365 ICUBiDi bidi(ubidi_openSized(utf16Units, 0, &status)); in Make()
/external/icu/libandroidicu/static_shim/
Dshim.cpp614 return ubidi_openSized(maxLength, maxRunCount, pErrorCode); in ubidi_openSized_android()