mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
Replace references to RFC 3066 with RFC 4646.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8219 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f445a1366c
commit
718a15c618
@ -516,7 +516,7 @@ ConSplitterSimplePointerComponentNameGetControllerName (
|
|||||||
retrieve the name of the bus controller. It will
|
retrieve the name of the bus controller. It will
|
||||||
not be NULL for a bus driver that wishes to
|
not be NULL for a bus driver that wishes to
|
||||||
retrieve the name of a child controller.
|
retrieve the name of a child controller.
|
||||||
@param Language A pointer to RFC3066 language identifier. This is
|
@param Language A pointer to RFC4646 language identifier. This is
|
||||||
the language of the controller name that that the
|
the language of the controller name that that the
|
||||||
caller is requesting, and it must match one of the
|
caller is requesting, and it must match one of the
|
||||||
languages specified in SupportedLanguages. The
|
languages specified in SupportedLanguages. The
|
||||||
|
@ -229,7 +229,7 @@ ArpServiceBindingDestroyChild (
|
|||||||
languages specified in SupportedLanguages. The
|
languages specified in SupportedLanguages. The
|
||||||
number of languages supported by a driver is up
|
number of languages supported by a driver is up
|
||||||
to the driver writer. Language is specified
|
to the driver writer. Language is specified
|
||||||
in RFC 3066 or ISO 639-2 language code format.
|
in RFC 4646 or ISO 639-2 language code format.
|
||||||
|
|
||||||
@param[out] DriverName A pointer to the Unicode string to return.
|
@param[out] DriverName A pointer to the Unicode string to return.
|
||||||
This Unicode string is the name of the
|
This Unicode string is the name of the
|
||||||
@ -294,7 +294,7 @@ ArpComponentNameGetDriverName (
|
|||||||
languages specified in SupportedLanguages. The
|
languages specified in SupportedLanguages. The
|
||||||
number of languages supported by a driver is up
|
number of languages supported by a driver is up
|
||||||
to the driver writer. Language is specified in
|
to the driver writer. Language is specified in
|
||||||
RFC 3066 or ISO 639-2 language code format.
|
RFC 4646 or ISO 639-2 language code format.
|
||||||
|
|
||||||
@param[out] ControllerName A pointer to the Unicode string to return.
|
@param[out] ControllerName A pointer to the Unicode string to return.
|
||||||
This Unicode string is the name of the
|
This Unicode string is the name of the
|
||||||
|
@ -41,7 +41,7 @@ extern EFI_COMPONENT_NAME_PROTOCOL gMnpComponentName;
|
|||||||
languages specified in SupportedLanguages. The
|
languages specified in SupportedLanguages. The
|
||||||
number of languages supported by a driver is up
|
number of languages supported by a driver is up
|
||||||
to the driver writer. Language is specified
|
to the driver writer. Language is specified
|
||||||
in RFC 3066 or ISO 639-2 language code format.
|
in RFC 4646 or ISO 639-2 language code format.
|
||||||
|
|
||||||
@param[out] DriverName A pointer to the Unicode string to return.
|
@param[out] DriverName A pointer to the Unicode string to return.
|
||||||
This Unicode string is the name of the
|
This Unicode string is the name of the
|
||||||
@ -107,7 +107,7 @@ MnpComponentNameGetDriverName (
|
|||||||
languages specified in SupportedLanguages. The
|
languages specified in SupportedLanguages. The
|
||||||
number of languages supported by a driver is up
|
number of languages supported by a driver is up
|
||||||
to the driver writer. Language is specified in
|
to the driver writer. Language is specified in
|
||||||
RFC 3066 or ISO 639-2 language code format.
|
RFC 4646 or ISO 639-2 language code format.
|
||||||
|
|
||||||
@param[out] ControllerName A pointer to the Unicode string to return.
|
@param[out] ControllerName A pointer to the Unicode string to return.
|
||||||
This Unicode string is the name of the
|
This Unicode string is the name of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user