OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locale_cache
(Results
1 - 1
of
1
) sorted by null
/external/ImageMagick/MagickCore/
locale.c
96
*
locale_cache
= (SplayTreeInfo *) NULL;
538
ResetSplayTreeIterator(
locale_cache
);
539
locale_info=(const LocaleInfo *) GetNextValueInSplayTree(
locale_cache
);
543
locale_info=(const LocaleInfo *) GetValueFromSplayTree(
locale_cache
,tag);
623
GetNumberOfNodesInSplayTree(
locale_cache
)+1UL,sizeof(*messages));
630
ResetSplayTreeIterator(
locale_cache
);
631
p=(const LocaleInfo *) GetNextValueInSplayTree(
locale_cache
);
637
p=(const LocaleInfo *) GetNextValueInSplayTree(
locale_cache
);
719
GetNumberOfNodesInSplayTree(
locale_cache
)+1UL,sizeof(*messages));
723
p=(const LocaleInfo *) GetNextValueInSplayTree(
locale_cache
);
93
*
locale_cache
= (SplayTreeInfo *) NULL;
variable
[
all
...]
Completed in 4689 milliseconds