Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/glib/glib/
Dglibintl.h17 #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 …]
Dgi18n-lib.h30 #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
Dgi18n.h26 #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/
Dgst-i18n-lib.h36 #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
Dgst-i18n-app.h32 #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/
Dgst-i18n-plugin.h34 #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/
Dgst-i18n-app.h32 #define _(String) gettext (String) argument
33 #define N_(String) gettext_noop (String) argument
38 #define _(String) String argument
39 #define N_(String) String argument
Dgst-i18n-plugin.h33 #define _(String) dgettext (GETTEXT_PACKAGE, String) argument
34 #define N_(String) gettext_noop (String) argument
/third_party/gstreamer/gstplugins_good/gst-libs/gst/
Dgst-i18n-plugin.h36 #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/
Di18n.h35 #define _(String) dgettext(GETTEXT_PACKAGE, String) argument
37 #define N_(String) gettext_noop(String) argument
/third_party/flutter/skia/src/sksl/
DSkSLString.h58 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/
DResource.designer.cs92 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/
DMotionEventCodec.java75 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/
DCompactNotation.java50 … 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/
Dinteractive.go45 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/
DCombineGeoData.java105 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/
Dexample.pas37 procedure CHECK_ERR(err: Integer; msg: String);
46 procedure EXIT_ERR(const msg: String);
/third_party/zlib/contrib/pascal/
Dexample.pas37 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/
Dexample.pas37 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/
DSourceTargetUtility.java28 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/
Dstring_path.hpp248 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/
D15.05.03.01-001.js15 String.prototype = 1; class
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundleImpl.java36 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/
Dhex_test3.cpp26 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/
Dregression-test-issue-1073.js15 try { String.prototype(new (RegExp)()) } catch($){} class

1234567