Home
last modified time | relevance | path

Searched refs:tmpValue (Results 1 – 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1ObjectIdentifier.java264 BigInteger tmpValue = fieldValue; in writeField() local
268 tmp[i] = (byte)((tmpValue.intValue() & 0x7f) | 0x80); in writeField()
269 tmpValue = tmpValue.shiftRight(7); in writeField()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1ObjectIdentifier.java270 BigInteger tmpValue = fieldValue; in writeField() local
274 tmp[i] = (byte)((tmpValue.intValue() & 0x7f) | 0x80); in writeField()
275 tmpValue = tmpValue.shiftRight(7); in writeField()
/external/icu/icu4c/source/common/
Ducurr.cpp2678 char *tmpValue = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY); in ucurr_getKeywordValuesForLocale() local
2679 uprv_memcpy(tmpValue, value, uprv_strlen(value) + 1); in ucurr_getKeywordValuesForLocale()
2680 ulist_addItemEndList(values, tmpValue, TRUE, status); in ucurr_getKeywordValuesForLocale()
/external/libxml2/
Dxmlschemas.c24674 xmlChar *tmpValue = NULL; in xmlSchemaVCheckCVCSimpleType() local
24700 tmpValue = xmlStrndup(cur, end - cur); in xmlSchemaVCheckCVCSimpleType()
24705 tmpValue, &curVal, fireErrors, 0, 1); in xmlSchemaVCheckCVCSimpleType()
24708 tmpValue, NULL, fireErrors, 0, 1); in xmlSchemaVCheckCVCSimpleType()
24709 FREE_AND_NULL(tmpValue); in xmlSchemaVCheckCVCSimpleType()
24732 FREE_AND_NULL(tmpValue); in xmlSchemaVCheckCVCSimpleType()