Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dpropname.cpp292 UPropertyNameChoice nameChoice) { in u_getPropertyName()
306 UPropertyNameChoice nameChoice) { in u_getPropertyValueName()
/external/icu/icu4c/source/common/unicode/
Duchar.h1782 typedef enum UPropertyNameChoice { enum
1792 } UPropertyNameChoice; typedef
3280 UPropertyNameChoice nameChoice);
3354 UPropertyNameChoice nameChoice);
/external/v8/src/regexp/
Dregexp-parser.cc1061 property, static_cast<UPropertyNameChoice>(U_LONG_PROPERTY_NAME + i)); in IsExactPropertyAlias()
1078 static_cast<UPropertyNameChoice>(U_LONG_PROPERTY_NAME + i)); in IsExactPropertyValueAlias()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3011 const char* name = u_getPropertyName(propEnum, (UPropertyNameChoice)choice); in TestPropertyNames()
3046 … const char* vname = u_getPropertyValueName(propEnum, v, (UPropertyNameChoice)choice); in TestPropertyNames()