Searched refs:fNumCharsForLength (Results 1 – 2 of 2) sorted by relevance
176 res->u.fString.fNumCharsForLength = 0; in string_preflightStrings()178 res->u.fString.fNumCharsForLength = 1; in string_preflightStrings()180 res->u.fString.fNumCharsForLength = 2; in string_preflightStrings()182 res->u.fString.fNumCharsForLength = 3; in string_preflightStrings()184 … bundle->f16BitUnitsLength += res->u.fString.fNumCharsForLength + len + 1; /* +1 for the NUL */ in string_preflightStrings()1673 switch(res->u.fString.fNumCharsForLength) { in string_writeUTF16v2()1770 if (suffixRes->u.fString.fNumCharsForLength == 0) { in bundle_compactStrings()1800 … res->fRes = same->fRes + same->u.fString.fNumCharsForLength + res->u.fString.fSuffixOffset; in bundle_compactStrings()
128 int8_t fNumCharsForLength; member