/third_party/flutter/skia/include/utils/ |
D | SkLua.h | 44 void pushBool(bool, const char tableKey[] = nullptr); 45 void pushString(const char[], const char tableKey[] = nullptr); 46 void pushString(const char[], size_t len, const char tableKey[] = nullptr); 47 void pushString(const SkString&, const char tableKey[] = nullptr); 48 void pushArrayU16(const uint16_t[], int count, const char tableKey[] = nullptr); 51 void pushColor(SkColor, const char tableKey[] = nullptr); 52 void pushU32(uint32_t, const char tableKey[] = nullptr); 53 void pushScalar(SkScalar, const char tableKey[] = nullptr); 54 void pushRect(const SkRect&, const char tableKey[] = nullptr); 55 void pushRRect(const SkRRect&, const char tableKey[] = nullptr); [all …]
|
/third_party/flutter/skia/tools/lua/ |
D | agg_dash.lua | 13 function increment(table, tableKey, key, value) 14 if (table[tableKey] == nil) then 15 table[tableKey] = {} 17 increment_inner(table[tableKey], key, value)
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locresdata.cpp | 46 const char *tableKey, const char *subTableKey, in uloc_getTableStringWithFallback() argument 78 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode); in uloc_getTableStringWithFallback() 99 if(uprv_strcmp(tableKey, "Countries")==0){ in uloc_getTableStringWithFallback() 101 }else if(uprv_strcmp(tableKey, "Languages")==0){ in uloc_getTableStringWithFallback()
|
D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey, 83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument 89 return get(tableKey, NULL, itemKey, result); in get() 93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 94 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 129 tableKey, subTableKey, itemKey, in get() [all …]
|
D | uresdata.cpp | 76 const char *tableKey; in _res_findTableItem() local 85 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]); in _res_findTableItem() 87 result = uprv_strcmp(key, tableKey); in _res_findTableItem() 89 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTableItem() 97 *realKey=tableKey; in _res_findTableItem() 107 const char *tableKey; in _res_findTable32Item() local 116 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]); in _res_findTable32Item() 118 result = uprv_strcmp(key, tableKey); in _res_findTable32Item() 120 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTable32Item() 128 *realKey=tableKey; in _res_findTable32Item()
|
D | locdispnames.cpp | 298 const char *tableKey, in _getStringOrCopyKey() argument 314 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode); in _getStringOrCopyKey() 320 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey() 325 tableKey, in _getStringOrCopyKey()
|
D | ulocimp.h | 34 const char *tableKey,
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locresdata.cpp | 46 const char *tableKey, const char *subTableKey, in uloc_getTableStringWithFallback() argument 77 ures_getByKeyWithFallback(rb.getAlias(), tableKey, table.getAlias(), &errorCode); in uloc_getTableStringWithFallback() 98 if(uprv_strcmp(tableKey, "Countries")==0){ in uloc_getTableStringWithFallback() 100 }else if(uprv_strcmp(tableKey, "Languages")==0){ in uloc_getTableStringWithFallback()
|
D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey, 83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument 89 return get(tableKey, NULL, itemKey, result); in get() 93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 94 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 129 tableKey, subTableKey, itemKey, in get() [all …]
|
D | uresdata.cpp | 77 const char *tableKey; in _res_findTableItem() local 86 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]); in _res_findTableItem() 88 result = uprv_strcmp(key, tableKey); in _res_findTableItem() 90 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTableItem() 98 *realKey=tableKey; in _res_findTableItem() 108 const char *tableKey; in _res_findTable32Item() local 117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]); in _res_findTable32Item() 119 result = uprv_strcmp(key, tableKey); in _res_findTable32Item() 121 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTable32Item() 129 *realKey=tableKey; in _res_findTable32Item()
|
D | locdispnames.cpp | 301 const char *tableKey, in _getStringOrCopyKey() argument 315 s=ures_getStringByKey(rb.getAlias(), tableKey, &length, pErrorCode); in _getStringOrCopyKey() 320 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey() 325 tableKey, in _getStringOrCopyKey()
|
D | ulocimp.h | 37 const char *tableKey,
|
/third_party/node/deps/icu-small/source/common/ |
D | locresdata.cpp | 46 const char *tableKey, const char *subTableKey, in uloc_getTableStringWithFallback() argument 77 ures_getByKeyWithFallback(rb.getAlias(), tableKey, table.getAlias(), &errorCode); in uloc_getTableStringWithFallback() 98 if(uprv_strcmp(tableKey, "Countries")==0){ in uloc_getTableStringWithFallback() 100 }else if(uprv_strcmp(tableKey, "Languages")==0){ in uloc_getTableStringWithFallback()
|
D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey, 83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument 89 return get(tableKey, NULL, itemKey, result); in get() 93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 94 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 129 tableKey, subTableKey, itemKey, in get() [all …]
|
D | uresdata.cpp | 77 const char *tableKey; in _res_findTableItem() local 86 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]); in _res_findTableItem() 88 result = uprv_strcmp(key, tableKey); in _res_findTableItem() 90 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTableItem() 98 *realKey=tableKey; in _res_findTableItem() 108 const char *tableKey; in _res_findTable32Item() local 117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]); in _res_findTable32Item() 119 result = uprv_strcmp(key, tableKey); in _res_findTable32Item() 121 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTable32Item() 129 *realKey=tableKey; in _res_findTable32Item()
|
D | locdispnames.cpp | 301 const char *tableKey, in _getStringOrCopyKey() argument 315 s=ures_getStringByKey(rb.getAlias(), tableKey, &length, pErrorCode); in _getStringOrCopyKey() 319 bool isLanguageCode = (uprv_strncmp(tableKey, _kLanguages, 9) == 0); in _getStringOrCopyKey() 326 tableKey, in _getStringOrCopyKey() 336 tableKey, in _getStringOrCopyKey()
|
D | ulocimp.h | 37 const char *tableKey,
|
/third_party/icu/icu4c/source/common/ |
D | locresdata.cpp | 46 const char *tableKey, const char *subTableKey, in uloc_getTableStringWithFallback() argument 77 ures_getByKeyWithFallback(rb.getAlias(), tableKey, table.getAlias(), &errorCode); in uloc_getTableStringWithFallback() 98 if(uprv_strcmp(tableKey, "Countries")==0){ in uloc_getTableStringWithFallback() 100 }else if(uprv_strcmp(tableKey, "Languages")==0){ in uloc_getTableStringWithFallback()
|
D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey, 83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument 89 return get(tableKey, NULL, itemKey, result); in get() 93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 94 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 129 tableKey, subTableKey, itemKey, in get() [all …]
|
D | uresdata.cpp | 77 const char *tableKey; in _res_findTableItem() local 86 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]); in _res_findTableItem() 88 result = uprv_strcmp(key, tableKey); in _res_findTableItem() 90 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTableItem() 98 *realKey=tableKey; in _res_findTableItem() 108 const char *tableKey; in _res_findTable32Item() local 117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]); in _res_findTable32Item() 119 result = uprv_strcmp(key, tableKey); in _res_findTable32Item() 121 result = uprv_compareInvCharsAsAscii(key, tableKey); in _res_findTable32Item() 129 *realKey=tableKey; in _res_findTable32Item()
|
D | locdispnames.cpp | 301 const char *tableKey, in _getStringOrCopyKey() argument 315 s=ures_getStringByKey(rb.getAlias(), tableKey, &length, pErrorCode); in _getStringOrCopyKey() 320 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey() 325 tableKey, in _getStringOrCopyKey()
|
D | ulocimp.h | 37 const char *tableKey,
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | table_test.dart | 740 final Key tableKey = UniqueKey(); 748 key: tableKey, 776 key: tableKey, 802 key: tableKey, 829 key: tableKey,
|