Home
last modified time | relevance | path

Searched defs:lowercase (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/js-native-api/test_number/
Dtest_null.c8 #define BINDING_FOR_CREATE(initial_capital, lowercase) \ argument
25 #define BINDING_FOR_GET_VALUE(initial_capital, lowercase) \ argument
/third_party/curl/src/
Dtool_writeout_json.c42 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/
Dcase.cpp53 UChar lowercase[] = {0x69, 0x73, 0x74, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0}; in main() local
/third_party/skia/third_party/externals/icu/source/samples/case/
Dcase.cpp53 UChar lowercase[] = {0x69, 0x73, 0x74, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0}; in main() local
/third_party/rust/crates/heck/src/
Dlib.rs178 fn lowercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result { in lowercase() function
/third_party/protobuf/ruby/tests/
Dgenerated_code.proto73 message lowercase{} message
/third_party/ffmpeg/libavformat/
Dutils.c4932 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/
Dnir_to_spirv.c3242 #define LOAD_SHADER_BALLOT(lowercase, camelcase) \ in emit_intrinsic() argument
/third_party/node/tools/lint-md/
Dlint-md.mjs17022 lowercase: function () { return 'null'; }, method
17049 lowercase: function (object) { return object ? 'true' : 'false'; }, method