Home
last modified time | relevance | path

Searched refs:char32Count (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Daffixpatternparser.h144 hasPercentToken(FALSE), hasPermillToken(FALSE), char32Count(0) { in AffixPattern()
205 return char32Count; in countChar32()
280 && (char32Count == other.char32Count); in equals()
308 int32_t char32Count; variable
Daffixpatternparser.cpp157 char32Count += u_countChar32(literal + start, len); in addLiteral()
199 char32Count += count; in add()
246 char32Count = 0; in remove()