Searched refs:u_getIntPropertyMap (Results 1 – 7 of 7) sorted by relevance
369 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode) { in u_getIntPropertyMap() function
677 const UCPMap *map = u_getIntPropertyMap((UProperty)prop, errorCode); in TestIntCharacterProperties()
2757 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode);
266 #define u_getIntPropertyMap U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMap) macro
3554 const UCPMap *map = u_getIntPropertyMap(UCHAR_INT_START - 1, &errorCode); in TestIntCharacterPropertiesAPI()3559 map = u_getIntPropertyMap(UCHAR_INT_LIMIT, &errorCode); in TestIntCharacterPropertiesAPI()3564 map = u_getIntPropertyMap(UCHAR_GENERAL_CATEGORY, &errorCode); in TestIntCharacterPropertiesAPI()