Searched refs:fLastTypeOrCp (Results 1 – 3 of 3) sorted by relevance
65 fLastTypeOrCp(0), in AffixPatternMatcherBuilder()76 (fLastTypeOrCp < 0 || !fIgnorables->getSet()->contains(fLastTypeOrCp))) { in consumeToken()120 fLastTypeOrCp = type != TYPE_CODEPOINT ? type : cp; in consumeToken()
136 int32_t fLastTypeOrCp; variable