Home
last modified time | relevance | path

Searched refs:textTransform (Results 1 – 25 of 40) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI47_0_0TextAttributes.cpp53 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 DABI47_0_0TextAttributes.h54 std::optional<TextTransform> textTransform{};
120 textAttributes.textTransform,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0TextAttributes.cpp55 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 DABI48_0_0TextAttributes.h55 std::optional<TextTransform> textTransform{};
122 textAttributes.textTransform,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0TextAttributes.cpp55 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 DABI49_0_0TextAttributes.h56 std::optional<TextTransform> textTransform{};
123 textAttributes.textTransform,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0BaseTextProps.cpp88 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 DABI49_0_0BaseTextProps.cpp88 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 DABI47_0_0BaseTextProps.cpp100 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 DABI49_0_0RCTBaseTextViewManager.m57 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 DABI47_0_0RCTBaseTextViewManager.m55 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 DABI48_0_0RCTBaseTextViewManager.m57 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(textTransform, textAttributes.textTransform, ABI48_0_0RCTTextTra…
/expo/packages/html-elements/build/primitives/
H A DText.d.ts19 textTransform?: string; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI48_0_0RCTAttributedTextUtils.h38 …ingTextTransform(NSString *string, ABI48_0_0facebook::ABI48_0_0React::TextTransform textTransform);
H A DABI48_0_0RCTAttributedTextUtils.mm457 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 DABI47_0_0RCTAttributedTextUtils.h38 …ingTextTransform(NSString *string, ABI47_0_0facebook::ABI47_0_0React::TextTransform textTransform);
H A DABI47_0_0RCTAttributedTextUtils.mm337 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 DABI49_0_0RCTAttributedTextUtils.h38 …ingTextTransform(NSString *string, ABI49_0_0facebook::ABI49_0_0React::TextTransform textTransform);
H A DABI49_0_0RCTAttributedTextUtils.mm457 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 DABI49_0_0AndroidTextInputProps.cpp180textTransform(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 DABI48_0_0AndroidTextInputProps.cpp182textTransform(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 DABI47_0_0AndroidTextInputProps.cpp182 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 DABI47_0_0RCTTextAttributes.h56 @property (nonatomic, assign) ABI47_0_0RCTTextTransform textTransform;
/expo/packages/html-elements/src/primitives/
H A DText.tsx30 textTransform?: string;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DABI49_0_0RCTTextAttributes.h59 @property (nonatomic, assign) ABI49_0_0RCTTextTransform textTransform;

12