Searched refs:u_getIntPropertyMap (Results 1 – 11 of 11) sorted by relevance
68 const UCPMap* umap = u_getIntPropertyMap(uproperty, status); in dumpEnumeratedProperty()
399 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode) { in u_getIntPropertyMap() function
2905 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode);
275 #define u_getIntPropertyMap U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMap) macro
3602 const UCPMap *map = u_getIntPropertyMap(UCHAR_INT_START - 1, &errorCode); in TestIntCharacterPropertiesAPI()3607 map = u_getIntPropertyMap(UCHAR_INT_LIMIT, &errorCode); in TestIntCharacterPropertiesAPI()3612 map = u_getIntPropertyMap(UCHAR_GENERAL_CATEGORY, &errorCode); in TestIntCharacterPropertiesAPI()
849 const UCPMap *map = u_getIntPropertyMap((UProperty)prop, errorCode); in TestIntCharacterProperties()