Searched refs:fLastTypeOrCp (Results 1 – 2 of 2) sorted by relevance
64 fLastTypeOrCp(0), in AffixPatternMatcherBuilder()75 (fLastTypeOrCp < 0 || !fIgnorables->getSet()->contains(fLastTypeOrCp))) { in consumeToken()114 fLastTypeOrCp = type != TYPE_CODEPOINT ? type : cp; in consumeToken()
166 int32_t fLastTypeOrCp; variable