Home
last modified time | relevance | path

Searched refs:ForceUppercase (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_string.cpp1455 c1 = ForceUppercase (c1); in Matches()
1456 c2 = ForceUppercase (c2); in Matches()
1496 c1 = ForceUppercase (c1); in StartsWith()
1497 c2 = ForceUppercase (c2); in StartsWith()
1536 c1 = ForceUppercase (c1); in EndsWith()
1537 c2 = ForceUppercase (c2); in EndsWith()
1588 c1 = ForceUppercase (c1); in Contains()
1589 c2 = ForceUppercase (c2); in Contains()
Ddng_utils.h578 inline char ForceUppercase (char c) in ForceUppercase() function
Ddng_xmp.cpp249 char refChar = ForceUppercase (ref.Get () [0]); in EncodeGPSCoordinate()
336 char refChar = ForceUppercase (s.Get () [s.Length () - 1]); in DecodeGPSCoordinate()
Ddng_exif.cpp3277 char c = ForceUppercase (s.Get () [j]); in Parse_ifd0_exif()