Home
last modified time | relevance | path

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

/external/v8/src/
Dintl.cc56 inline uint16_t ToLatin1Lower(uint16_t ch) { in ToLatin1Lower() function
232 dst_data[index] = ToLatin1Lower(static_cast<uint16_t>(src_data[index])); in ConvertOneByteToLower()
242 dst_data[index] = ToLatin1Lower(static_cast<uint16_t>(src_data[index])); in ConvertOneByteToLower()