Home
last modified time | relevance | path

Searched refs:expName (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dudatpg_test.c480 UChar expName[kFieldDisplayNameMax]; in TestGetFieldDisplayNames() local
482 u_unescape(testDataPtr->expected, expName, kFieldDisplayNameMax); in TestGetFieldDisplayNames()
489 } else if ( u_strncmp(expName, getName, kFieldDisplayNameMax) != 0 ) { in TestGetFieldDisplayNames()
494 u_austrncpy(expNameB,expName,kFieldDisplayNameBytesMax), in TestGetFieldDisplayNames()
/third_party/icu/icu4c/source/test/intltest/
Ddtptngts.cpp1316 UChar expName[kFieldDisplayNameMax+1]; in testGetFieldDisplayNames() local
1317 u_unescape(testDataPtr->expected, expName, kFieldDisplayNameMax); in testGetFieldDisplayNames()
1318 expName[kFieldDisplayNameMax] = 0; // ensure 0 termination in testGetFieldDisplayNames()
1320 if (getName.compare(expName, u_strlen(expName)) != 0) { in testGetFieldDisplayNames()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpression.cpp311 string expName = this->mName; in getClosureExecutables() local