Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp53 const char* fullPropName = u_getPropertyName(uproperty, U_LONG_PROPERTY_NAME); in dumpBinaryProperty()
54 const char* shortPropName = u_getPropertyName(uproperty, U_SHORT_PROPERTY_NAME); in dumpBinaryProperty()
66 const char* fullPropName = u_getPropertyName(uproperty, U_LONG_PROPERTY_NAME); in dumpEnumeratedProperty()
67 const char* shortPropName = u_getPropertyName(uproperty, U_SHORT_PROPERTY_NAME); in dumpEnumeratedProperty()
201 const char* propName = u_getPropertyName(uprop, U_SHORT_PROPERTY_NAME); in main()
203 propName = u_getPropertyName(uprop, U_LONG_PROPERTY_NAME); in main()
/third_party/node/deps/icu-small/source/common/
Dpropname.cpp291 u_getPropertyName(UProperty property, in u_getPropertyName() function
/third_party/skia/third_party/externals/icu/source/common/
Dpropname.cpp291 u_getPropertyName(UProperty property, in u_getPropertyName() function
/third_party/icu/icu4c/source/common/
Dpropname.cpp291 u_getPropertyName(UProperty property, in u_getPropertyName() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpropname.cpp291 u_getPropertyName(UProperty property, in u_getPropertyName() function
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c2913 whichName=u_getPropertyName(which, U_LONG_PROPERTY_NAME); in TestAdditionalProperties()
3062 const char* name = u_getPropertyName(propEnum, (UPropertyNameChoice)choice); in TestPropertyNames()
3081 const char* pname = u_getPropertyName(propEnum, U_LONG_PROPERTY_NAME); in TestPropertyNames()
3153 name = u_getPropertyName(propEnum, U_LONG_PROPERTY_NAME); in TestPropertyValues()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3603 u_getPropertyName(UProperty property,
Durename.h277 #define u_getPropertyName U_ICU_ENTRY_POINT_RENAME(u_getPropertyName) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h3715 u_getPropertyName(UProperty property,
Durename.h282 #define u_getPropertyName U_ICU_ENTRY_POINT_RENAME(u_getPropertyName) macro
/third_party/icu/icu4c/source/common/unicode/
Duchar.h3603 u_getPropertyName(UProperty property,
Durename.h277 #define u_getPropertyName U_ICU_ENTRY_POINT_RENAME(u_getPropertyName) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3570 u_getPropertyName(UProperty property,
Durename.h274 #define u_getPropertyName U_ICU_ENTRY_POINT_RENAME(u_getPropertyName) macro
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp935 result.append(u_getPropertyName(prop, U_LONG_PROPERTY_NAME)); in propertyAndValueName()