Home
last modified time | relevance | path

Searched refs:asciiName (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv.cpp95 char asciiName[UCNV_MAX_CONVERTER_NAME_LENGTH]; in ucnv_openU() local
106 return ucnv_open(u_austrcpy(asciiName, name), err); in ucnv_openU()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp579 std::string asciiName(wideName.begin(), wideName.end()); in acquireRoutine() local
580 ::function->setFunctionName(Ice::GlobalString::createWithString(::context, asciiName)); in acquireRoutine()