Changeset 194387 in webkit for trunk/Source/JavaScriptCore/runtime/IntlObject.h
- Timestamp:
- Dec 23, 2015, 2:48:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/IntlObject.h
r194253 r194387 65 65 HashMap<String, String> resolveLocale(const HashSet<String>& availableLocales, const Vector<String>& requestedLocales, const HashMap<String, String>& options, const char* const relevantExtensionKeys[], size_t relevantExtensionKeyCount, Vector<String> (*localeData)(const String&, size_t)); 66 66 JSValue supportedLocales(ExecState&, const HashSet<String>& availableLocales, const Vector<String>& requestedLocales, JSValue options); 67 String removeUnicodeLocaleExtension(const String&); 68 String bestAvailableLocale(const HashSet<String>&, const String&); 67 String removeUnicodeLocaleExtension(const String& locale); 68 String bestAvailableLocale(const HashSet<String>& availableLocales, const String& requestedLocale); 69 Vector<String> getNumberingSystemsForLocale(const String& locale); 69 70 70 71 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.