Searched refs:to_upper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkParsePath.cpp31 static inline int to_upper(int c) { function
93 op = (char) to_upper(op);
/external/skia/src/utils/
H A DSkParsePath.cpp31 static inline int to_upper(int c) { function
93 op = (char) to_upper(op);
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc1500 unibrow::Mapping<unibrow::ToUppercase> to_upper; local
1504 int length = to_upper.get(c, '\0', upper);
/external/v8/test/cctest/
H A Dtest-regexp.cc1448 unibrow::Mapping<unibrow::ToUppercase> to_upper; local
1452 int length = to_upper.get(c, '\0', upper);

Completed in 254 milliseconds