HomeSort by relevance Sort by last modified time
    Searched refs:URegion (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregion.h 16 * \brief C API: URegion (territory containment and mapping)
18 * URegion objects represent data associated with a particular Unicode Region Code, also known as a
23 * URegion objects can also provide mappings to and from additional codes. There are different types
52 * URegion objects are const/immutable, owned and maintained by ICU itself, so there are not functions
122 * Opaque URegion object for use in C programs.
125 struct URegion;
126 typedef struct URegion URegion; /**< @draft ICU 52 */
129 * Returns a pointer to a URegion for the specified region code: A 2-letter or 3-letter ISO 3166
136 U_DRAFT const URegion* U_EXPORT
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregion.h 16 * \brief C API: URegion (territory containment and mapping)
18 * URegion objects represent data associated with a particular Unicode Region Code, also known as a
23 * URegion objects can also provide mappings to and from additional codes. There are different types
52 * URegion objects are const/immutable, owned and maintained by ICU itself, so there are not functions
120 * Opaque URegion object for use in C programs.
123 struct URegion;
124 typedef struct URegion URegion; /**< @draft ICU 52 */
127 * Returns a pointer to a URegion for the specified region code: A 2-letter or 3-letter ISO 3166
134 U_DRAFT const URegion* U_EXPORT
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uregion.cpp 12 #include "unicode/uregion.h"
19 U_CAPI const URegion* U_EXPORT2
22 return (URegion*)Region::getInstance(regionCode, *status);
26 U_CAPI const URegion* U_EXPORT2
29 return (URegion*)Region::getInstance(code, *status);
41 uregion_areEqual(const URegion* uregion, const URegion* otherRegion)
43 return ( (void*)uregion == (void*)otherRegion );
47 U_CAPI const URegion* U_EXPORT
    [all...]
  /external/icu/icu4c/source/i18n/
uregion.cpp 12 #include "unicode/uregion.h"
19 U_CAPI const URegion* U_EXPORT2
22 return (URegion*)Region::getInstance(regionCode, *status);
26 U_CAPI const URegion* U_EXPORT2
29 return (URegion*)Region::getInstance(code, *status);
41 uregion_areEqual(const URegion* uregion, const URegion* otherRegion)
43 return ( (void*)uregion == (void*)otherRegion );
47 U_CAPI const URegion* U_EXPORT
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
uregiontest.c 5 /* C API TEST FOR UREGION */
17 #include "unicode/uregion.h"
365 const URegion *r = uregion_getRegionFromCode(rd->code, &status);
376 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status);
392 const URegion *r = uregion_getRegionFromCode(rd->code, &status);
402 const URegion *cr = uregion_getRegionFromCode(crID, &status);
403 const URegion *containingRegion = (cr)? uregion_getContainingRegion(cr) : NULL;
421 const URegion *r = uregion_getRegionFromCode(rd->code, &status);
431 const URegion *cr = uregion_getRegionFromCode(crID, &status);
432 const URegion *containingRegion = (cr)? uregion_getContainingRegionOfType(cr, URGN_CONTINENT) : NULL
    [all...]
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 5 /* C API TEST FOR UREGION */
17 #include "unicode/uregion.h"
365 const URegion *r = uregion_getRegionFromCode(rd->code, &status);
376 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status);
392 const URegion *r = uregion_getRegionFromCode(rd->code, &status);
402 const URegion *cr = uregion_getRegionFromCode(crID, &status);
403 const URegion *containingRegion = (cr)? uregion_getContainingRegion(cr) : NULL;
421 const URegion *r = uregion_getRegionFromCode(rd->code, &status);
431 const URegion *cr = uregion_getRegionFromCode(crID, &status);
432 const URegion *containingRegion = (cr)? uregion_getContainingRegionOfType(cr, URGN_CONTINENT) : NULL
    [all...]

Completed in 41 milliseconds