OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegexStaticSets
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
regexst.h
7
// This file contains declarations for the class
RegexStaticSets
12
//
RegexStaticSets
groups together the common UnicodeSets that are needed
32
class
RegexStaticSets
: public UMemory {
34
static
RegexStaticSets
*gStaticSets; // Ptr to all lazily initialized constant
37
RegexStaticSets
(UErrorCode *status);
38
~
RegexStaticSets
();
regexst.cpp
7
// This file contains class
RegexStaticSets
12
//
RegexStaticSets
groups together the common UnicodeSets that are needed
144
RegexStaticSets
*
RegexStaticSets
::gStaticSets = NULL;
146
RegexStaticSets
::
RegexStaticSets
(UErrorCode *status)
233
RegexStaticSets
::~
RegexStaticSets
() {
253
RegexStaticSets
::cleanup(void) {
254
delete
RegexStaticSets
::gStaticSets
[
all
...]
repattrn.cpp
591
RegexStaticSets
::initGlobals(&status);
592
return
RegexStaticSets
::gStaticSets->fEmptyText;
regexcmp.cpp
55
RegexStaticSets
::initGlobals(&status);
141
fRXPat->fStaticSets =
RegexStaticSets
::gStaticSets->fPropSets;
142
fRXPat->fStaticSets8 =
RegexStaticSets
::gStaticSets->fPropSets8;
205
if (
RegexStaticSets
::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
[
all
...]
rematch.cpp
88
init2(
RegexStaticSets
::gStaticSets->fEmptyText, fDeferredStatus);
141
init2(
RegexStaticSets
::gStaticSets->fEmptyText, status);
157
init2(
RegexStaticSets
::gStaticSets->fEmptyText, status);
[
all
...]
/external/icu4c/i18n/
regexst.h
7
// This file contains declarations for the class
RegexStaticSets
12
//
RegexStaticSets
groups together the common UnicodeSets that are needed
32
class
RegexStaticSets
: public UMemory {
34
static
RegexStaticSets
*gStaticSets; // Ptr to all lazily initialized constant
37
RegexStaticSets
(UErrorCode *status);
38
~
RegexStaticSets
();
regexst.cpp
7
// This file contains class
RegexStaticSets
12
//
RegexStaticSets
groups together the common UnicodeSets that are needed
146
RegexStaticSets
*
RegexStaticSets
::gStaticSets = NULL;
148
RegexStaticSets
::
RegexStaticSets
(UErrorCode *status)
235
RegexStaticSets
::~
RegexStaticSets
() {
255
RegexStaticSets
::cleanup(void) {
256
delete
RegexStaticSets
::gStaticSets
[
all
...]
repattrn.cpp
566
RegexStaticSets
::initGlobals(&status);
567
return
RegexStaticSets
::gStaticSets->fEmptyText;
regexcmp.cpp
57
RegexStaticSets
::initGlobals(&status);
142
fRXPat->fStaticSets =
RegexStaticSets
::gStaticSets->fPropSets;
143
fRXPat->fStaticSets8 =
RegexStaticSets
::gStaticSets->fPropSets8;
213
if (
RegexStaticSets
::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
[
all
...]
rematch.cpp
88
init2(
RegexStaticSets
::gStaticSets->fEmptyText, fDeferredStatus);
141
init2(
RegexStaticSets
::gStaticSets->fEmptyText, status);
157
init2(
RegexStaticSets
::gStaticSets->fEmptyText, status);
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 46 milliseconds