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

  /external/chromium_org/third_party/icu/source/common/
utext.cpp 911 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { function
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h     [all...]
urename.h 1622 #define utext_setup macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h     [all...]
urename.h 1628 #define utext_setup macro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorICU.cpp 152 destination = utext_setup(destination, extraSize, status);
350 UText* text = utext_setup(&utWithBuffer->text, sizeof(utWithBuffer->buffer), status);
463 text = utext_setup(text, 0, status);
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp 565 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { function
769 dest = utext_setup(dest, srcExtraSize, status);
777 // were set up by utext_setup. Save them separately before
    [all...]

Completed in 82 milliseconds