Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java389 String curVal = iterator.next(); in handleCheck() local
390 parts = XPathParts.getFrozenInstance(curVal); in handleCheck()
392 curVal.contains("/decimal") || curVal.contains("/group")) { in handleCheck()
394 log("Removed '" + curVal + "': COLLISON WITH CURRENCY " + currency); in handleCheck()
409 String curVal = iterator.next(); in handleCheck() local
410 parts = XPathParts.getFrozenInstance(curVal); in handleCheck()
413 …(unit) || isDuration != unit.startsWith("duration") || compoundUnitPatterns.reset(curVal).find()) { in handleCheck()
415 log("Removed '" + curVal + "': COLLISON WITH UNIT " + unit); in handleCheck()
423 if (curVal.contains(pathPart)) { in handleCheck()
425 log("Removed '" + curVal + "': COLLISON WITH UNIT " + unit); in handleCheck()
[all …]
/external/aac/libSACenc/src/
Dsacenc_paramextract.cpp467 FIXP_DBL curVal = input[band]; in QuantizeCoefFDK() local
476 if (curVal >= qVal) { in QuantizeCoefFDK()
483 if ((curVal - quantTable[lower]) >= (quantTable[upper] - curVal)) { in QuantizeCoefFDK()
493 if (curVal <= qVal) { in QuantizeCoefFDK()
500 if ((curVal - quantTable[lower]) <= (quantTable[upper] - curVal)) { in QuantizeCoefFDK()
/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.c24858 xmlSchemaValPtr prevVal = NULL, curVal = NULL; in xmlSchemaVCheckCVCSimpleType() local
24887 tmpValue, &curVal, fireErrors, 0, 1); in xmlSchemaVCheckCVCSimpleType()
24892 if (curVal != NULL) { in xmlSchemaVCheckCVCSimpleType()
24897 val = curVal; in xmlSchemaVCheckCVCSimpleType()
24899 xmlSchemaValueAppend(prevVal, curVal); in xmlSchemaVCheckCVCSimpleType()
24900 prevVal = curVal; in xmlSchemaVCheckCVCSimpleType()
24901 curVal = NULL; in xmlSchemaVCheckCVCSimpleType()