Searched refs:ToLatin1LowerTable (Results 1 – 3 of 3) sorted by relevance
326 static const uint8_t* ToLatin1LowerTable();
192 const uint8_t* Intl::ToLatin1LowerTable() { return &kToLower[0]; } in ToLatin1LowerTable() function in v8::internal::Intl
725 uint8_t* ptr = const_cast<uint8_t*>(Intl::ToLatin1LowerTable()); in FUNCTION_REFERENCE()