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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DASCIIFastPath.h42 inline bool isAlignedToMachineWord(const void* pointer) function in namespace:WTF
82 while (!isAlignedToMachineWord(characters) && characters != end) {
H A DTextCodecLatin1.cpp136 if (isAlignedToMachineWord(source)) {
187 if (isAlignedToMachineWord(source)) {
H A DTextCodecUTF8.cpp300 if (isAlignedToMachineWord(source)) {
377 if (isAlignedToMachineWord(source)) {

Completed in 597 milliseconds