Home
last modified time | relevance | path

Searched refs:to_upper (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/utils/
DSkParsePath.cpp30 static inline int to_upper(int c) { in to_upper() function
104 op = (char) to_upper(op); in FromSVGString()
/external/skia/src/utils/
DSkParsePath.cpp30 static inline int to_upper(int c) { in to_upper() function
104 op = (char) to_upper(op); in FromSVGString()
/external/libfuse/
Dmeson.build41 cfg.set('HAVE_' + func.to_upper(),
/external/mesa3d/src/egl/
Dmeson.build163 '-D_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_@0@'.format(egl_native_platform.to_upper()),
/external/v8/src/objects/
Dintl-objects.cc970 bool to_upper, in StringLocaleConvertCase() argument
994 if (to_upper) { in StringLocaleConvertCase()
1005 return LocaleConvertCase(isolate, s, to_upper, requested_locale.c_str()); in StringLocaleConvertCase()
1007 if (to_upper) { in StringLocaleConvertCase()
/external/mesa3d/src/compiler/nir/
Dmeson.build290 _libnir_args += '-DHAVE_STATIC_LIBCLC_@0@'.format(s.to_upper())
/external/libdrm/
Dmeson.build183 config.set('HAVE_' + header.underscorify().to_upper(),
/external/mesa3d/
Dmeson.build925 pre_args += '-DHAVE___BUILTIN_@0@'.format(b.to_upper())
935 pre_args += '-DHAVE_FUNC_ATTRIBUTE_@0@'.format(a.to_upper())
1227 pre_args += '-DHAVE_@0@'.format(h.to_upper().underscorify())
1233 pre_args += '-DHAVE_@0@'.format(f.to_upper())