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

1 2

  /external/chromium_org/third_party/icu/source/common/
uhash.h 83 * UHashTok, but the deleter receives the void* pointer within it.
85 * Because a UHashTok is the size of a native pointer or a 32-bit
88 union UHashTok {
92 typedef union UHashTok UHashTok;
100 UHashTok value;
101 UHashTok key;
110 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
118 typedef UBool U_CALLCONV UKeyComparator(const UHashTok key1,
119 const UHashTok key2)
    [all...]
uhash_us.cpp 24 uhash_hashUnicodeString(const UHashTok key) {
37 uhash_compareUnicodeString(const UHashTok key1, const UHashTok key2) {
uvector.cpp 74 if ((initialCapacity < 1) || (initialCapacity > (int32_t)(INT32_MAX / sizeof(UHashTok)))) {
77 elements = (UHashTok *)uprv_malloc(sizeof(UHashTok)*initialCapacity);
275 UHashTok key;
289 UHashTok key;
295 UHashTok key;
301 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const {
342 if (newCap > (int32_t)(INT32_MAX / sizeof(UHashTok))) { // integer overflow check
347 UHashTok* newElems = (UHashTok *)uprv_realloc(elements, sizeof(UHashTok)*newCap)
    [all...]
uhash.c 117 /* This macro expects a UHashTok.pointer as its keypointer and
139 static UHashTok
142 UHashTok key, UHashTok value, int8_t hint) {
144 UHashTok oldValue = e->value;
156 /* Compilers should copy the UHashTok union correctly, but even if
179 static UHashTok
181 UHashTok empty;
212 UHashTok emptytok;
330 _uhash_find(const UHashtable *hash, UHashTok key
    [all...]
uvector.h 28 typedef int8_t U_CALLCONV USortComparator(UHashTok tok1,
29 UHashTok tok2);
37 typedef void U_CALLCONV UTokenAssigner(UHashTok *dst,
38 UHashTok *src);
103 UHashTok* elements;
275 int32_t indexOf(UHashTok key, int32_t startIndex = 0, int8_t hint = 0) const;
277 void sortedInsert(UHashTok tok, USortComparator *compare, UErrorCode& ec);
unistr_case.cpp 221 uhash_hashCaselessUnicodeString(const UHashTok key) {
235 uhash_compareCaselessUnicodeString(const UHashTok key1, const UHashTok key2) {
  /external/icu/icu4c/source/common/
uhash.h 83 * UHashTok, but the deleter receives the void* pointer within it.
85 typedef UElement UHashTok;
93 UHashTok value;
94 UHashTok key;
103 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
519 * UHashTok convenience
523 * Return a UHashTok for an integer.
525 * @return a UHashTok for an integer.
527 /*U_CAPI UHashTok U_EXPORT2
531 * Return a UHashTok for a pointer
    [all...]
uhash.c 118 /* This macro expects a UHashTok.pointer as its keypointer and
140 static UHashTok
143 UHashTok key, UHashTok value, int8_t hint) {
145 UHashTok oldValue = e->value;
157 /* Compilers should copy the UHashTok union correctly, but even if
180 static UHashTok
182 UHashTok empty;
213 UHashTok emptytok;
331 _uhash_find(const UHashtable *hash, UHashTok key
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 26 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key);
28 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2);
46 * UHashTok wrapper functions
51 UHashTok s, t;
59 UHashTok s, t;
67 UHashTok s, t;
75 UHashTok s, t;
322 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key) {
326 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 26 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key);
28 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2);
46 * UHashTok wrapper functions
51 UHashTok s, t;
59 UHashTok s, t;
67 UHashTok s, t;
75 UHashTok s, t;
322 static int32_t U_EXPORT2 U_CALLCONV hashChars(const UHashTok key) {
326 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
currpinf.cpp 37 static UBool U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2);
40 U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2) {
332 const UHashTok keyTok = element->key;
333 const UHashTok valueTok = element->value;
368 const UHashTok keyTok = element->key;
370 const UHashTok valueTok = element->value;
dtitvinf.cpp 474 const UHashTok keyTok = elem->key;
579 const UHashTok keyTok = element->key;
580 const UHashTok valueTok = element->value;
597 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
600 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) {
640 const UHashTok keyTok = element->key;
642 const UHashTok valueTok = element->value;
tmutfmt.cpp 260 const UHashTok keyTok = elem->key;
266 const UHashTok valueTok = elem->value;
755 const UHashTok keyTok = elem->value;
770 const UHashTok valueTok = element->value;
791 const UHashTok keyTok = element->key;
793 const UHashTok valueTok = element->value;
819 static UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2);
    [all...]
selfmt.cpp 431 const UHashTok otherKeyTok = elem->key;
433 const UHashTok otherKeyToVal = elem->value;
  /external/chromium_org/third_party/icu/source/test/intltest/
uvectest.cpp 70 UVectorTest_compareInt32(UHashTok key1, UHashTok key2) {
82 UVectorTest_compareCstrings(const UHashTok key1, const UHashTok key2) {
164 static UBool U_CALLCONV neverTRUE(const UHashTok /*key1*/, const UHashTok /*key2*/) {
sfwdchit.cpp 95 UHashTok key;
  /external/icu/icu4c/source/i18n/
currpinf.cpp 38 static UBool U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2);
41 U_CALLCONV ValueComparator(UHashTok val1, UHashTok val2) {
344 const UHashTok valueTok = element->value;
383 const UHashTok keyTok = element->key;
385 const UHashTok valueTok = element->value;
dtitvinf.cpp 487 const UHashTok keyTok = elem->key;
592 const UHashTok valueTok = element->value;
609 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
612 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) {
656 const UHashTok keyTok = element->key;
658 const UHashTok valueTok = element->value;
tmutfmt.cpp 194 const UHashTok keyTok = elem->key;
200 const UHashTok valueTok = elem->value;
692 const UHashTok valueTok = element->value;
713 const UHashTok keyTok = element->key;
715 const UHashTok valueTok = element->value;
741 static UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2);
744 U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
currpinf.h 21 union UHashTok;
dtitvinf.h 34 union UHashTok;
tmutfmt.h 32 union UHashTok;
  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 95 UHashTok key;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
231 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {
  /external/icu/icu4c/source/tools/gensprep/
store.c 226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
231 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {

Completed in 226 milliseconds

1 2