OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newce
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
ucol_sit.cpp
695
uint32_t
newCE
= *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
697
if(
newCE
!= UCOL_NOT_FOUND) {
698
if(isSpecial(CE) && getCETag(CE) == CONTRACTION_TAG && isSpecial(
newCE
) && getCETag(
newCE
) == SPEC_PROC_TAG && addPrefixes) {
699
addSpecial(context, buffer, bufLen,
newCE
, leftIndex, rightIndex, status);
718
newCE
= *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
720
if(isSpecial(
newCE
) && (getCETag(
newCE
) == CONTRACTION_TAG || getCETag(
newCE
) == SPEC_PROC_TAG)) {
721
addSpecial(context, buffer, bufLen,
newCE
, leftIndex, rightIndex, status)
[
all
...]
ucol_cnt.h
90
uprv_cnttab_changeContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t
newCE
, UErrorCode *status);
ucol_elm.cpp
906
uint32_t
newCE
= uprv_uca_processContraction(contractions, element, UCOL_NOT_FOUND, status);
907
uprv_cnttab_addContraction(contractions, firstContractionOffset, *element->prefix,
newCE
, status);
[
all
...]
ucol_cnt.cpp
558
uprv_cnttab_changeContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t
newCE
, UErrorCode *status) {
580
tbl->CEs[position] =
newCE
;
usearch.cpp
327
uint32_t
newce
= getCE(strsrch, ce);
local
328
if (
newce
) {
330
newce
,
[
all
...]
Completed in 35 milliseconds