OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsoCode
(Results
1 - 3
of
3
) sorted by null
/external/jhead/
makernote.c
120
int
IsoCode
= Get16u(ValuePtr + 16*sizeof(unsigned short));
121
if (
IsoCode
>= 16 &&
IsoCode
<= 24){
122
ImageInfo.ISOequivalent = 50 << (
IsoCode
-16);
/external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp
41
const UChar *
isoCode
; /* const because it's a reference to a resource bundle string. */
493
ucurr_register(const UChar*
isoCode
, const char* locale, UErrorCode *status)
498
return CReg::reg(
isoCode
, id, status);
848
const char*
IsoCode
; // key
[
all
...]
/external/icu/icu4c/source/i18n/
ucurr.cpp
41
const UChar *
isoCode
; /* const because it's a reference to a resource bundle string. */
493
ucurr_register(const UChar*
isoCode
, const char* locale, UErrorCode *status)
498
return CReg::reg(
isoCode
, id, status);
848
const char*
IsoCode
; // key
[
all
...]
Completed in 1748 milliseconds