Home
last modified time | relevance | path

Searched refs:tableKey (Results 1 – 12 of 12) sorted by relevance

/external/skqp/include/utils/
DSkLua.h44 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 …]
/external/skia/include/utils/
DSkLua.h44 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 …]
/external/skia/tools/lua/
Dagg_dash.lua13 function increment(table, tableKey, key, value)
14 if (table[tableKey] == nil) then
15 table[tableKey] = {}
17 increment_inner(table[tableKey], key, value)
/external/skqp/tools/lua/
Dagg_dash.lua13 function increment(table, tableKey, key, value)
14 if (table[tableKey] == nil) then
15 table[tableKey] = {}
17 increment_inner(table[tableKey], key, value)
/external/icu/icu4c/source/common/
Dlocresdata.cpp46 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()
Dlocdspnm.cpp76 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 …]
Duresdata.cpp76 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()
Dlocdispnames.cpp298 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()
Dulocimp.h34 const char *tableKey,
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java266 ULocale tableKey = tableKeyValue.get0(); in getBestMatchInternal() local
269 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
276 bestTableMatch = tableKey; in getBestMatchInternal()
/external/cldr/tools/java/com/ibm/icu/util/
DLocaleMatcher.java260 ULocale tableKey = tableKeyValue.get0(); in getBestMatchInternal() local
263 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
270 bestTableMatch = tableKey; in getBestMatchInternal()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java273 ULocale tableKey = tableKeyValue.get0(); in getBestMatchInternal() local
276 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
283 bestTableMatch = tableKey; in getBestMatchInternal()