HomeSort by relevance Sort by last modified time
    Searched refs:getBuffer (Results 201 - 225 of 250) sorted by null

1 2 3 4 5 6 7 8910

  /external/icu4c/test/perf/normperf/
normperf.cpp 156 const UChar* src = getBuffer(srcLen,status);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 94 SkImageDecoder::DecodeMemory(asset->getBuffer(false), asset->getLength(),
  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 710 pContext->config.inputCfg.bufferProvider.getBuffer = NULL;
718 pContext->config.outputCfg.bufferProvider.getBuffer = NULL;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
usettest.cpp     [all...]
utxttest.cpp 235 const UChar *cbuf = sa.getBuffer();
507 const UChar *rs = repStr.getBuffer();
    [all...]
citrtest.cpp 855 uiter_setString(&sIter, s.getBuffer(), s.length());
    [all...]
csdetest.cpp 151 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
utxttest.cpp 237 const UChar *cbuf = sa.getBuffer();
509 const UChar *rs = repStr.getBuffer();
    [all...]
citrtest.cpp 855 uiter_setString(&sIter, s.getBuffer(), s.length());
    [all...]
csdetest.cpp 154 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
  /external/chromium/third_party/icu/source/common/
uniset.cpp 525 return (UBool)(span(s.getBuffer(), s.length(), USET_SPAN_CONTAINED) ==
572 return (UBool)(span(s.getBuffer(), s.length(), USET_SPAN_NOT_CONTAINED) ==
    [all...]
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp     [all...]
colldata.cpp 52 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
uspoof_impl.cpp 797 const UChar *NFKDBuffer::getBuffer() {
rbnf.cpp 995 UChar* localeStr = localeName.getBuffer(len + 1);
    [all...]
  /external/icu4c/common/
uniset.cpp 525 return (UBool)(span(s.getBuffer(), s.length(), USET_SPAN_CONTAINED) ==
572 return (UBool)(span(s.getBuffer(), s.length(), USET_SPAN_NOT_CONTAINED) ==
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp     [all...]
colldata.cpp 52 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
uspoof_impl.cpp 797 const UChar *NFKDBuffer::getBuffer() {
rbnf.cpp 995 UChar* localeStr = localeName.getBuffer(len + 1);
    [all...]
  /frameworks/base/media/libeffects/testlibs/
EffectReverb.c 426 pRvbModule->config.inputCfg.bufferProvider.getBuffer = NULL;
434 pRvbModule->config.outputCfg.bufferProvider.getBuffer = NULL;
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 340 void* getBuffer(uint32_t offset, uint32_t frames) const;
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 499 pContext->config.inputCfg.bufferProvider.getBuffer = NULL;
507 pContext->config.outputCfg.bufferProvider.getBuffer = NULL;
    [all...]
  /external/chromium/third_party/icu/source/test/letest/
letest.cpp 697 actual.glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, success);
    [all...]

Completed in 1631 milliseconds

1 2 3 4 5 6 7 8910