Home
last modified time | relevance | path

Searched refs:UPropertyNameChoice (Results 1 – 6 of 6) 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.h1866 typedef enum UPropertyNameChoice { enum
1876 } UPropertyNameChoice; typedef
3571 UPropertyNameChoice nameChoice);
3645 UPropertyNameChoice nameChoice);
/external/icu/libandroidicu/include/unicode/
Duchar.h1866 typedef enum UPropertyNameChoice { enum
1876 } UPropertyNameChoice; typedef
3571 UPropertyNameChoice nameChoice);
3645 UPropertyNameChoice nameChoice);
/external/v8/src/regexp/
Dregexp-parser.cc1175 property, static_cast<UPropertyNameChoice>(U_LONG_PROPERTY_NAME + i)); in IsExactPropertyAlias()
1192 static_cast<UPropertyNameChoice>(U_LONG_PROPERTY_NAME + i)); in IsExactPropertyValueAlias()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3023 const char* name = u_getPropertyName(propEnum, (UPropertyNameChoice)choice); in TestPropertyNames()
3058 … const char* vname = u_getPropertyValueName(propEnum, v, (UPropertyNameChoice)choice); in TestPropertyNames()
/external/icu/libandroidicu/static_shim/
Dshim.cpp197 const char * u_getPropertyName_android(UProperty property, UPropertyNameChoice nameChoice) { in u_getPropertyName_android()
203 const char * u_getPropertyValueName_android(UProperty property, int32_t value, UPropertyNameChoice in u_getPropertyValueName_android()