OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInitialChars
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
repattrn.cpp
97
*
fInitialChars
= *other.
fInitialChars
;
158
fInitialChars
= NULL;
168
fInitialChars
= new UnicodeSet;
174
fInitialChars
== NULL || fInitialChars8 == NULL) {
206
delete
fInitialChars
;
207
fInitialChars
= NULL;
798
int32_t numSetChars = This->
fInitialChars
->size();
804
UChar32 c = This->
fInitialChars
->charAt(i);
811
if (numSetChars < This->
fInitialChars
->size())
[
all
...]
regexcmp.cpp
[
all
...]
rematch.cpp
708
(c>=256 && fPattern->
fInitialChars
->contains(c)))) {
[
all
...]
/external/icu4c/i18n/
repattrn.cpp
94
*
fInitialChars
= *other.
fInitialChars
;
155
fInitialChars
= NULL;
165
fInitialChars
= new UnicodeSet;
171
fInitialChars
== NULL || fInitialChars8 == NULL) {
203
delete
fInitialChars
;
204
fInitialChars
= NULL;
773
int32_t numSetChars = This->
fInitialChars
->size();
779
UChar32 c = This->
fInitialChars
->charAt(i);
786
if (numSetChars < This->
fInitialChars
->size())
[
all
...]
regexcmp.cpp
[
all
...]
rematch.cpp
714
(c>=256 && fPattern->
fInitialChars
->contains(c)))) {
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h
616
UnicodeSet *
fInitialChars
;
[
all
...]
/external/icu4c/i18n/unicode/
regex.h
603
UnicodeSet *
fInitialChars
;
[
all
...]
Completed in 58 milliseconds