HomeSort by relevance Sort by last modified time
    Searched refs:tableKey (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkLua.h 42 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[] = NULL)
    [all...]
  /external/skia/include/utils/
SkLua.h 42 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[] = NULL)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locresdata.cpp 44 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){
ulocimp.h 32 const char *tableKey,
uresdata.c 70 const char *tableKey;
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;
110 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]);
112 result = uprv_strcmp(key, tableKey);
114 result = uprv_compareInvCharsAsAscii(key, tableKey);
122 *realKey=tableKey;
    [all...]
locdispnames.cpp 295 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,
  /external/icu4c/common/
locresdata.cpp 44 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){
ulocimp.h 32 const char *tableKey,
uresdata.c 77 const char *tableKey;
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;
117 tableKey = RES_GET_KEY32(pResData, keyOffsets[mid]);
119 result = uprv_strcmp(key, tableKey);
121 result = uprv_compareInvCharsAsAscii(key, tableKey);
129 *realKey=tableKey;
    [all...]
locdispnames.cpp 296 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,
  /external/chromium_org/third_party/icu/source/i18n/
locdspnm.cpp 68 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 {
81 return get(tableKey, NULL, itemKey, result);
85 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const {
86 return getNoFallback(tableKey, NULL, itemKey, result);
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey,
121 tableKey, subTableKey, itemKey
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 70 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 {
83 return get(tableKey, NULL, itemKey, result);
87 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const {
88 return getNoFallback(tableKey, NULL, itemKey, result);
117 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey,
123 tableKey, subTableKey, itemKey
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 817 milliseconds