HomeSort by relevance Sort by last modified time
    Searched refs:ToLatin1LowerTable (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
intl.h 49 const uint8_t* ToLatin1LowerTable();
intl.cc 141 const uint8_t* ToLatin1LowerTable() { return &kToLower[0]; }
external-reference.cc 799 uint8_t* ptr = const_cast<uint8_t*>(ToLatin1LowerTable());

Completed in 58 milliseconds