Searched defs:dspbundle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dlocdispnames.cpp512 UResourceBundle* dspbundle=ures_getByKeyWithFallback(locbundle, _kLocaleDisplayPattern, local
515 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status);
516 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status);
518 ures_close(dspbundle);
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp512 UResourceBundle* dspbundle=ures_getByKeyWithFallback(locbundle, _kLocaleDisplayPattern, local
515 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status);
516 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status);
518 ures_close(dspbundle);

Completed in 124 milliseconds