Home
last modified time | relevance | path

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

/external/libchrome/base/i18n/
Dbidi_line_iterator.cc81 bidi_ = ubidi_openSized(static_cast<int>(text.length()), 0, &error); in Open()
/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/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt67 ubidi_openSized
Dlibicu_export.txt156 ubidi_openSized
/external/icu/libicu/
Dlibicu.map.txt155 ubidi_openSized;
/external/icu/icu4c/source/common/unicode/
Dubidi.h540 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
Durename.h468 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/external/icu/libicu/cts_headers/unicode/
Dubidi.h540 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
/external/icu/libandroidicu/include/unicode/
Dubidi.h540 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
Durename.h468 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/external/skia/modules/skshaper/src/
DSkUnicode_icu.cpp72 SkUnicodeBidi bidi(ubidi_openSized(utf16Units, 0, &status)); in makeBidiIterator()
258 SkUnicodeBidi bidi(ubidi_openSized(utf16Units, 0, &status)); in extractBidi()
/external/icu/libicu/ndk_headers/unicode/
Dubidi.h542 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) __INTRODUCED_IN(31);
Durename.h468 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/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/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/libicu/src/
Dshim.cpp157 #undef ubidi_openSized
701 UBiDi * ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode * pErrorCode) { in ubidi_openSized() function
702 return U_ICU_ENTRY_POINT_RENAME(ubidi_openSized)(maxLength, maxRunCount, pErrorCode); in ubidi_openSized()
/external/icu/libandroidicu/static_shim/
Dshim.cpp212 return ubidi_openSized(maxLength, maxRunCount, pErrorCode); in ubidi_openSized_android()
/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()
1429 bidi = ubidi_openSized(120, 66, &errorCode); in doMisc()
1752 bidi = ubidi_openSized(-1, 0, &errorCode); in testFailureRecovery()
1757 bidi = ubidi_openSized(2, 1, &errorCode); in testFailureRecovery()