Home
last modified time | relevance | path

Searched refs:twobyte_t (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-string-gen.cc881 typedef const uc16 twobyte_t; in StringIndexOf() typedef
931 Node* const result = CallSearchStringRaw<onebyte_t, twobyte_t>( in StringIndexOf()
944 Node* const result = CallSearchStringRaw<twobyte_t, onebyte_t>( in StringIndexOf()
957 Node* const result = CallSearchStringRaw<twobyte_t, twobyte_t>( in StringIndexOf()