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

  /external/icu/icu4c/source/common/
uelement.h 6 * file name: uelement.h
15 * UHashTok moved here from uhash.h and renamed UElement.
17 * uhash.h aliases UElement to UHashTok,
34 * Because a UElement is the size of a native pointer or a 32-bit
37 union UElement {
41 typedef union UElement UElement;
49 typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2);
57 typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e2)
    [all...]
uvector.cpp 14 #include "uelement.h"
75 if ((initialCapacity < 1) || (initialCapacity > (int32_t)(INT32_MAX / sizeof(UElement)))) {
78 elements = (UElement *)uprv_malloc(sizeof(UElement)*initialCapacity);
276 UElement key;
290 UElement key;
296 UElement key;
302 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const {
343 if (newCap > (int32_t)(INT32_MAX / sizeof(UElement))) { // integer overflow check
348 UElement* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap)
    [all...]
unistr_case.cpp 26 #include "uelement.h"
155 uhash_hashCaselessUnicodeString(const UElement key) {
169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) {
uhash.h 18 #include "uelement.h"
85 typedef UElement UHashTok;
612 uhash_hashUnicodeString(const UElement key);
621 uhash_hashCaselessUnicodeString(const UElement key);
uvector.h 19 #include "uelement.h"
86 UElement* elements;
266 int32_t indexOf(UElement key, int32_t startIndex = 0, int8_t hint = 0) const;
268 void sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec);
unistr.cpp 30 #include "uelement.h"
    [all...]
uniset.cpp 21 #include "uelement.h"
128 static void U_CALLCONV cloneUnicodeString(UElement *dst, UElement *src) {
132 static int8_t U_CALLCONV compareUnicodeString(UElement t1, UElement t2) {
    [all...]
  /external/icu/icu4c/source/i18n/
scriptset.h 20 #include "uelement.h"
68 uhash_compareScriptSet(const UElement key1, const UElement key2);
71 uhash_hashScriptSet(const UElement key);
scriptset.cpp 245 uhash_equalsScriptSet(const UElement key1, const UElement key2) {
252 uhash_compareScriptSet(UElement key0, UElement key1) {
267 uhash_hashScriptSet(const UElement key) {
alphaindex.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
uvectest.cpp 14 #include "uelement.h"
70 UVectorTest_compareInt32(UElement key1, UElement key2) {
82 UVectorTest_compareCstrings(const UElement key1, const UElement key2) {
164 static UBool U_CALLCONV neverTRUE(const UElement /*key1*/, const UElement /*key2*/) {
itspoof.cpp 465 UElement arabEl; arabEl.pointer = &arabSet;
466 UElement latinEl; latinEl.pointer = &latinSet;
  /external/icu/icu4c/source/tools/genrb/
reslist.c 27 #include "uelement.h"
    [all...]

Completed in 302 milliseconds