Home
last modified time | relevance | path

Searched refs:realName (Results 1 – 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DMethodProps.cpp569 HRESULT CMethodProps::ParseParamsFromPROPVARIANT(const UString &realName, const PROPVARIANT &value) in ParseParamsFromPROPVARIANT() argument
571 if (realName.Len() == 0) in ParseParamsFromPROPVARIANT()
580 SplitParam(realName, name, valueStr); in ParseParamsFromPROPVARIANT()
585 int index = FindPropIdExact(realName); in ParseParamsFromPROPVARIANT()
676 HRESULT COneMethodInfo::ParseMethodFromPROPVARIANT(const UString &realName, const PROPVARIANT &valu… in ParseMethodFromPROPVARIANT() argument
678 if (!realName.IsEmpty() && !StringsAreEqualNoCase_Ascii(realName, "m")) in ParseMethodFromPROPVARIANT()
679 return ParseParamsFromPROPVARIANT(realName, value); in ParseMethodFromPROPVARIANT()
DMethodProps.h325 HRESULT ParseParamsFromPROPVARIANT(const UString &realName, const PROPVARIANT &value);
341 HRESULT ParseMethodFromPROPVARIANT(const UString &realName, const PROPVARIANT &value);
/third_party/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp212 UString realName = name.Ptr(index); in SetProperty() local
230 return _methods[number].ParseMethodFromPROPVARIANT(realName, value); in SetProperty()
/third_party/icu/icu4c/source/test/cintltst/
Dcreststn.c375 const char *realName = NULL; in TestAliasConflict() local
397 realName = ures_getLocale(norway, &status); in TestAliasConflict()
398 log_verbose("ures_getLocale(\"%s\")=%s\n", norwayNames[i], realName); in TestAliasConflict()
399 if(realName == NULL || strcmp(norwayLocales[i], realName) != 0) { in TestAliasConflict()
400 …err("Wrong locale name for %s, expected %s, got %s\n", norwayNames[i], norwayLocales[i], realName); in TestAliasConflict()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_bld.cpp383 getAlgorithmicTypeFromName(const char *realName) in getAlgorithmicTypeFromName() argument
391 ucnv_io_stripForCompare(strippedName, realName); in getAlgorithmicTypeFromName()
/third_party/icu/icu4c/source/common/
Ducnv_bld.cpp383 getAlgorithmicTypeFromName(const char *realName) in getAlgorithmicTypeFromName() argument
391 ucnv_io_stripForCompare(strippedName, realName); in getAlgorithmicTypeFromName()
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.cpp383 getAlgorithmicTypeFromName(const char *realName) in getAlgorithmicTypeFromName() argument
391 ucnv_io_stripForCompare(strippedName, realName); in getAlgorithmicTypeFromName()
/third_party/typescript/src/services/
Dcompletions.ts650 const realName = unescapeLeadingUnderscores(name); constant
651 if (!uniqueNames.has(realName) && isIdentifierText(realName, target)) {
652 uniqueNames.add(realName);
654 name: realName,