Home
last modified time | relevance | path

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

/third_party/flutter/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/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/protobuf/ruby/tests/
Dgenerated_code.proto73 message lowercase{} message
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
Dquery.hpp86 lowercase = 256, enumerator
/third_party/boost/boost/spirit/home/support/
Dchar_class.hpp151 struct lowercase { BOOST_SPIRIT_IS_TAG() }; struct
/third_party/gettext/gettext-tools/src/
Dx-perl.c932 bool lowercase; in extract_quotelike_pass3() local
/third_party/ffmpeg/libavformat/
Dutils.c4930 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.c2995 #define LOAD_SHADER_BALLOT(lowercase, camelcase) \ in emit_intrinsic() argument
/third_party/node/tools/
Dlint-md.mjs9065 lowercase: function () { return 'null'; }, method
9098 lowercase: function (object) { return object ? 'true' : 'false'; }, method