| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI47_0_0TextAttributes.cpp | 53 textTransform = textAttributes.textTransform.has_value() in apply() 54 ? textAttributes.textTransform in apply() 55 : textTransform; in apply() 122 textTransform) == in operator ==() 141 rhs.textTransform) && in operator ==()
|
| H A D | ABI47_0_0TextAttributes.h | 54 std::optional<TextTransform> textTransform{}; 120 textAttributes.textTransform,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI48_0_0TextAttributes.cpp | 55 textTransform = textAttributes.textTransform.has_value() in apply() 56 ? textAttributes.textTransform in apply() 57 : textTransform; in apply() 129 textTransform) == in operator ==() 150 rhs.textTransform) && in operator ==()
|
| H A D | ABI48_0_0TextAttributes.h | 55 std::optional<TextTransform> textTransform{}; 122 textAttributes.textTransform,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI49_0_0TextAttributes.cpp | 55 textTransform = textAttributes.textTransform.has_value() in apply() 56 ? textAttributes.textTransform in apply() 57 : textTransform; in apply() 129 textTransform) == in operator ==() 150 rhs.textTransform) && in operator ==()
|
| H A D | ABI49_0_0TextAttributes.h | 56 std::optional<TextTransform> textTransform{}; 123 textAttributes.textTransform,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI48_0_0BaseTextProps.cpp | 88 textAttributes.textTransform = convertRawProp( in convertRawProp() 92 sourceTextAttributes.textTransform, in convertRawProp() 93 defaultTextAttributes.textTransform); in convertRawProp() 247 defaults, value, textAttributes, textTransform, "textTransform"); in setProp()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI49_0_0BaseTextProps.cpp | 88 textAttributes.textTransform = convertRawProp( in convertRawProp() 92 sourceTextAttributes.textTransform, in convertRawProp() 93 defaultTextAttributes.textTransform); in convertRawProp() 247 defaults, value, textAttributes, textTransform, "textTransform"); in setProp()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI47_0_0BaseTextProps.cpp | 100 textAttributes.textTransform = convertRawProp( in convertRawProp() 104 sourceTextAttributes.textTransform, in convertRawProp() 105 defaultTextAttributes.textTransform); in convertRawProp() 253 defaults, value, textAttributes, textTransform, "textTransform"); in setProp()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/BaseText/ |
| H A D | ABI49_0_0RCTBaseTextViewManager.m | 57 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(textTransform, textAttributes.textTransform, ABI49_0_0RCTTextTra…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/ |
| H A D | ABI47_0_0RCTBaseTextViewManager.m | 55 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(textTransform, textAttributes.textTransform, ABI47_0_0RCTTextTra…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/ |
| H A D | ABI48_0_0RCTBaseTextViewManager.m | 57 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(textTransform, textAttributes.textTransform, ABI48_0_0RCTTextTra…
|
| /expo/packages/html-elements/build/primitives/ |
| H A D | Text.d.ts | 19 textTransform?: string; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/ |
| H A D | ABI48_0_0RCTAttributedTextUtils.h | 38 …ingTextTransform(NSString *string, ABI48_0_0facebook::ABI48_0_0React::TextTransform textTransform);
|
| H A D | ABI48_0_0RCTAttributedTextUtils.mm | 457 if (fragment.textAttributes.textTransform.has_value()) { 458 auto textTransform = fragment.textAttributes.textTransform.value(); 459 string = ABI48_0_0RCTNSStringFromStringApplyingTextTransform(string, textTransform); 518 …*ABI48_0_0RCTNSStringFromStringApplyingTextTransform(NSString *string, TextTransform textTransform) 520 switch (textTransform) {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/ |
| H A D | ABI47_0_0RCTAttributedTextUtils.h | 38 …ingTextTransform(NSString *string, ABI47_0_0facebook::ABI47_0_0React::TextTransform textTransform);
|
| H A D | ABI47_0_0RCTAttributedTextUtils.mm | 337 if (fragment.textAttributes.textTransform.has_value()) { 338 auto textTransform = fragment.textAttributes.textTransform.value(); 339 string = ABI47_0_0RCTNSStringFromStringApplyingTextTransform(string, textTransform); 398 …*ABI47_0_0RCTNSStringFromStringApplyingTextTransform(NSString *string, TextTransform textTransform) 400 switch (textTransform) {
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/ |
| H A D | ABI49_0_0RCTAttributedTextUtils.h | 38 …ingTextTransform(NSString *string, ABI49_0_0facebook::ABI49_0_0React::TextTransform textTransform);
|
| H A D | ABI49_0_0RCTAttributedTextUtils.mm | 457 if (fragment.textAttributes.textTransform.has_value()) { 458 auto textTransform = fragment.textAttributes.textTransform.value(); 459 string = ABI49_0_0RCTNSStringFromStringApplyingTextTransform(string, textTransform); 518 …*ABI49_0_0RCTNSStringFromStringApplyingTextTransform(NSString *string, TextTransform textTransform) 520 switch (textTransform) {
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/ |
| H A D | ABI49_0_0AndroidTextInputProps.cpp | 180 …textTransform(CoreFeatures::enablePropIteratorSetter? sourceProps.textTransform : convertRawProp(c… 182 sourceProps.textTransform, 361 RAW_SET_PROP_SWITCH_CASE_BASIC(textTransform); in setProp() 461 props["textTransform"] = textTransform; in getDynamic()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/ |
| H A D | ABI48_0_0AndroidTextInputProps.cpp | 182 …textTransform(CoreFeatures::enablePropIteratorSetter? sourceProps.textTransform : convertRawProp(c… 184 sourceProps.textTransform, 363 RAW_SET_PROP_SWITCH_CASE_BASIC(textTransform, {}); in setProp() 459 props["textTransform"] = textTransform; in getDynamic()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/ |
| H A D | ABI47_0_0AndroidTextInputProps.cpp | 182 textTransform(convertRawProp(context, rawProps, 184 sourceProps.textTransform, 310 props["textTransform"] = textTransform; in getDynamic()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/ |
| H A D | ABI47_0_0RCTTextAttributes.h | 56 @property (nonatomic, assign) ABI47_0_0RCTTextTransform textTransform;
|
| /expo/packages/html-elements/src/primitives/ |
| H A D | Text.tsx | 30 textTransform?: string;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/ |
| H A D | ABI49_0_0RCTTextAttributes.h | 59 @property (nonatomic, assign) ABI49_0_0RCTTextTransform textTransform;
|