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

/external/dng_sdk/source/
H A Ddng_string.cpp1963 static const UnicodeToLowASCIIEntry kUnicodeToLowASCII [] = variable
2099 const uint32 kTableEntrys = sizeof (kUnicodeToLowASCII ) /
2100 sizeof (kUnicodeToLowASCII [0]);
2105 if (kUnicodeToLowASCII [entry] . unicode == x)
2108 ascii = kUnicodeToLowASCII [entry] . ascii;

Completed in 59 milliseconds