Home
last modified time | relevance | path

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

/external/v8/src/
Dintl.h49 const uint8_t* ToLatin1LowerTable();
Dintl.cc141 const uint8_t* ToLatin1LowerTable() { return &kToLower[0]; } in ToLatin1LowerTable() function
Dexternal-reference.cc799 uint8_t* ptr = const_cast<uint8_t*>(ToLatin1LowerTable()); in intl_to_latin1_lower_table()