HomeSort by relevance Sort by last modified time
    Searched refs:ubidi_openSized (Results 1 - 14 of 14) sorted by null

  /external/chromium/base/i18n/
bidi_line_iterator.cc 27 bidi_ = ubidi_openSized(static_cast<int>(text.length()), 0, &error);
  /frameworks/base/core/jni/
android_text_AndroidBidi.cpp 40 UBiDi* bidi = ubidi_openSized(n, 0, &status);
  /external/icu4c/test/letest/
letsutil.cpp 85 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status);
cletest.c 426 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status);
  /external/icu4c/common/unicode/
ubidi.h 216 * para=ubidi_openSized(length, 0, pErrorCode);
247 * line=ubidi_openSized(length, 0, pErrorCode);
529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
    [all...]
urename.h 469 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized)
    [all...]
  /libcore/luni/src/main/native/
java_text_Bidi.cpp 96 UBiDi* sized = ubidi_openSized(limit - start, 0, &status);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 724 fParaBidi = ubidi_openSized(fCharCount, 0, &bidiStatus);
1017 fLineBidi = ubidi_openSized(fCharCount, 0, &bidiStatus);
    [all...]
  /external/icu4c/common/
ubidi.c 122 return ubidi_openSized(0, 0, &errorCode);
126 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) {
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 154 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
164 log_err("ubidi_openSized() returned NULL, errorCode %s\n", myErrorName(errorCode));
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 337 #define ubidi_openSized ubidi_openSized_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 337 #define ubidi_openSized ubidi_openSized_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 337 #define ubidi_openSized ubidi_openSized_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 337 #define ubidi_openSized ubidi_openSized_3_2
    [all...]

Completed in 92 milliseconds