Home | History | Annotate | Download | only in i18n

Lines Matching refs:baseoffset

1746     int32_t baseoffset = getPreviousBaseOffset(text, textoffset);
1748 unorm_normalize(text + baseoffset, textoffset - baseoffset, UNORM_NFD,
1774 int32_t offset = doNextCanonicalSuffixMatch(strsrch, baseoffset,
2409 int32_t baseoffset = getNextBaseOffset(text, textoffset, textlength);
2411 unorm_normalize(text + textoffset, baseoffset - textoffset, UNORM_NFD,
2438 baseoffset, status);