HomeSort by relevance Sort by last modified time
    Searched refs:iso (Results 1 - 25 of 35) sorted by null

1 2

  /external/icu4c/i18n/
ucurrimp.h 16 * Internal method. Given a currency ISO code and a locale, return
26 uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
31 * display name in the given locale, or as a 3-letter ISO 4217
33 * selected. If both a display name and a 3-letter ISO code
44 * @return the ISO 4217 code, as a string, of the best match, or
ucurr.cpp 101 // ISO codes mapping table
257 UChar iso[ISO_COUNTRY_CODE_LENGTH+1]; member in struct:CReg
269 uprv_memcpy(iso, _iso, ISO_COUNTRY_CODE_LENGTH * sizeof(const UChar));
270 iso[ISO_COUNTRY_CODE_LENGTH] = 0;
321 result = p->iso;
606 // If we fail to find a match, use the ISO 4217 code
682 // If we fail to find a match, use the ISO 4217 code
780 ++(*total_currency_symbol_count); // iso code
853 char* iso = NULL; // currency ISO cod local
    [all...]
  /external/icu4c/data/mappings/
ucmfiles.mk 101 iso-8859_10-1998.ucm\
102 iso-8859_11-2001.ucm\
103 iso-8859_14-1998.ucm\
114 noop-cns-11643.ucm noop-gb2312_gl.ucm noop-iso-ir-165.ucm\
115 iso-ir-165.ucm cns-11643-1992.ucm\
  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 49 String iso; field in class:MccTable.MccEntry
53 MccEntry(int mnc, String iso, int smallestDigitsMCC) {
54 this(mnc, iso, smallestDigitsMCC, null);
57 MccEntry(int mnc, String iso, int smallestDigitsMCC, String language) {
59 this.iso = iso;
98 if (entry == null || entry.iso == null) {
103 locale = new Locale(entry.iso);
105 locale = new Locale(entry.language, entry.iso);
115 * an ISO two-character country code if available
    [all...]
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 493 AddCharset ISO-8859-8 .iso8859-8
496 AddCharset ISO-2022-JP .jis
498 AddCharset ISO-2022-KR .iso-kr
502 AddCharset ISO-8859-2 .iso-pl
515 AddCharset ISO-8859-5 .iso-ru
apache2-httpd.conf 514 AddCharset ISO-8859-8 .iso8859-8
517 AddCharset ISO-2022-JP .jis
519 AddCharset ISO-2022-KR .iso-kr
523 AddCharset ISO-8859-2 .iso-pl
536 AddCharset ISO-8859-5 .iso-ru
apache2-msys-httpd.conf 515 AddCharset ISO-8859-8 .iso8859-8
518 AddCharset ISO-2022-JP .jis
520 AddCharset ISO-2022-KR .iso-kr
524 AddCharset ISO-8859-2 .iso-pl
537 AddCharset ISO-8859-5 .iso-ru
cygwin-httpd.conf 546 AddCharset ISO-8859-8 .iso8859-8
549 AddCharset ISO-2022-JP .jis
551 AddCharset ISO-2022-KR .iso-kr
555 AddCharset ISO-8859-2 .iso-pl
568 AddCharset ISO-8859-5 .iso-ru
httpd.conf 549 AddCharset ISO-8859-8 .iso8859-8
552 AddCharset ISO-2022-JP .jis
554 AddCharset ISO-2022-KR .iso-kr
558 AddCharset ISO-8859-2 .iso-pl
571 AddCharset ISO-8859-5 .iso-ru
fedora-httpd.conf 619 AddCharset ISO-8859-5 .iso-ru
646 # default browser choice (ISO-8859-1), or to allow the META tags
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 866 String iso = ""; local
1429 String iso = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY); local
    [all...]
  /external/bison/build-aux/
mdate-sh 66 TIME_STYLE=posix-long-iso
  /external/libffi/
mdate-sh 66 TIME_STYLE=posix-long-iso
  /ndk/sources/host-tools/make-3.81/config/
mdate-sh 66 TIME_STYLE=posix-long-iso
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
mdate-sh 65 TIME_STYLE=posix-long-iso
  /external/grub/util/
mkbimage 406 mkisofs -b <image> -c boot.catalog -o raw.iso <dir>
410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 130 return context.getString(R.string.iso);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 123 // the logic should match iso's 8601 standard.
187 // Weeknumber, as per ISO specification:
188 // http://www.cl.cam.ac.uk/~mgk25/iso-time.html
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 123 // the logic should match iso's 8601 standard.
187 // Weeknumber, as per ISO specification:
188 // http://www.cl.cam.ac.uk/~mgk25/iso-time.html
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1352 String iso = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY); local
    [all...]
CDMAPhone.java 212 // Sets iso country property by retrieving from build-time system property
1402 String iso = ""; local
    [all...]
  /device/samsung/crespo/libcamera/
SecCamera.cpp 566 m_params->iso = -1;
2836 int iso = fimc_v4l2_g_ctrl(m_cam_fd, V4L2_CID_CAMERA_GET_ISO); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 177 # GB2312 and CNS11643 in ISO 2022 CN form, Simplified and Traditional Chinese (conversion to Unicode only)
178 ISO2022CN ISO-2022-CN
179 # JIS X 0201, 0208, in ISO 2022 form, Japanese
180 ISO2022JP ISO-2022-JP
181 # ISO 2022 KR, Korean
182 ISO2022KR ISO-2022-KR 0x007F
185 ISO8859-1 ISO-8859-1 0x00FF
186 ISO8859_1 ISO-8859-1 0x00FF
187 8859-1 ISO-8859-1 0x00FF
188 8859_1 ISO-8859-1 0x00F
    [all...]
  /device/samsung/crespo/include/
videodev2_samsung.h 65 /* Manual exposure control items menu type: iris, shutter, iso */
628 int iso; member in struct:sec_cam_parm
  /external/e2fsprogs/lib/blkid/
probe.c 979 struct iso_volume_descriptor *iso; local
982 iso = (struct iso_volume_descriptor *) buf;
983 label = iso->volume_id;
    [all...]

Completed in 500 milliseconds

1 2