OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsafeCP
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/
ucol_data.h
56
uint32_t
unsafeCP
; /* hash table of unsafe code points */
/external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h
109
uint8_t *
unsafeCP
;
ucol_elm.cpp
203
t->
unsafeCP
= (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
205
if (t->
unsafeCP
== NULL) {
213
uprv_memset(t->
unsafeCP
, 0, UCOL_UNSAFECP_TABLE_SIZE);
350
if(t->
unsafeCP
!= NULL) {
351
r->
unsafeCP
= (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
353
if (r->
unsafeCP
== NULL) {
357
uprv_memcpy(r->
unsafeCP
, t->
unsafeCP
, UCOL_UNSAFECP_TABLE_SIZE);
411
uprv_free(t->
unsafeCP
);
739
/* 1. to the
UnsafeCP
hash table, add all chars with combining class != 0 *
[
all
...]
ucol_imp.h
128
* uint32_t
unsafeCP
; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
[
all
...]
ucol.cpp
879
result->
unsafeCP
= (uint8_t *)result->image + result->image->
unsafeCP
;
[
all
...]
Completed in 54 milliseconds