Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc1068 bool IsExactPropertyValueAlias(const char* property_value_name, in IsExactPropertyValueAlias() argument
1072 if (short_name != NULL && strcmp(property_value_name, short_name) == 0) { in IsExactPropertyValueAlias()
1080 if (strcmp(property_value_name, long_name) == 0) return true; in IsExactPropertyValueAlias()
1086 const char* property_value_name, bool negate, in LookupPropertyValueName() argument
1095 u_getPropertyValueEnum(property_for_lookup, property_value_name); in LookupPropertyValueName()
1100 if (!IsExactPropertyValueAlias(property_value_name, property_for_lookup, in LookupPropertyValueName()