Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp68 const UCPMap* umap = u_getIntPropertyMap(uproperty, status); in dumpEnumeratedProperty()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp369 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode) { in u_getIntPropertyMap() function
/third_party/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp371 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode) { in u_getIntPropertyMap() function
/third_party/icu/icu4c/source/common/
Dcharacterproperties.cpp371 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode) { in u_getIntPropertyMap() function
/third_party/node/deps/icu-small/source/common/
Dcharacterproperties.cpp399 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode) { in u_getIntPropertyMap() function
/third_party/icu/icu4c/source/test/intltest/
Ducdtest.cpp677 const UCPMap *map = u_getIntPropertyMap((UProperty)prop, errorCode); in TestIntCharacterProperties()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h2793 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode);
Durename.h270 #define u_getIntPropertyMap U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMap) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h2905 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode);
Durename.h275 #define u_getIntPropertyMap U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMap) macro
/third_party/icu/icu4c/source/common/unicode/
Duchar.h2793 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode);
Durename.h270 #define u_getIntPropertyMap U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMap) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h2757 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode);
Durename.h267 #define u_getIntPropertyMap U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMap) macro
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c3595 const UCPMap *map = u_getIntPropertyMap(UCHAR_INT_START - 1, &errorCode); in TestIntCharacterPropertiesAPI()
3600 map = u_getIntPropertyMap(UCHAR_INT_LIMIT, &errorCode); in TestIntCharacterPropertiesAPI()
3605 map = u_getIntPropertyMap(UCHAR_GENERAL_CATEGORY, &errorCode); in TestIntCharacterPropertiesAPI()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch1545 - const UCPMap *map = u_getIntPropertyMap(UCHAR_GENERAL_CATEGORY, &ec);
1556 - const UCPMap *map = u_getIntPropertyMap(prop, &ec);