OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:librarycount
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/common/
icuplug.c
104
static int32_t
libraryCount
= 0;
115
for(i=0;i<
libraryCount
;i++) {
126
for(i=0;i<
libraryCount
;i++) {
159
libEntry =
libraryCount
++;
160
if(
libraryCount
>= libraryMax) {
183
libraryCount
--;
207
for(i=0;i<
libraryCount
;i++) {
211
libraryCount
= uplug_removeEntryAt(libraryList,
libraryCount
, sizeof(*libraryList), i);
Completed in 115 milliseconds