Home
last modified time | relevance | path

Searched refs:valLen (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncLang.java64 int valLen = lang.length(); in execute() local
66 if ((langVal.length() == valLen) in execute()
67 || (langVal.charAt(valLen) == '-')) in execute()
/external/chromium_org/net/third_party/nss/patches/
Dsecretexporterlocks.patch20 val = PORT_Alloc(valLen);
37 valLen, out, outLen);
43 PORT_ZFree(val, valLen);
/external/chromium_org/net/third_party/nss/ssl/
Dsslinfo.c346 unsigned int valLen, i; in SSL_ExportKeyingMaterial() local
367 valLen = SSL3_RANDOM_LENGTH * 2; in SSL_ExportKeyingMaterial()
369 valLen += 2 /* PRUint16 length */ + contextLen; in SSL_ExportKeyingMaterial()
371 val = PORT_Alloc(valLen); in SSL_ExportKeyingMaterial()
390 PORT_Assert(i == valLen); in SSL_ExportKeyingMaterial()
401 valLen, out, outLen); in SSL_ExportKeyingMaterial()
407 PORT_ZFree(val, valLen); in SSL_ExportKeyingMaterial()
Dsslimpl.h1978 const unsigned char *val, unsigned int valLen,
Dssl3con.c10557 unsigned int labelLen, const unsigned char *val, unsigned int valLen, in ssl3_TLSPRFWithMasterSecret() argument
10578 rv |= PK11_DigestOp(prf_context, val, valLen); in ssl3_TLSPRFWithMasterSecret()
10595 inData.len = valLen; in ssl3_TLSPRFWithMasterSecret()
/external/chromium_org/third_party/icu/source/common/
Duloc.c58 char *values, int32_t valuesCapacity, int32_t *valLen,
645 char *values, int32_t valuesCapacity, int32_t *valLen, in _getKeywords() argument
812 if(valLen) { in _getKeywords()
813 *valLen = valuesLen; in _getKeywords()
826 char *values, int32_t valuesCapacity, int32_t *valLen, in locale_getKeywords() argument
830 values, valuesCapacity, valLen, valuesToo, in locale_getKeywords()
Dlocid.cpp74 char *values, int32_t valuesCapacity, int32_t *valLen,
/external/icu4c/common/
Duloc.cpp58 char *values, int32_t valuesCapacity, int32_t *valLen,
630 char *values, int32_t valuesCapacity, int32_t *valLen, in _getKeywords() argument
783 if(valLen) { in _getKeywords()
784 *valLen = valuesLen; in _getKeywords()
797 char *values, int32_t valuesCapacity, int32_t *valLen, in locale_getKeywords() argument
801 values, valuesCapacity, valLen, valuesToo, in locale_getKeywords()
Dlocid.cpp92 char *values, int32_t valuesCapacity, int32_t *valLen,