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

/external/chromium_org/third_party/skia/include/utils/
H A DSkLua.h42 void pushBool(bool, const char tableKey[] = NULL);
43 void pushString(const char[], const char tableKey[] = NULL);
44 void pushString(const char[], size_t len, const char tableKey[] = NULL);
45 void pushString(const SkString&, const char tableKey[] = NULL);
46 void pushArrayU16(const uint16_t[], int count, const char tableKey[] = NULL);
47 void pushColor(SkColor, const char tableKey[] = NULL);
48 void pushU32(uint32_t, const char tableKey[] = NULL);
49 void pushScalar(SkScalar, const char tableKey[] = NULL);
50 void pushRect(const SkRect&, const char tableKey[] = NULL);
51 void pushRRect(const SkRRect&, const char tableKey[]
[all...]
/external/skia/include/utils/
H A DSkLua.h42 void pushBool(bool, const char tableKey[] = NULL);
43 void pushString(const char[], const char tableKey[] = NULL);
44 void pushString(const char[], size_t len, const char tableKey[] = NULL);
45 void pushString(const SkString&, const char tableKey[] = NULL);
46 void pushArrayU16(const uint16_t[], int count, const char tableKey[] = NULL);
47 void pushColor(SkColor, const char tableKey[] = NULL);
48 void pushU32(uint32_t, const char tableKey[] = NULL);
49 void pushScalar(SkScalar, const char tableKey[] = NULL);
50 void pushRect(const SkRect&, const char tableKey[] = NULL);
51 void pushRRect(const SkRRect&, const char tableKey[]
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dlocresdata.cpp44 const char *tableKey, const char *subTableKey,
76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
97 if(uprv_strcmp(tableKey, "Countries")==0){
99 }else if(uprv_strcmp(tableKey, "Languages")==0){
43 uloc_getTableStringWithFallback(const char *path, const char *locale, const char *tableKey, const char *subTableKey, const char *itemKey, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dulocimp.h32 const char *tableKey,
H A Duresdata.c70 const char *tableKey; local
79 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]);
81 result = uprv_strcmp(key, tableKey);
83 result = uprv_compareInvCharsAsAscii(key, tableKey);
91 *realKey=tableKey;
101 const char *tableKey; local
110 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]);
112 result = uprv_strcmp(key, tableKey);
114 result = uprv_compareInvCharsAsAscii(key, tableKey);
122 *realKey=tableKey;
[all...]
H A Dlocdispnames.cpp295 const char *tableKey,
311 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
317 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
322 tableKey,
294 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
/external/icu4c/common/
H A Dlocresdata.cpp44 const char *tableKey, const char *subTableKey,
76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
97 if(uprv_strcmp(tableKey, "Countries")==0){
99 }else if(uprv_strcmp(tableKey, "Languages")==0){
43 uloc_getTableStringWithFallback(const char *path, const char *locale, const char *tableKey, const char *subTableKey, const char *itemKey, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dulocimp.h32 const char *tableKey,
H A Duresdata.c77 const char *tableKey; local
86 tableKey = RES_GET_KEY16(pResData, keyOffsets[mid]);
88 result = uprv_strcmp(key, tableKey);
90 result = uprv_compareInvCharsAsAscii(key, tableKey);
98 *realKey=tableKey;
108 const char *tableKey; local
117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]);
119 result = uprv_strcmp(key, tableKey);
121 result = uprv_compareInvCharsAsAscii(key, tableKey);
129 *realKey=tableKey;
[all...]
H A Dlocdispnames.cpp296 const char *tableKey,
312 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
318 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
323 tableKey,
295 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dlocdspnm.cpp68 UnicodeString& get(const char* tableKey, const char* itemKey,
70 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
73 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
75 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
80 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
81 return get(tableKey, NULL, itemKey, result);
85 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
86 return getNoFallback(tableKey, NULL, itemKey, result);
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, argument
121 tableKey, subTableKe
130 getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, UnicodeString& result) const argument
[all...]
/external/icu4c/i18n/
H A Dlocdspnm.cpp70 UnicodeString& get(const char* tableKey, const char* itemKey,
72 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
75 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
77 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
82 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
83 return get(tableKey, NULL, itemKey, result);
87 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
88 return getNoFallback(tableKey, NULL, itemKey, result);
117 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, argument
123 tableKey, subTableKe
132 getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, UnicodeString& result) const argument
[all...]

Completed in 190 milliseconds