OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locale_info
(Results
1 - 5
of
5
) sorted by null
/external/ImageMagick/MagickCore/
locale.c
176
static void *DestroyLocaleNode(void *
locale_info
)
181
p=(LocaleInfo *)
locale_info
;
530
*
locale_info
;
539
locale_info
=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache);
541
return(
locale_info
);
543
locale_info
=(const LocaleInfo *) GetValueFromSplayTree(locale_cache,tag);
545
return(
locale_info
);
768
*
locale_info
;
777
locale_info
=GetLocaleInfo_(name,exception);
779
if (
locale_info
!= (const LocaleInfo *) NULL
519
*
locale_info
;
local
754
*
locale_info
;
local
1040
**
locale_info
;
local
1167
*
locale_info
;
local
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py
525
locale_info
= locale.getlocale(locale.LC_TIME)
550
locale.setlocale(locale.LC_TIME,
locale_info
)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strptime.py
525
locale_info
= locale.getlocale(locale.LC_TIME)
550
locale.setlocale(locale.LC_TIME,
locale_info
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py
525
locale_info
= locale.getlocale(locale.LC_TIME)
550
locale.setlocale(locale.LC_TIME,
locale_info
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py
525
locale_info
= locale.getlocale(locale.LC_TIME)
550
locale.setlocale(locale.LC_TIME,
locale_info
)
Completed in 398 milliseconds