Searched defs:lowercase (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/js-native-api/test_number/ |
D | test_null.c | 8 #define BINDING_FOR_CREATE(initial_capital, lowercase) \ argument 25 #define BINDING_FOR_GET_VALUE(initial_capital, lowercase) \ argument
|
/third_party/curl/src/ |
D | tool_writeout_json.c | 42 struct curlx_dynbuf *out, bool lowercase) in jsonquoted() 89 void jsonWriteString(FILE *stream, const char *in, bool lowercase) in jsonWriteString()
|
/third_party/icu/icu4c/source/samples/case/ |
D | case.cpp | 53 UChar lowercase[] = {0x69, 0x73, 0x74, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0}; in main() local
|
/third_party/skia/third_party/externals/icu/source/samples/case/ |
D | case.cpp | 53 UChar lowercase[] = {0x69, 0x73, 0x74, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0}; in main() local
|
/third_party/rust/crates/heck/src/ |
D | lib.rs | 178 fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { in lowercase() function
|
/third_party/protobuf/ruby/tests/ |
D | generated_code.proto | 73 message lowercase{} message
|
/third_party/ffmpeg/libavformat/ |
D | utils.c | 4932 char *ff_data_to_hex(char *buff, const uint8_t *src, int s, int lowercase)
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 3242 #define LOAD_SHADER_BALLOT(lowercase, camelcase) \ in emit_intrinsic() argument
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 17022 lowercase: function () { return 'null'; }, method 17049 lowercase: function (object) { return object ? 'true' : 'false'; }, method
|