OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegexStaticSets
(Results
1 - 5
of
5
) 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
...]
/external/icu/icu4c/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
146
RegexStaticSets
*
RegexStaticSets
::gStaticSets = NULL;
149
RegexStaticSets
::
RegexStaticSets
(UErrorCode *status)
236
RegexStaticSets
::~
RegexStaticSets
() {
256
RegexStaticSets
::cleanup(void) {
257
delete
RegexStaticSets
::gStaticSets
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 7978 milliseconds