OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UElement
(Results
1 - 14
of
14
) sorted by null
/external/icu/icu4c/source/common/
uelement.h
8
* file name:
uelement
.h
17
* UHashTok moved here from uhash.h and renamed
UElement
.
19
* uhash.h aliases
UElement
to UHashTok,
36
* Because a
UElement
is the size of a native pointer or a 32-bit
39
union
UElement
{
43
typedef union
UElement
UElement
;
51
typedef UBool U_CALLCONV UElementsAreEqual(const
UElement
e1, const
UElement
e2);
59
typedef int8_t U_CALLCONV UElementComparator(
UElement
e1, UElement e2)
[
all
...]
uvector.cpp
16
#include "
uelement
.h"
77
if ((initialCapacity < 1) || (initialCapacity > (int32_t)(INT32_MAX / sizeof(
UElement
)))) {
80
elements = (
UElement
*)uprv_malloc(sizeof(
UElement
)*initialCapacity);
278
UElement
key;
292
UElement
key;
298
UElement
key;
304
int32_t UVector::indexOf(
UElement
key, int32_t startIndex, int8_t hint) const {
345
if (newCap > (int32_t)(INT32_MAX / sizeof(
UElement
))) { // integer overflow check
350
UElement
* newElems = (UElement *)uprv_realloc(elements, sizeof(UElement)*newCap)
[
all
...]
unistr_case.cpp
33
#include "
uelement
.h"
225
uhash_hashCaselessUnicodeString(const
UElement
key) {
239
uhash_compareCaselessUnicodeString(const
UElement
key1, const
UElement
key2) {
uhash.h
20
#include "
uelement
.h"
91
typedef
UElement
UHashTok;
644
uhash_hashUnicodeString(const
UElement
key);
653
uhash_hashCaselessUnicodeString(const
UElement
key);
uvector.h
21
#include "
uelement
.h"
88
UElement
* elements;
268
int32_t indexOf(
UElement
key, int32_t startIndex = 0, int8_t hint = 0) const;
270
void sortedInsert(
UElement
e, UElementComparator *compare, UErrorCode& ec);
filteredbrk.cpp
51
static int8_t U_CALLCONV compareUnicodeString(
UElement
t1,
UElement
t2) {
uniset.cpp
24
#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
...]
unistr.cpp
32
#include "
uelement
.h"
[
all
...]
/external/icu/icu4c/source/i18n/
scriptset.h
22
#include "
uelement
.h"
76
uhash_compareScriptSet(const
UElement
key1, const
UElement
key2);
79
uhash_hashScriptSet(const
UElement
key);
scriptset.cpp
290
uhash_equalsScriptSet(const
UElement
key1, const
UElement
key2) {
297
uhash_compareScriptSet(
UElement
key0,
UElement
key1) {
312
uhash_hashScriptSet(const
UElement
key) {
alphaindex.cpp
[
all
...]
/external/icu/icu4c/source/test/intltest/
uvectest.cpp
16
#include "
uelement
.h"
72
UVectorTest_compareInt32(
UElement
key1,
UElement
key2) {
84
UVectorTest_compareCstrings(const
UElement
key1, const
UElement
key2) {
166
static UBool U_CALLCONV neverTRUE(const
UElement
/*key1*/, const
UElement
/*key2*/) {
itspoof.cpp
521
UElement
arabEl; arabEl.pointer = &arabSet;
522
UElement
latinEl; latinEl.pointer = &latinSet;
/external/icu/icu4c/source/tools/genrb/
reslist.cpp
40
#include "
uelement
.h"
307
string_hash(const
UElement
key) {
313
string_comp(const
UElement
key1, const
UElement
key2) {
[
all
...]
Completed in 998 milliseconds