Home
last modified time | relevance | path

Searched refs:asciiBCP47Tag (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dwinnmfmt.cpp147 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in GetEquivalentWindowsLocaleName() local
150 …(void) uloc_toLanguageTag(locale.getName(), asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &s… in GetEquivalentWindowsLocaleName()
160 if (asciiBCP47Tag[i] == '\0') in GetEquivalentWindowsLocaleName()
167 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in GetEquivalentWindowsLocaleName()
Dwindtfmt.cpp102 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in GetEquivalentWindowsLocaleName() local
105 …(void)uloc_toLanguageTag(locale.getName(), asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &st… in GetEquivalentWindowsLocaleName()
115 if (asciiBCP47Tag[i] == '\0') in GetEquivalentWindowsLocaleName()
122 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in GetEquivalentWindowsLocaleName()
/third_party/skia/third_party/externals/icu/source/i18n/
Dwinnmfmt.cpp147 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in GetEquivalentWindowsLocaleName() local
150 …(void) uloc_toLanguageTag(locale.getName(), asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &s… in GetEquivalentWindowsLocaleName()
160 if (asciiBCP47Tag[i] == '\0') in GetEquivalentWindowsLocaleName()
167 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in GetEquivalentWindowsLocaleName()
Dwindtfmt.cpp102 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in GetEquivalentWindowsLocaleName() local
105 …(void)uloc_toLanguageTag(locale.getName(), asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &st… in GetEquivalentWindowsLocaleName()
115 if (asciiBCP47Tag[i] == '\0') in GetEquivalentWindowsLocaleName()
122 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in GetEquivalentWindowsLocaleName()
/third_party/icu/icu4c/source/i18n/
Dwinnmfmt.cpp148 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in GetEquivalentWindowsLocaleName() local
151 …(void) uloc_toLanguageTag(locale.getName(), asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &s… in GetEquivalentWindowsLocaleName()
161 if (asciiBCP47Tag[i] == '\0') in GetEquivalentWindowsLocaleName()
168 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in GetEquivalentWindowsLocaleName()
Dwindtfmt.cpp103 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in GetEquivalentWindowsLocaleName() local
106 …(void)uloc_toLanguageTag(locale.getName(), asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &st… in GetEquivalentWindowsLocaleName()
116 if (asciiBCP47Tag[i] == '\0') in GetEquivalentWindowsLocaleName()
123 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in GetEquivalentWindowsLocaleName()
/third_party/node/deps/icu-small/source/i18n/
Dwinnmfmt.cpp147 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in GetEquivalentWindowsLocaleName() local
150 …(void) uloc_toLanguageTag(locale.getName(), asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &s… in GetEquivalentWindowsLocaleName()
160 if (asciiBCP47Tag[i] == '\0') in GetEquivalentWindowsLocaleName()
167 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in GetEquivalentWindowsLocaleName()
Dwindtfmt.cpp102 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in GetEquivalentWindowsLocaleName() local
105 …(void)uloc_toLanguageTag(locale.getName(), asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &st… in GetEquivalentWindowsLocaleName()
115 if (asciiBCP47Tag[i] == '\0') in GetEquivalentWindowsLocaleName()
122 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in GetEquivalentWindowsLocaleName()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocmap.cpp1209 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in uprv_convertToLCIDPlatform() local
1211 …(void)uloc_toLanguageTag(mylocaleID, asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, &myStatus… in uprv_convertToLCIDPlatform()
1220 if (asciiBCP47Tag[i] == '\0') in uprv_convertToLCIDPlatform()
1227 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in uprv_convertToLCIDPlatform()
/third_party/skia/third_party/externals/icu/source/common/
Dlocmap.cpp1202 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in uprv_convertToLCIDPlatform() local
1204 … (void)uloc_toLanguageTag(mylocaleID, asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, status); in uprv_convertToLCIDPlatform()
1213 if (asciiBCP47Tag[i] == '\0') in uprv_convertToLCIDPlatform()
1220 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in uprv_convertToLCIDPlatform()
/third_party/icu/icu4c/source/common/
Dlocmap.cpp1202 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in uprv_convertToLCIDPlatform() local
1204 … (void)uloc_toLanguageTag(mylocaleID, asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, status); in uprv_convertToLCIDPlatform()
1213 if (asciiBCP47Tag[i] == '\0') in uprv_convertToLCIDPlatform()
1220 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in uprv_convertToLCIDPlatform()
/third_party/node/deps/icu-small/source/common/
Dlocmap.cpp1202 char asciiBCP47Tag[LOCALE_NAME_MAX_LENGTH] = {}; in uprv_convertToLCIDPlatform() local
1204 … (void)uloc_toLanguageTag(mylocaleID, asciiBCP47Tag, UPRV_LENGTHOF(asciiBCP47Tag), FALSE, status); in uprv_convertToLCIDPlatform()
1213 if (asciiBCP47Tag[i] == '\0') in uprv_convertToLCIDPlatform()
1220 bcp47Tag[i] = static_cast<wchar_t>(asciiBCP47Tag[i]); in uprv_convertToLCIDPlatform()