Lines Matching defs:substring
283 // 2. If the substring "-per-" does not occur exactly once in unitIdentifier,
290 // 3. Let numerator be the substring of unitIdentifier from the beginning to just before "-per-".
300 // 5. Let denominator be the substring of unitIdentifier from just after "-per-" to the end.
864 JSHandle<EcmaString> substring =
867 JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring));
872 substring = intl::LocaleHelper::UStringToString(thread, formattedText, start, limit);
873 JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring));
882 JSHandle<EcmaString> substring =
884 JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring));
898 JSHandle<EcmaString> substring = intl::LocaleHelper::UStringToString(thread, formattedText, start, limit);
899 JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring));
908 JSHandle<EcmaString> substring =
910 JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring));