|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <CoreFoundation/CoreFoundation.h>Go to the source code of this file.
Classes | |
| struct | WebLocalizableStringsBundle |
Macros | |
| #define | UI_STRING(string, comment) WebLocalizedStringUTF8(0, string) |
| #define | UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(0, key) |
| #define | LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(0, string) |
| #define | LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(0, key) |
| #define LPCTSTR_UI_STRING | ( | string, | |
| comment | |||
| ) | WebLocalizedLPCTSTRUTF8(0, string) |
| #define LPCTSTR_UI_STRING_KEY | ( | string, | |
| key, | |||
| comment | |||
| ) | WebLocalizedLPCTSTRUTF8(0, key) |
| #define UI_STRING | ( | string, | |
| comment | |||
| ) | WebLocalizedStringUTF8(0, string) |
| #define UI_STRING_KEY | ( | string, | |
| key, | |||
| comment | |||
| ) | WebLocalizedStringUTF8(0, key) |
| void SetWebLocalizedStringMainBundle | ( | CFBundleRef | bundle | ) |
| LPCTSTR WebLocalizedLPCTSTR | ( | WebLocalizableStringsBundle * | bundle, |
| LPCTSTR | key | ||
| ) |
| LPCTSTR WebLocalizedLPCTSTRUTF8 | ( | WebLocalizableStringsBundle * | , |
| LPCSTR | key | ||
| ) |
| CFStringRef WebLocalizedString | ( | WebLocalizableStringsBundle * | bundle, |
| LPCTSTR | key | ||
| ) |
| CFStringRef WebLocalizedStringUTF8 | ( | WebLocalizableStringsBundle * | , |
| LPCSTR | key | ||
| ) |
1.8.13