OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPlugLibrary
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
icuplug.c
90
struct
UPlugLibrary
;
96
typedef struct
UPlugLibrary
{
100
}
UPlugLibrary
;
102
static
UPlugLibrary
staticLibraryList[UPLUG_LIBRARY_INITIAL_COUNT];
103
static
UPlugLibrary
* libraryList = staticLibraryList;
/external/icu4c/common/
icuplug.c
94
struct
UPlugLibrary
;
100
typedef struct
UPlugLibrary
{
104
}
UPlugLibrary
;
106
static
UPlugLibrary
staticLibraryList[UPLUG_LIBRARY_INITIAL_COUNT];
107
static
UPlugLibrary
* libraryList = staticLibraryList;
Completed in 26 milliseconds