Lines Matching refs:one
111 // one-byte chars or two-byte UC16.
123 // Returns true if the structure contains one-byte content.
128 // Return the one byte content of the string. Only use if IsOneByte()
227 // Returns whether this string has only one-byte chars, i.e. all of them can
228 // be one-byte encoded. This might be the case even if the string is
230 // two-byte external representations even for one-byte data.
361 inline static bool Equals(Isolate* isolate, Handle<String> one,
559 // Check remaining unaligned chars, or find non-one-byte char in word.
644 V8_EXPORT_PRIVATE static bool SlowEquals(Isolate* isolate, Handle<String> one,
709 // The OneByteString class captures sequential one-byte string objects.
710 // Each character in the OneByteString is an one-byte character.
744 // Maximal memory usage for a single sequential one-byte string.
847 // ThinStrings can be thought of as "one-part cons strings".
938 // one-byte string.