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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp270 uint8_t bThat = *pThat; local
271 if (bThat >= 'A' && bThat <= 'Z') {
272 bThat += 'a' - 'A';
274 if (bThis != bThat) {

Completed in 57 milliseconds