OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_c
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/c/
sk_c_from_to.h
20
static bool
find_c
(SKType from, CType* to) {
function
sk_paint.cpp
103
if (
find_c
(AsPaint(*cpaint).getStrokeCap(), &ccap)) {
120
if (
find_c
(AsPaint(*cpaint).getStrokeJoin(), &cjoin)) {
/ndk/sources/android/support/src/
wchar_support.c
243
wchar_t
find_c
;
local
246
find_c
= *find++;
247
if (!
find_c
)
253
wchar_t* p = wcschr(s,
find_c
);
Completed in 56 milliseconds