Searched refs:_acceptLangItem (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Duloc.cpp2208 } _acceptLangItem;
2213 const _acceptLangItem *aa = (const _acceptLangItem*)a;
2214 const _acceptLangItem *bb = (const _acceptLangItem*)b;
2249 _acceptLangItem *j;
2250 _acceptLangItem smallBuffer[30];
2325 j = static_cast<_acceptLangItem *>(uprv_malloc(sizeof(j[0])*(jSize*2)));
2333 j = static_cast<_acceptLangItem *>(uprv_realloc(j, sizeof(j[0])*jSize*2));
/external/chromium_org/third_party/icu/source/common/
H A Duloc.c2230 } _acceptLangItem; typedef in typeref:struct:__anon10881
2235 const _acceptLangItem *aa = (const _acceptLangItem*)a;
2236 const _acceptLangItem *bb = (const _acceptLangItem*)b;
2271 _acceptLangItem *j;
2272 _acceptLangItem smallBuffer[30];

Completed in 183 milliseconds