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

  /frameworks/base/core/jni/
android_text_AndroidBidi.cpp 48 UBiDi* bidi = ubidi_openSized(n, 0, &status);
  /external/chromium/third_party/icu/source/test/letest/
letsutil.cpp 85 UBiDi *ubidi = ubidi_openSized(charCount, 0, &status);
cletest.c 426 UBiDi *ubidi = ubidi_openSized(charCount, 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/chromium/third_party/icu/public/common/unicode/
ubidi.h 216 * para=ubidi_openSized(length, 0, pErrorCode);
247 * line=ubidi_openSized(length, 0, pErrorCode);
497 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
    [all...]
urename.h 432 #define ubidi_openSized ubidi_openSized_4_2
    [all...]
  /external/icu4c/common/unicode/
ubidi.h 217 * para=ubidi_openSized(length, 0, pErrorCode);
248 * line=ubidi_openSized(length, 0, pErrorCode);
498 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
    [all...]
urename.h 466 #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized)
    [all...]
  /libcore/luni/src/main/native/
NativeBidi.cpp 96 UBiDi* sized = ubidi_openSized(limit - start, 0, &err);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 699 fParaBidi = ubidi_openSized(fCharCount, 0, &bidiStatus);
992 fLineBidi = ubidi_openSized(fCharCount, 0, &bidiStatus);
    [all...]
  /external/chromium/third_party/icu/source/common/
ubidi.c 122 return ubidi_openSized(0, 0, &errorCode);
126 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) {
    [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/chromium/third_party/icu/source/test/cintltst/
cbiditst.c 151 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
161 log_err("ubidi_openSized() returned NULL, errorCode %s\n", myErrorName(errorCode));
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 151 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
161 log_err("ubidi_openSized() returned NULL, errorCode %s\n", myErrorName(errorCode));
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 337 #define ubidi_openSized ubidi_openSized_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 337 #define ubidi_openSized ubidi_openSized_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 337 #define ubidi_openSized ubidi_openSized_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 337 #define ubidi_openSized ubidi_openSized_3_2
    [all...]

Completed in 284 milliseconds