Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-locale.cc161 bool IsDigitAlphanum3(const std::string& value) { in IsDigitAlphanum3() function
168 return IsAlphanum(value, 5, 8) || IsDigitAlphanum3(value); in IsUnicodeVariantSubtag()