(update: I18nUpdateOpCodes, bindingMask: number, index: number)
| 955 | } |
| 956 | |
| 957 | function addUpdateIcuUpdate(update: I18nUpdateOpCodes, bindingMask: number, index: number) { |
| 958 | update.push(bindingMask, 1, (index << I18nUpdateOpCode.SHIFT_REF) | I18nUpdateOpCode.IcuUpdate); |
| 959 | } |
| 960 | |
| 961 | function addCreateNodeAndAppend( |
| 962 | create: IcuCreateOpCodes, |