Home
last modified time | relevance | path

Searched refs:fLastTypeOrCp (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dnumparse_affixes.cpp65 fLastTypeOrCp(0), in AffixPatternMatcherBuilder()
76 (fLastTypeOrCp < 0 || !fIgnorables->getSet()->contains(fLastTypeOrCp))) { in consumeToken()
120 fLastTypeOrCp = type != TYPE_CODEPOINT ? type : cp; in consumeToken()
Dnumparse_affixes.h136 int32_t fLastTypeOrCp; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_affixes.cpp65 fLastTypeOrCp(0), in AffixPatternMatcherBuilder()
76 (fLastTypeOrCp < 0 || !fIgnorables->getSet()->contains(fLastTypeOrCp))) { in consumeToken()
120 fLastTypeOrCp = type != TYPE_CODEPOINT ? type : cp; in consumeToken()
Dnumparse_affixes.h136 int32_t fLastTypeOrCp; variable
/third_party/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp65 fLastTypeOrCp(0), in AffixPatternMatcherBuilder()
76 (fLastTypeOrCp < 0 || !fIgnorables->getSet()->contains(fLastTypeOrCp))) { in consumeToken()
120 fLastTypeOrCp = type != TYPE_CODEPOINT ? type : cp; in consumeToken()
Dnumparse_affixes.h136 int32_t fLastTypeOrCp; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_affixes.cpp64 fLastTypeOrCp(0), in AffixPatternMatcherBuilder()
75 (fLastTypeOrCp < 0 || !fIgnorables->getSet()->contains(fLastTypeOrCp))) { in consumeToken()
114 fLastTypeOrCp = type != TYPE_CODEPOINT ? type : cp; in consumeToken()
Dnumparse_affixes.h166 int32_t fLastTypeOrCp; variable