| /third_party/cJSON/tests/ |
| H A D | compare_tests.c | 27 static cJSON_bool compare_from_string(const char * const a, const char * const b, const cJSON_bool case_sensitive) in compare_from_string() argument
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| H A D | RBSearchPanel.java | 91 private void performSearch(String term, Bundle bundle, boolean case_sensitive) { in performSearch() argument
|
| /third_party/cJSON/ |
| H A D | cJSON_Utils.c | 83 static int compare_strings(const unsigned char *string1, const unsigned char *string2, const cJSON_bool case_sensitive) in compare_strings() argument 120 static cJSON_bool compare_pointers(const unsigned char *name, const unsigned char *pointer, const cJSON_bool case_sensitive) in compare_pointers() argument 301 static cJSON *get_item_from_pointer(cJSON * const object, const char * pointer, const cJSON_bool case_sensitive) in get_item_from_pointer() argument 430 static cJSON *detach_path(cJSON *object, const unsigned char *path, const cJSON_bool case_sensitive) in detach_path() argument 484 static cJSON *sort_list(cJSON *list, const cJSON_bool case_sensitive) in sort_list() argument 595 sort_object(cJSON * const object, const cJSON_bool case_sensitive) sort_object() argument 604 compare_json(cJSON *a, cJSON *b, const cJSON_bool case_sensitive) compare_json() argument 747 get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_sensitive) get_object_item() argument 759 decode_patch_operation(const cJSON * const patch, const cJSON_bool case_sensitive) decode_patch_operation() argument 824 apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) apply_patch() argument 1158 create_patches(cJSON * const patches, const unsigned char * const path, cJSON * const from, cJSON * const to, const cJSON_bool case_sensitive) create_patches() argument 1338 merge_patch(cJSON *target, const cJSON * const patch, const cJSON_bool case_sensitive) merge_patch() argument 1408 generate_merge_patch(cJSON * const from, cJSON * const to, const cJSON_bool case_sensitive) generate_merge_patch() argument [all...] |
| H A D | cJSON.c | 2128 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool case_sensitive) in get_object_item() argument 2618 static cJSON_bool replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) in replace_item_in_object() argument [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_string.cpp | 1442 Matches(const char *t, const char *s, bool case_sensitive) Matches() argument 1553 Contains(const char *s, bool case_sensitive, int32 *match_offset) const Contains() argument 1616 Replace(const char *old_string, const char *new_string, bool case_sensitive) Replace() argument 1707 TrimLeading(const char *s, bool case_sensitive) TrimLeading() argument [all...] |
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | dir.c | 1952 IGNORE_CASE_BOOL case_sensitive = IGNORE_CASE; in ntfs_delete() local
|
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 896 StrEqualityMatcher(StringType str, bool expect_eq, bool case_sensitive) in StrEqualityMatcher() argument
|
| /third_party/json/tests/thirdparty/doctest/ |
| H A D | doctest.h | 744 bool case_sensitive; // if filtering should be case sensitive member [all...] |