Home | History | Annotate | Download | only in common

Lines Matching full:tablekey

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;