Home
last modified time | relevance | path

Searched defs:string (Results 876 - 900 of 1179) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/ffmpeg/libavcodec/
H A Dmediacodec_wrapper.c1056 jstring string = NULL; in ff_AMediaFormat_setString() local
/third_party/glfw/src/
H A Dwin32_window.c2367 void _glfwSetClipboardStringWin32(const char* string) in _glfwSetClipboardStringWin32() argument
H A Dx11_window.c1008 char* string = NULL; in getSelectionString() local
3063 _glfwSetClipboardStringX11(const char* string) _glfwSetClipboardStringX11() argument
3319 glfwSetX11SelectionString(const char* string) glfwSetX11SelectionString() argument
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c163 u8tohex (char *string, const uint8_t *value, int len ) in u8tohex() argument
[all...]
/third_party/cJSON/
H A DcJSON.c200 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup() argument
2160 cJSON_GetObjectItem(const cJSON * const object, const char * const string) cJSON_GetObjectItem() argument
2165 cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string) cJSON_GetObjectItemCaseSensitive() argument
2250 cast_away_const(const void* string) cast_away_const() argument
2259 add_item_to_object(cJSON * const object, const char * const string, cJSON * const item, const internal_hooks * const hooks, const cJSON_bool constant_key) add_item_to_object() argument
2401 cJSON_AddStringToObject(cJSON * const object, const char * const name, const char * const string) cJSON_AddStringToObject() argument
2500 cJSON_DetachItemFromObject(cJSON *object, const char *string) cJSON_DetachItemFromObject() argument
2507 cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string) cJSON_DetachItemFromObjectCaseSensitive() argument
2514 cJSON_DeleteItemFromObject(cJSON *object, const char *string) cJSON_DeleteItemFromObject() argument
2519 cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string) cJSON_DeleteItemFromObjectCaseSensitive() argument
2618 replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) replace_item_in_object() argument
2766 cJSON_CreateString(const char *string) cJSON_CreateString() argument
2783 cJSON_CreateStringReference(const char *string) cJSON_CreateStringReference() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp1718 char *string; in parseIntVector() local
1869 char *string; parseInteger() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java2634 fieldPositionHelper( DecimalQuantity dq, FormattedStringBuilder string, FieldPosition fieldPosition, int offset) fieldPositionHelper() argument
[all...]
H A DUnicodeSet.java4657 compare(CharSequence string, int codePoint) compare() argument
4668 compare(int codePoint, CharSequence string) compare() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java2972 isEmptyString(String string) isEmptyString() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp478 UnicodeString string; in testSimpleFormat() local
517 UnicodeString string; testMsgFormatChoice() local
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h222 char string[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
232 struct snd_soc_tplg_vendor_string_elem string[0]; member
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp2005 UChar string[256]; in removeDecompositionsFromRepertoire() local
[all...]
H A Dcolprobe.cpp167 void stringToLower(char *string) { in stringToLower() argument
H A DcolprobeNew.cpp211 int UNIXgetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in UNIXgetSortKey() argument
240 int WingetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in WingetSortKey() argument
282 int ICUgetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in ICUgetSortKey() argument
299 void stringToLower(char *string) { in stringToLower() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java1216 private void check(UnicodeSet uset, String string, String desiredStatus) { in check() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java573 public static int getAppendFormatNumber(String string) { in getAppendFormatNumber() argument
1449 private final String string; field in DateTimePatternGenerator.VariableField
1460 VariableField(String string) VariableField() argument
1473 VariableField(String string, boolean strict) VariableField() argument
1598 set(String string) set() argument
1612 set(String string, boolean strict) set() argument
1854 quoteLiteral(String string) quoteLiteral() argument
[all...]
H A DDecimalFormat.java2405 fieldPositionHelper( DecimalQuantity dq, FormattedStringBuilder string, FieldPosition fieldPosition, int offset) fieldPositionHelper() argument
[all...]
H A DUnicodeSet.java4502 compare(CharSequence string, int codePoint) compare() argument
4513 compare(int codePoint, CharSequence string) compare() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java2438 isEmptyString(String string) isEmptyString() argument
[all...]
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c514 lws_sql_purify(char *escaped, const char *string, size_t len) in lws_sql_purify() argument
548 lws_json_purify(char *escaped, const char *string, int len, int *in_used) in lws_json_purify() argument
608 lws_json_purify_len(const char *string) in lws_json_purify_len() argument
655 lws_urlencode(char *escaped, const char *string, int len) in lws_urlencode() argument
685 lws_urldecode(char *string, const char *escaped, int len) lws_urldecode() argument
[all...]
/third_party/mbedtls/library/
H A Dx509_crt.c1890 const char *string; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp2907 const char *const string = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations() local
3081 const char *const string = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations() local
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c1174 tegra_emit_string_marker(struct pipe_context *pcontext, const char *string, in tegra_emit_string_marker() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c760 string(FILE *file, const char *string) in string() argument
[all...]
/third_party/node/src/
H A Dcares_wrap.cc1414 Local<String> string = args[1].As<String>(); in Query() local

Completed in 65 milliseconds

1...<<31323334353637383940>>...48