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.h2015 const unsigned char *val, unsigned int valLen,
Dssl3con.c10618 unsigned int labelLen, const unsigned char *val, unsigned int valLen, in ssl3_TLSPRFWithMasterSecret() argument
10639 rv |= PK11_DigestOp(prf_context, val, valLen); in ssl3_TLSPRFWithMasterSecret()
10656 inData.len = valLen; in ssl3_TLSPRFWithMasterSecret()
/external/icu/icu4c/source/common/
Duloc.cpp58 char *values, int32_t valuesCapacity, int32_t *valLen,
630 char *values, int32_t valuesCapacity, int32_t *valLen, in _getKeywords() argument
797 if(valLen) { in _getKeywords()
798 *valLen = valuesLen; in _getKeywords()
811 char *values, int32_t valuesCapacity, int32_t *valLen, in locale_getKeywords() argument
815 values, valuesCapacity, valLen, valuesToo, in locale_getKeywords()
Dlocid.cpp92 char *values, int32_t valuesCapacity, int32_t *valLen,
/external/chromium_org/third_party/icu/source/common/
Duloc.cpp58 char *values, int32_t valuesCapacity, int32_t *valLen,
630 char *values, int32_t valuesCapacity, int32_t *valLen, in _getKeywords() argument
797 if(valLen) { in _getKeywords()
798 *valLen = valuesLen; in _getKeywords()
811 char *values, int32_t valuesCapacity, int32_t *valLen, in locale_getKeywords() argument
815 values, valuesCapacity, valLen, valuesToo, in locale_getKeywords()
Dlocid.cpp92 char *values, int32_t valuesCapacity, int32_t *valLen,