Home
last modified time | relevance | path

Searched refs:curVal (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp97 …Control::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal) in AddComboItems() argument
106 if (values[i] == curVal) in AddComboItems()
/external/libxml2/
Dxmlschemas.c24676 xmlSchemaValPtr prevVal = NULL, curVal = NULL; in xmlSchemaVCheckCVCSimpleType() local
24705 tmpValue, &curVal, fireErrors, 0, 1); in xmlSchemaVCheckCVCSimpleType()
24710 if (curVal != NULL) { in xmlSchemaVCheckCVCSimpleType()
24715 val = curVal; in xmlSchemaVCheckCVCSimpleType()
24717 xmlSchemaValueAppend(prevVal, curVal); in xmlSchemaVCheckCVCSimpleType()
24718 prevVal = curVal; in xmlSchemaVCheckCVCSimpleType()
24719 curVal = NULL; in xmlSchemaVCheckCVCSimpleType()