htons            2748 Source/bindings/v8/SerializedScriptValue.cpp             dst[i] = htons(static_cast<UChar>(src[i]));
htons            2752 Source/bindings/v8/SerializedScriptValue.cpp             dst[i] = htons(src[i]);
htons              35 Source/platform/fonts/opentype/OpenTypeTypes.h     Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { }
htons              41 Source/platform/fonts/opentype/OpenTypeTypes.h     UInt16(uint16_t u) : v(htons(u)) { }