OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unsafecp
(Results
1 - 11
of
11
) 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);
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_elm.h
109
uint8_t *
unsafeCP
;
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
...]
/external/icu4c/i18n/
ucol_elm.cpp
205
t->
unsafeCP
= (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
207
if (t->
unsafeCP
== NULL) {
215
uprv_memset(t->
unsafeCP
, 0, UCOL_UNSAFECP_TABLE_SIZE);
352
if(t->
unsafeCP
!= NULL) {
353
r->
unsafeCP
= (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
355
if (r->
unsafeCP
== NULL) {
359
uprv_memcpy(r->
unsafeCP
, t->
unsafeCP
, UCOL_UNSAFECP_TABLE_SIZE);
413
uprv_free(t->
unsafeCP
);
741
/* 1. to the
UnsafeCP
hash table, add all chars with combining class != 0 *
[
all
...]
ucol_elm.h
109
uint8_t *
unsafeCP
;
ucol_imp.h
132
* uint32_t
unsafeCP
; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
[
all
...]
ucol.cpp
[
all
...]
/external/icu4c/common/
ucol_data.h
56
uint32_t
unsafeCP
; /* hash table of unsafe code points */
ucol_swp.cpp
288
/* expansionCESize,
unsafeCP
, contrEndCP: uint8_t[], no need to swap */
/external/chromium_org/third_party/icu/source/common/
ucol_swp.cpp
290
/* expansionCESize,
unsafeCP
, contrEndCP: uint8_t[], no need to swap */
Completed in 197 milliseconds