Lines Matching defs:const

68     FormatRangeSource GetSource(int32_t start, int32_t limit) const;
74 bool FieldContains(int32_t field, int32_t start, int32_t limit) const;
85 const std::vector<std::string>& locales, const char* path,
86 const char* validate_key);
88 static Maybe<std::string> ToLanguageTag(const icu::Locale& locale);
94 static std::string GetNumberingSystem(const icu::Locale& icu_locale);
97 Isolate* isolate, const char* method_name,
98 const std::set<std::string>& available_locales, Handle<Object> locales_in,
129 Handle<Object> locales, Handle<Object> options, const char* method_name);
139 Isolate* isolate, const icu::Collator& collator, Handle<String> s1,
147 Handle<Object> options, const char* method_name);
181 Isolate* isolate, const icu::UnicodeString& string);
185 Isolate* isolate, const icu::UnicodeString& string, int32_t begin,
190 Isolate* isolate, const icu::FormattedValue& formatted);
194 const NumberFormatSpan& part,
195 const icu::UnicodeString& text,
233 Isolate* isolate, Handle<JSReceiver> options, const char* method_name);
237 Isolate* isolate, Handle<JSReceiver> options, const char* method_name,
241 static bool IsValidCalendar(const icu::Locale& locale,
242 const std::string& value);
245 static bool IsValidCollation(const icu::Locale& locale,
246 const std::string& value);
249 static bool IsValidNumberingSystem(const std::string& value);
252 static bool IsWellFormedCalendar(const std::string& value);
255 static bool IsWellFormedCurrency(const std::string& value);
264 Isolate* isolate, const std::set<std::string>& available_locales,
265 const std::vector<std::string>& requested_locales, MatcherOption options,
266 const std::set<std::string>& relevant_extension_keys);
270 // const std::set<std::string>& JSXxx::GetAvailableLocales() {
277 static const char* key() { return nullptr; }
278 static const char* path() { return nullptr; }
291 const char* loc;
304 const std::set<std::string>& Get() const { return set_; }
325 static const uint8_t* ToLatin1LowerTable();
327 static const uint8_t* AsciiCollationWeightsL1();
328 static const uint8_t* AsciiCollationWeightsL3();
329 static const int kAsciiCollationWeightsLength;
333 static const std::set<std::string>& GetAvailableLocales();
335 static const std::set<std::string>& GetAvailableLocalesForDateFormat();
338 Isolate* isolate, const char* unicode_key,
340 const std::function<bool(const char*)>& removes, bool sort);
342 static bool RemoveCollation(const char* collation);
350 const icu::TimeZone& tz);
352 const std::string& id);
367 Isolate* isolate, Handle<Object> options, const char* service);