/external/icu4c/common/ |
unistr_case.cpp | 142 } else if(toWhichCase==TO_UPPER) { 184 return caseMap(0, Locale::getDefault().getName(), 0, TO_UPPER); 189 return caseMap(0, locale.getName(), 0, TO_UPPER);
|
ustr_imp.h | 116 TO_UPPER,
|
ucasemap.c | 504 } else if(toWhichCase==TO_UPPER) { 547 TO_UPPER, pErrorCode);
|
ustrcase.c | 519 } else if(toWhichCase==TO_UPPER) { 577 TO_UPPER, pErrorCode);
|
/external/skia/src/utils/ |
SkParsePath.cpp | 24 static inline int to_upper(int c) { function 86 op = (char) to_upper(op);
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimeint.c | 126 /* FIXME: Do a real to_upper sometime */
|
/external/libvpx/examples/includes/geshi/geshi/ |
abap.php | 1181 'to_upper', [all...] |
/external/v8/test/cctest/ |
test-regexp.cc | 1439 unibrow::Mapping<unibrow::ToUppercase> to_upper; local [all...] |