OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numSets
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
repattrn.cpp
111
int32_t
numSets
= other.fSets->size();
112
fSets8 = new Regex8BitSet[
numSets
];
117
for (i=1; i<
numSets
; i++) {
regexcmp.cpp
319
int32_t
numSets
= fRXPat->fSets->size();
320
fRXPat->fSets8 = new Regex8BitSet[
numSets
];
327
for (i=0; i<
numSets
; i++) {
[
all
...]
Completed in 134 milliseconds