Lines Matching full:fkey
227 keys16[i] = (uint16_t) current->fKey;
229 keys32[i] = current->fKey;
472 res->fKey = bundle_addtag(bundle, tag, status);
505 res->fKey = bundle_addtag(bundle, tag, status);
531 res->fKey = bundle_addtag(bundle, tag, status);
564 res->fKey = bundle_addtag(bundle, tag, status);
597 res->fKey = bundle_addtag(bundle, tag, status);
627 res->fKey = bundle_addtag(bundle, tag, status);
649 res->fKey = bundle_addtag(bundle, tag, status);
872 if(table->fType == URES_TABLE && res->fKey > 0xffff) {
912 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), ((list->fRoot->fKeys) + (res->fKey))) < 0) {
915 } else if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), ((list->fRoot->fKeys) + (res->fKey))) > 0) {
929 error(linenumber, "duplicate key '%s' in table, first appeared at line %d", list->fRoot->fKeys + current->fKey, current->line);