| /third_party/ffmpeg/libavcodec/ |
| H A D | mediacodec_wrapper.c | 1056 jstring string = NULL; in ff_AMediaFormat_setString() local
|
| /third_party/glfw/src/ |
| H A D | win32_window.c | 2367 void _glfwSetClipboardStringWin32(const char* string) in _glfwSetClipboardStringWin32() argument
|
| H A D | x11_window.c | 1008 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 D | pixma_bjnp.c | 163 u8tohex (char *string, const uint8_t *value, int len ) in u8tohex() argument [all...] |
| /third_party/cJSON/ |
| H A D | cJSON.c | 200 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 D | parse.cpp | 1718 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 D | DecimalFormat.java | 2634 fieldPositionHelper( DecimalQuantity dq, FormattedStringBuilder string, FieldPosition fieldPosition, int offset) fieldPositionHelper() argument [all...] |
| H A D | UnicodeSet.java | 4657 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 D | ULocale.java | 2972 isEmptyString(String string) isEmptyString() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tmsgfmt.cpp | 478 UnicodeString string; in testSimpleFormat() local 517 UnicodeString string; testMsgFormatChoice() local [all...] |
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asoc.h | 222 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 D | sortedlines.cpp | 2005 UChar string[256]; in removeDecompositionsFromRepertoire() local [all...] |
| H A D | colprobe.cpp | 167 void stringToLower(char *string) { in stringToLower() argument
|
| H A D | colprobeNew.cpp | 211 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 D | UnicodeSetTest.java | 1216 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 D | DateTimePatternGenerator.java | 573 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 D | DecimalFormat.java | 2405 fieldPositionHelper( DecimalQuantity dq, FormattedStringBuilder string, FieldPosition fieldPosition, int offset) fieldPositionHelper() argument [all...] |
| H A D | UnicodeSet.java | 4502 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 D | ULocale.java | 2438 isEmptyString(String string) isEmptyString() argument [all...] |
| /third_party/libwebsockets/lib/core/ |
| H A D | libwebsockets.c | 514 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 D | x509_crt.c | 1890 const char *string; member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | linker.cpp | 2907 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 D | tegra_context.c | 1174 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 D | brw_disasm.c | 760 string(FILE *file, const char *string) in string() argument [all...] |
| /third_party/node/src/ |
| H A D | cares_wrap.cc | 1414 Local<String> string = args[1].As<String>(); in Query() local
|