OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:char32Count
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
affixpatternparser.h
142
hasPercentToken(FALSE), hasPermillToken(FALSE),
char32Count
(0) {
203
return
char32Count
;
278
&& (
char32Count
== other.
char32Count
);
306
int32_t
char32Count
;
affixpatternparser.cpp
151
char32Count
+= u_countChar32(literal + start, len);
193
char32Count
+= count;
240
char32Count
= 0;
Completed in 49 milliseconds