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
144
hasPercentToken(FALSE), hasPermillToken(FALSE),
char32Count
(0) {
205
return
char32Count
;
280
&& (
char32Count
== other.
char32Count
);
308
int32_t
char32Count
;
affixpatternparser.cpp
155
char32Count
+= u_countChar32(literal + start, len);
197
char32Count
+= count;
244
char32Count
= 0;
Completed in 580 milliseconds