| /third_party/glib/glib/ |
| D | glibintl.h | 17 #define _(String) glib_gettext(String) argument 19 #define P_(String) glib_gettext(String) argument 20 #define C_(Context,String) glib_pgettext (Context "\004" String, strlen (Context) + 1) argument 23 #define N_(String) gettext_noop(String) argument 25 #define N_(String) (String) argument 28 #define _(String) (String) argument 29 #define N_(String) (String) argument 30 #define P_(String) (String) argument 31 #define C_(Context,String) (String) argument 32 #define textdomain(String) ((String) ? (String) : "messages") argument [all …]
|
| D | gi18n-lib.h | 30 #define _(String) ((char *) g_dgettext (GETTEXT_PACKAGE, String)) argument 31 #define Q_(String) g_dpgettext (GETTEXT_PACKAGE, String, 0) argument 32 #define N_(String) (String) argument 33 #define C_(Context,String) g_dpgettext (GETTEXT_PACKAGE, Context "\004" String, strlen (Context) + … argument 34 #define NC_(Context, String) (String) argument
|
| D | gi18n.h | 26 #define _(String) gettext (String) argument 27 #define Q_(String) g_dpgettext (NULL, String, 0) argument 28 #define N_(String) (String) argument 29 #define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1) argument 30 #define NC_(Context, String) (String) argument
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gst-i18n-lib.h | 36 #define _(String) dgettext (GETTEXT_PACKAGE, String) argument 37 #define N_(String) gettext_noop (String) argument 41 #define _(String) String argument 42 #define N_(String) String argument
|
| D | gst-i18n-app.h | 32 #define _(String) gettext (String) argument 33 #define N_(String) gettext_noop (String) argument 38 #define _(String) String argument 39 #define N_(String) String argument
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/ |
| D | gst-i18n-plugin.h | 34 #define _(String) dgettext (GETTEXT_PACKAGE, String) argument 35 #define N_(String) gettext_noop (String) argument 39 #define _(String) String argument 40 #define N_(String) String argument
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/ |
| D | gst-i18n-app.h | 32 #define _(String) gettext (String) argument 33 #define N_(String) gettext_noop (String) argument 38 #define _(String) String argument 39 #define N_(String) String argument
|
| D | gst-i18n-plugin.h | 33 #define _(String) dgettext (GETTEXT_PACKAGE, String) argument 34 #define N_(String) gettext_noop (String) argument
|
| /third_party/gstreamer/gstplugins_good/gst-libs/gst/ |
| D | gst-i18n-plugin.h | 36 #define _(String) dgettext (GETTEXT_PACKAGE, String) argument 37 #define N_(String) gettext_noop (String) argument 41 #define _(String) String argument 42 #define N_(String) String argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | i18n.h | 35 #define _(String) dgettext(GETTEXT_PACKAGE, String) argument 37 #define N_(String) gettext_noop(String) argument
|
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLString.h | 58 String(const char* s) in String() function 61 String(const char* s, size_t size) in String() function 64 String(StringFragment s) in String() function
|
| /third_party/grpc/examples/csharp/HelloworldXamarin/Droid/Resources/ |
| D | Resource.designer.cs | 92 public partial class String class in HelloworldXamarin.Droid.Resource 101 static String() in String() method in HelloworldXamarin.Droid.Resource.String 106 private String() in String() method in HelloworldXamarin.Droid.Resource.String
|
| /third_party/flutter/flutter/dev/integration_tests/android_views/android/app/src/main/java/io/flutter/integration/androidviews/ |
| D | MotionEventCodec.java | 75 public static MotionEvent decode(HashMap<String, Object> data) { in decode() 105 private static PointerProperties decodePointerProperties(HashMap<String, Object> data) { in decodePointerProperties() 112 private static PointerCoords decodePointerCoords(HashMap<String, Object> data) { in decodePointerCoords()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| D | CompactNotation.java | 50 … public static CompactNotation forCustomData(Map<String, Map<String, String>> compactCustomData) { in forCustomData() 59 /* package-private */ CompactNotation(Map<String, Map<String, String>> compactCustomData) { in CompactNotation()
|
| /third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | interactive.go | 45 String() (string, error) methodSpec 60 func (set ServerObjectSet) String() (string, error) { func 164 func (obj ServerObject) String() (string, error) { func 264 func (search Search) String() (string, error) { func 291 func (algos Algorithms) String() (string, error) { func 323 func (s stringLiteral) String() (string, error) { func 363 func (r results) String() (string, error) { func
|
| /third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/ |
| D | CombineGeoData.java | 105 static String[] createSortedPrefixArray(SortedMap<String, String> phonePrefixMap) { in createSortedPrefixArray() 120 static int findRangeEnd(String[] prefixes, Map<String, String> phonePrefixMap, int start) { in findRangeEnd() 145 static List<Range> createRanges(String[] prefixes, Map<String, String> phonePrefixMap) { in createRanges() 212 static SortedMap<String, String> combine(SortedMap<String, String> phonePrefixMap) { in combine() 250 static SortedMap<String, String> combineMultipleTimes(SortedMap<String, String> phonePrefixMap) { in combineMultipleTimes()
|
| /third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/pascal/ |
| D | example.pas | 37 procedure CHECK_ERR(err: Integer; msg: String); 46 procedure EXIT_ERR(const msg: String);
|
| /third_party/zlib/contrib/pascal/ |
| D | example.pas | 37 procedure CHECK_ERR(err: Integer; msg: String); 46 procedure EXIT_ERR(const msg: String);
|
| /third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/ |
| D | example.pas | 37 procedure CHECK_ERR(err: Integer; msg: String); 46 procedure EXIT_ERR(const msg: String);
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | SourceTargetUtility.java | 28 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility() 32 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility()
|
| /third_party/boost/boost/property_tree/ |
| D | string_path.hpp | 248 string_path<String, Translator> operator /( in operator /() 250 const string_path<String, Translator> &p2) in operator /() 258 string_path<String, Translator> operator /( in operator /() 269 const string_path<String, Translator> &p2) in operator /()
|
| /third_party/jerryscript/tests/jerry-test-suite/15/15.05/15.05.03/15.05.03.01/ |
| D | 15.05.03.01-001.js | 15 String.prototype = 1; class
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ICUResourceBundleImpl.java | 36 HashMap<String, String> aliasesVisited, in createBundleObject() 159 …protected UResourceBundle createBundleObject(int index, String resKey, HashMap<String, String> ali… in createBundleObject() 199 protected UResourceBundle handleGet(String indexStr, HashMap<String, String> aliasesVisited, in handleGet() 205 protected UResourceBundle handleGet(int index, HashMap<String, String> aliasesVisited, in handleGet() 233 protected UResourceBundle handleGet(String resKey, HashMap<String, String> aliasesVisited, in handleGet() 242 protected UResourceBundle handleGet(int index, HashMap<String, String> aliasesVisited, in handleGet()
|
| /third_party/boost/libs/algorithm/test/ |
| D | hex_test3.cpp | 26 typedef std::basic_string<char_type> String; in test_to_hex() typedef 54 typedef std::basic_string<char_type> String; in test_from_hex_success() typedef
|
| /third_party/jerryscript/tests/jerry/ |
| D | regression-test-issue-1073.js | 15 try { String.prototype(new (RegExp)()) } catch($){} class
|