Searched refs:IsIDPart (Results 1 – 2 of 2) sorted by relevance
31 static bool IsIDPart(uc32 c);57 if (c > 0xFFFF) return SupplementaryPlanes::IsIDPart(c); in Is()
29 bool SupplementaryPlanes::IsIDPart(uc32 c) { in IsIDPart() function in v8::internal::SupplementaryPlanes