Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java394 String curVal = iterator.next(); in handleCheck() local
395 parts = XPathParts.getFrozenInstance(curVal); in handleCheck()
397 curVal.contains("/decimal") || curVal.contains("/group")) { in handleCheck()
399 log("Removed '" + curVal + "': COLLISON WITH CURRENCY " + currency); in handleCheck()
414 String curVal = iterator.next(); in handleCheck() local
415 parts = XPathParts.getFrozenInstance(curVal); in handleCheck()
418 …(unit) || isDuration != unit.startsWith("duration") || compoundUnitPatterns.reset(curVal).find()) { in handleCheck()
420 log("Removed '" + curVal + "': COLLISON WITH UNIT " + unit); in handleCheck()
428 if (curVal.contains(pathPart)) { in handleCheck()
430 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.c24892 xmlSchemaValPtr prevVal = NULL, curVal = NULL; in xmlSchemaVCheckCVCSimpleType() local
24921 tmpValue, &curVal, fireErrors, 0, 1); in xmlSchemaVCheckCVCSimpleType()
24926 if (curVal != NULL) { in xmlSchemaVCheckCVCSimpleType()
24931 val = curVal; in xmlSchemaVCheckCVCSimpleType()
24933 xmlSchemaValueAppend(prevVal, curVal); in xmlSchemaVCheckCVCSimpleType()
24934 prevVal = curVal; in xmlSchemaVCheckCVCSimpleType()
24935 curVal = NULL; in xmlSchemaVCheckCVCSimpleType()