Searched refs:curName (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | CurrencyNameTest.java | 118 String curName = null; in TestCurrencyDisplayNames() local 120 curName = (String)GETDISPLAYNAME_METHOD.invoke(currency, new Object[] {loc}); in TestCurrencyDisplayNames() 130 if (!curName.equals(currencyCode)) { in TestCurrencyDisplayNames() 131 logln("INFO: JDK has currency display name " + curName + " for locale " + in TestCurrencyDisplayNames() 138 if (!curName.equals(curNameIcu)) { in TestCurrencyDisplayNames() 140 + ", but got " + curName + " in locale " + loc); in TestCurrencyDisplayNames() 143 if (!curName.equals(curNameIcu)) { in TestCurrencyDisplayNames() 145 + ", but " + curName + " by JDK in locale " + loc); in TestCurrencyDisplayNames() 150 … curName = (String)GETDISPLAYNAME_METHOD.invoke(currency, new Object[] {locIcu}); in TestCurrencyDisplayNames() 155 if (!curName.equals(curNameIcu)) { in TestCurrencyDisplayNames() [all …]
|
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 335 string curName; in parseCaseTrie() local 352 if (!curName.empty() && expectNode) in parseCaseTrie() 354 CaseTreeNode* const newChild = new CaseTreeNode(curName); in parseCaseTrie() 369 curName.clear(); in parseCaseTrie() 371 else if (curName.empty() == expectNode) in parseCaseTrie() 392 curName += (char)curChr; in parseCaseTrie() 404 string curName; in parseCaseList() local 416 if (curName.empty()) in parseCaseList() 419 if (nodeStack[stackPos]->hasChild(curName)) in parseCaseList() 422 CaseTreeNode* const newChild = new CaseTreeNode(curName); in parseCaseList() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_D_T_.py | 55 for curName, curLoc in dataIter: 65 bitmapGlyphDict[curName] = curGlyph 87 for curName in curIndexSubTable.names: 97 glyph = curGlyphDict[curName] 126 for curName in curIndexSubTable.names: 127 glyph = curGlyphDict[curName] 142 for curName, curBitmap in bitmapGlyphDict.items(): 143 curBitmap.toXML(strikeIndex, curName, writer, ttFont)
|
/external/icu/icu4c/source/i18n/ |
D | rbtz.cpp | 204 UnicodeString curName, name; in complete() local 205 curRule->getName(curName); in complete() 219 (name == curName && r->getRawOffset() == curRule->getRawOffset() in complete()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 1385 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms() local 1390 …asicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1405 …) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMe… in assignUniforms() 1407 …log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled wi… in assignUniforms()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 1511 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms() local 1516 …asicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1531 …) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMe… in assignUniforms() 1533 …log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled wi… in assignUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 1882 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms() local 1887 …asicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1902 …) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMe… in assignUniforms() 1904 …log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled wi… in assignUniforms()
|