Searched defs:charSize (Results 1 – 3 of 3) sorted by relevance
2296 const charSize = TsUtils.charSize(codePoint); constant2320 private static charSize(codePoint: number): number { method in TsUtils
222 uint32_t charSize = charObject->Length(vm_); in HWTEST_F_L0() local252 uint32_t charSize = char16tObject->Length(vm_); in HWTEST_F_L0() local
1355 GateRef sourceLength, GateRef charSize, VariableType type) in CopyChars()