Searched refs:curVal (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDisplayCollisions.java | 350 String curVal = iterator.next(); in handleCheck() local 351 parts.set(curVal); in handleCheck() 353 curVal.contains("/decimal") || curVal.contains("/group")) { in handleCheck() 355 log("Removed '" + curVal + "': COLLISON WITH CURRENCY " + currency); in handleCheck() 370 String curVal = iterator.next(); in handleCheck() local 371 parts.set(curVal); in handleCheck() 375 compoundUnitPatterns.reset(curVal).find()) { in handleCheck() 377 log("Removed '" + curVal + "': COLLISON WITH UNIT " + unit); in handleCheck() 385 if (curVal.contains(pathPart)) { in handleCheck() 387 log("Removed '" + curVal + "': COLLISON WITH UNIT " + unit); in handleCheck() [all …]
|
/external/aac/libSACenc/src/ |
D | sacenc_paramextract.cpp | 467 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/ |
D | ExtractDialog.cpp | 97 …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/ |
D | xmlschemas.c | 24676 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()
|