OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contrEndCP
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
ucol_elm.h
110
uint8_t *
contrEndCP
;
ucol_elm.cpp
208
t->
contrEndCP
= (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
210
if (t->
contrEndCP
== NULL) {
214
uprv_memset(t->
contrEndCP
, 0, UCOL_UNSAFECP_TABLE_SIZE);
360
if(t->
contrEndCP
!= NULL) {
361
r->
contrEndCP
= (uint8_t *)uprv_malloc(UCOL_UNSAFECP_TABLE_SIZE);
363
if (r->
contrEndCP
== NULL) {
367
uprv_memcpy(r->
contrEndCP
, t->
contrEndCP
, UCOL_UNSAFECP_TABLE_SIZE);
412
uprv_free(t->
contrEndCP
);
878
// ContrEndCPSet(t->
contrEndCP
, element->cPoints[0])
[
all
...]
ucol_imp.h
129
* uint32_t
contrEndCP
; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
[
all
...]
ucol.cpp
811
htbyte = coll->
contrEndCP
[hash>>3];
886
result->
contrEndCP
= (uint8_t *)result->image + result->image->
contrEndCP
;
[
all
...]
Completed in 606 milliseconds