/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucpmap.h | 31 typedef struct UCPMap UCPMap; typedef 97 ucpmap_get(const UCPMap *map, UChar32 c); 153 ucpmap_getRange(const UCPMap *map, UChar32 start,
|
D | umutablecptrie.h | 99 umutablecptrie_fromUCPMap(const UCPMap *map, UErrorCode *pErrorCode);
|
D | uniset.h | 1706 void applyIntPropertyValue(const UCPMap *map,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucpmap.h | 31 typedef struct UCPMap UCPMap; typedef 97 ucpmap_get(const UCPMap *map, UChar32 c); 153 ucpmap_getRange(const UCPMap *map, UChar32 start,
|
D | umutablecptrie.h | 99 umutablecptrie_fromUCPMap(const UCPMap *map, UErrorCode *pErrorCode);
|
D | uniset.h | 1675 void applyIntPropertyValue(const UCPMap *map,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucpmap.h | 31 typedef struct UCPMap UCPMap; typedef 97 ucpmap_get(const UCPMap *map, UChar32 c); 153 ucpmap_getRange(const UCPMap *map, UChar32 start,
|
D | umutablecptrie.h | 99 umutablecptrie_fromUCPMap(const UCPMap *map, UErrorCode *pErrorCode);
|
D | uniset.h | 1675 void applyIntPropertyValue(const UCPMap *map,
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucpmap.h | 33 typedef struct UCPMap UCPMap; typedef 99 ucpmap_get(const UCPMap *map, UChar32 c); 155 ucpmap_getRange(const UCPMap *map, UChar32 start,
|
D | umutablecptrie.h | 117 umutablecptrie_fromUCPMap(const UCPMap *map, UErrorCode *pErrorCode);
|
D | uniset.h | 1655 void applyIntPropertyValue(const UCPMap *map,
|
/third_party/icu/icu4c/source/common/ |
D | characterproperties.cpp | 48 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {}; 300 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() 346 return reinterpret_cast<UCPMap *>( in makeMap() 370 U_CAPI const UCPMap * U_EXPORT2 378 UCPMap *map = maps[property - UCHAR_INT_START]; in u_getIntPropertyMap()
|
D | ucptrie.cpp | 590 ucpmap_get(const UCPMap *map, UChar32 c) { in ucpmap_get() 595 ucpmap_getRange(const UCPMap *map, UChar32 start, in ucpmap_getRange()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | characterproperties.cpp | 48 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {}; 300 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() 346 return reinterpret_cast<UCPMap *>( in makeMap() 370 U_CAPI const UCPMap * U_EXPORT2 378 UCPMap *map = maps[property - UCHAR_INT_START]; in u_getIntPropertyMap()
|
D | ucptrie.cpp | 590 ucpmap_get(const UCPMap *map, UChar32 c) { in ucpmap_get() 595 ucpmap_getRange(const UCPMap *map, UChar32 start, in ucpmap_getRange()
|
D | umutablecptrie.cpp | 79 static MutableCodePointTrie *fromUCPMap(const UCPMap *map, UErrorCode &errorCode); 183 MutableCodePointTrie *MutableCodePointTrie::fromUCPMap(const UCPMap *map, UErrorCode &errorCode) { in fromUCPMap() 1774 umutablecptrie_fromUCPMap(const UCPMap *map, UErrorCode *pErrorCode) { in umutablecptrie_fromUCPMap()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | characterproperties.cpp | 46 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {}; 298 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() 344 return reinterpret_cast<UCPMap *>( in makeMap() 368 U_CAPI const UCPMap * U_EXPORT2 376 UCPMap *map = maps[property - UCHAR_INT_START]; in u_getIntPropertyMap()
|
D | ucptrie.cpp | 590 ucpmap_get(const UCPMap *map, UChar32 c) { in ucpmap_get() 595 ucpmap_getRange(const UCPMap *map, UChar32 start, in ucpmap_getRange()
|
D | umutablecptrie.cpp | 74 static MutableCodePointTrie *fromUCPMap(const UCPMap *map, UErrorCode &errorCode); 178 MutableCodePointTrie *MutableCodePointTrie::fromUCPMap(const UCPMap *map, UErrorCode &errorCode) { in fromUCPMap() 1769 umutablecptrie_fromUCPMap(const UCPMap *map, UErrorCode *pErrorCode) { in umutablecptrie_fromUCPMap()
|
/third_party/node/deps/icu-small/source/common/ |
D | characterproperties.cpp | 49 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {}; 328 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() 374 return reinterpret_cast<UCPMap *>( in makeMap() 398 U_CAPI const UCPMap * U_EXPORT2 406 UCPMap *map = maps[property - UCHAR_INT_START]; in u_getIntPropertyMap()
|
D | ucptrie.cpp | 590 ucpmap_get(const UCPMap *map, UChar32 c) { in ucpmap_get() 595 ucpmap_getRange(const UCPMap *map, UChar32 start, in ucpmap_getRange()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | writesrc.h | 167 const UCPMap *pMap,
|
D | writesrc.cpp | 409 const UCPMap *pMap, in usrc_writeUCPMap()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
D | icuexportdata.cpp | 68 const UCPMap* umap = u_getIntPropertyMap(uproperty, status); in dumpEnumeratedProperty()
|