Home | History | Annotate | Download | only in common

Lines Matching full:tablekey

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;