Home
last modified time | relevance | path

Searched defs:countryCode (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-speech/android/src/main/java/expo/modules/speech/
H A DLanguageUtils.kt29 val countryCode = transformCountryISO(country) in <lambda>() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/speech/
H A DLanguageUtils.kt29 val countryCode = transformCountryISO(country) in <lambda>() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/speech/
H A DLanguageUtils.kt29 val countryCode = transformCountryISO(country) in <lambda>() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/speech/
H A DLanguageUtils.kt29 val countryCode = transformCountryISO(country) in <lambda>() constant
/expo/packages/expo-localization/android/src/main/java/expo/modules/localization/
H A DLocalizationUtils.kt47 val countryCode = getRegionCode(locale) ?: return null in getTemperatureUnit() constant
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DCardFieldManager.m7 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(countryCode, NSString) category
H A DApplePayUtils.swift123 guard let countryCode = merchantCountryCode else { variable
H A DCardFieldView.swift21 @objc var countryCode: String? { variable
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DCardFieldManager.m7 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(countryCode, NSString) category
H A DApplePayUtils.swift38 …guard let countryCode = ((params.object(forKey: "merchantCountryCode") != nil) ? params["merchantC… variable
303 guard let countryCode = merchantCountryCode else { variable
H A DCardFieldView.swift21 @objc var countryCode: String? { variable
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DCardFieldManager.m7 RCT_EXPORT_VIEW_PROPERTY(countryCode, NSString) category
H A DApplePayUtils.swift34 …guard let countryCode = ((params.object(forKey: "merchantCountryCode") != nil) ? params["merchantC… variable
370 guard let countryCode = merchantCountryCode else { variable
H A DCardFieldView.swift27 @objc var countryCode: String? { variable
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DCardFieldManager.m7 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(countryCode, NSString) category
H A DApplePayUtils.swift34 …guard let countryCode = ((params.object(forKey: "merchantCountryCode") != nil) ? params["merchantC… variable
370 guard let countryCode = merchantCountryCode else { variable
H A DCardFieldView.swift27 @objc var countryCode: String? { variable
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayRequestHelper.kt80 val countryCode = params.getString("merchantCountryCode").orEmpty() in <lambda>() constant
H A DGooglePayFragment.kt41 val countryCode = arguments?.getString("countryCode").orEmpty() in onViewCreated() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayRequestHelper.kt80 val countryCode = params.getString("merchantCountryCode").orEmpty() in <lambda>() constant
H A DGooglePayFragment.kt41 val countryCode = arguments?.getString("countryCode").orEmpty() in onViewCreated() constant
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayRequestHelper.kt80 val countryCode = params.getString("merchantCountryCode").orEmpty() in <lambda>() constant
H A DGooglePayFragment.kt41 val countryCode = arguments?.getString("countryCode").orEmpty() in onViewCreated() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt41 val countryCode = arguments?.getString("countryCode").orEmpty() in onViewCreated() constant
H A DPaymentSheetFragment.kt207 val countryCode = params.getString("merchantCountryCode").orEmpty() in <lambda>() constant

12