Home
last modified time | relevance | path

Searched refs:maxOutBytes (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/tools/makeconv/
Dgencnvex.c70 maxInBytes, maxOutBytes, maxBytesPerUChar, member
213 (extData->maxOutBytes<<8)| in CnvExtWrite()
687 if(m->bLen>extData->maxOutBytes) { in getFromUBytesValue()
688 extData->maxOutBytes=m->bLen; in getFromUBytesValue()
/external/chromium/third_party/icu/source/tools/makeconv/
Dgencnvex.c70 maxInBytes, maxOutBytes, maxBytesPerUChar, member
213 (extData->maxOutBytes<<8)| in CnvExtWrite()
687 if(m->bLen>extData->maxOutBytes) { in getFromUBytesValue()
688 extData->maxOutBytes=m->bLen; in getFromUBytesValue()
/external/chromium/net/third_party/nss/ssl/bodge/
Dblapi.h177 unsigned int maxOutBytes);
Dloader.h94 unsigned int maxOutBytes);
Dloader.c316 SECItem * derivedSecret, unsigned int maxOutBytes) in DH_Derive() argument
321 derivedSecret, maxOutBytes); in DH_Derive()