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/unicode/
utext.h     [all...]
urename.h 1707 #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 151 destination = utext_setup(destination, extraSize, status);
349 UText* text = utext_setup(&utWithBuffer->text, sizeof(utWithBuffer->buffer), status);
462 text = utext_setup(text, 0, status);
    [all...]
  /external/chromium_org/third_party/icu/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...]
  /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 69 milliseconds