Searched refs:ToLatin1LowerTable (Results 1 – 3 of 3) sorted by relevance
49 const uint8_t* ToLatin1LowerTable();
141 const uint8_t* ToLatin1LowerTable() { return &kToLower[0]; } in ToLatin1LowerTable() function
799 uint8_t* ptr = const_cast<uint8_t*>(ToLatin1LowerTable()); in intl_to_latin1_lower_table()