OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCOL_UNSAFECP_TABLE_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp
203
t->unsafeCP = (uint8_t *)uprv_malloc(
UCOL_UNSAFECP_TABLE_SIZE
);
208
t->contrEndCP = (uint8_t *)uprv_malloc(
UCOL_UNSAFECP_TABLE_SIZE
);
213
uprv_memset(t->unsafeCP, 0,
UCOL_UNSAFECP_TABLE_SIZE
);
214
uprv_memset(t->contrEndCP, 0,
UCOL_UNSAFECP_TABLE_SIZE
);
351
r->unsafeCP = (uint8_t *)uprv_malloc(
UCOL_UNSAFECP_TABLE_SIZE
);
357
uprv_memcpy(r->unsafeCP, t->unsafeCP,
UCOL_UNSAFECP_TABLE_SIZE
);
361
r->contrEndCP = (uint8_t *)uprv_malloc(
UCOL_UNSAFECP_TABLE_SIZE
);
367
uprv_memcpy(r->contrEndCP, t->contrEndCP,
UCOL_UNSAFECP_TABLE_SIZE
);
678
if (hash >=
UCOL_UNSAFECP_TABLE_SIZE
*8) {
691
if (hash >=
UCOL_UNSAFECP_TABLE_SIZE
*8)
[
all
...]
ucol_imp.h
77
* and for backward CE iteration (each set is uint8_t[
UCOL_UNSAFECP_TABLE_SIZE
])
239
#define
UCOL_UNSAFECP_TABLE_SIZE
1056
[
all
...]
ucol.cpp
805
if (hash >=
UCOL_UNSAFECP_TABLE_SIZE
*8) {
[
all
...]
/external/icu4c/i18n/
ucol_elm.cpp
205
t->unsafeCP = (uint8_t *)uprv_malloc(
UCOL_UNSAFECP_TABLE_SIZE
);
210
t->contrEndCP = (uint8_t *)uprv_malloc(
UCOL_UNSAFECP_TABLE_SIZE
);
215
uprv_memset(t->unsafeCP, 0,
UCOL_UNSAFECP_TABLE_SIZE
);
216
uprv_memset(t->contrEndCP, 0,
UCOL_UNSAFECP_TABLE_SIZE
);
353
r->unsafeCP = (uint8_t *)uprv_malloc(
UCOL_UNSAFECP_TABLE_SIZE
);
359
uprv_memcpy(r->unsafeCP, t->unsafeCP,
UCOL_UNSAFECP_TABLE_SIZE
);
363
r->contrEndCP = (uint8_t *)uprv_malloc(
UCOL_UNSAFECP_TABLE_SIZE
);
369
uprv_memcpy(r->contrEndCP, t->contrEndCP,
UCOL_UNSAFECP_TABLE_SIZE
);
680
if (hash >=
UCOL_UNSAFECP_TABLE_SIZE
*8) {
693
if (hash >=
UCOL_UNSAFECP_TABLE_SIZE
*8)
[
all
...]
ucol_imp.h
81
* and for backward CE iteration (each set is uint8_t[
UCOL_UNSAFECP_TABLE_SIZE
])
237
#define
UCOL_UNSAFECP_TABLE_SIZE
1056
[
all
...]
ucol.cpp
876
if (hash >=
UCOL_UNSAFECP_TABLE_SIZE
*8) {
[
all
...]
Completed in 290 milliseconds