Searched refs:ubidi_openSized (Results 1 - 12 of 12) sorted by relevance

/external/chromium/base/i18n/
H A Dbidi_line_iterator.cc27 bidi_ = ubidi_openSized(static_cast<int>(text.length()), 0, &error);
/external/icu4c/test/letest/
H A Dletsutil.cpp85 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status);
H A Dcletest.c426 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status);
/external/icu4c/common/unicode/
H A Dubidi.h216 * para=ubidi_openSized(length, 0, pErrorCode);
247 * line=ubidi_openSized(length, 0, pErrorCode);
529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
H A Durename.h469 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/external/icu4c/layoutex/
H A DParagraphLayout.cpp724 fParaBidi = ubidi_openSized(fCharCount, 0, &bidiStatus);
1017 fLineBidi = ubidi_openSized(fCharCount, 0, &bidiStatus);
/external/icu4c/common/
H A Dubidi.c122 return ubidi_openSized(0, 0, &errorCode);
126 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { function
/external/icu4c/test/cintltst/
H A Dcbiditst.c154 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
164 log_err("ubidi_openSized() returned NULL, errorCode %s\n", myErrorName(errorCode));
1270 bidi = ubidi_openSized(120, 66, &errorCode);
1593 bidi = ubidi_openSized(-1, 0, &errorCode);
1598 bidi = ubidi_openSized(2, 1, &errorCode);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h337 #define ubidi_openSized ubidi_openSized_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h337 #define ubidi_openSized ubidi_openSized_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h337 #define ubidi_openSized ubidi_openSized_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h337 #define ubidi_openSized ubidi_openSized_3_2 macro

Completed in 311 milliseconds