OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSets8
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
repattrn.cpp
121
fSets8
= new Regex8BitSet[numSets];
122
if (
fSets8
== NULL) {
137
fSets8
[i] = other.
fSets8
[i];
170
fSets8
= NULL;
233
delete[]
fSets8
;
234
fSets8
= NULL;
rematch.cpp
[
all
...]
regexcmp.cpp
326
fRXPat->
fSets8
= new Regex8BitSet[numSets];
328
if (fRXPat->
fSets8
== NULL) {
335
fRXPat->
fSets8
[i].init(s);
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
regex.h
594
Regex8BitSet *
fSets8
; // (and fast sets for latin-1 range.)
[
all
...]
Completed in 219 milliseconds