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

/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dletsutil.cpp85 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status);
H A Dcletest.c426 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status);
/macosx-10.10.1/ICU-531.30/icuSources/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.h460 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A DParagraphLayout.cpp727 fParaBidi = ubidi_openSized(fCharCount, 0, &bidiStatus);
1020 fLineBidi = ubidi_openSized(fCharCount, 0, &bidiStatus);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dubidi.c128 return ubidi_openSized(0, 0, &errorCode);
132 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { function
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcbiditst.c174 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
184 log_err("ubidi_openSized() returned NULL, errorCode %s\n", myErrorName(errorCode));
1419 bidi = ubidi_openSized(120, 66, &errorCode);
1742 bidi = ubidi_openSized(-1, 0, &errorCode);
1747 bidi = ubidi_openSized(2, 1, &errorCode);
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h469 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h469 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h469 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) macro

Completed in 219 milliseconds