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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DASCIICType.h152 inline char upperNibbleToASCIIHexDigit(char c) function in namespace:WTF
183 using WTF::upperNibbleToASCIIHexDigit;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DQuotedPrintable.cpp106 out.append(upperNibbleToASCIIHexDigit(currentCharacter));
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLArchive.cpp67 stringBuilder.append(upperNibbleToASCIIHexDigit(randomValues[i]));

Completed in 77 milliseconds