Home | History | Annotate | Download | only in i18n

Lines Matching refs:NO_CE32

56               ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32),
76 * Initially NO_CE32. Set only while building runtime data structures,
260 if(cond->builtCE32 == Collation::NO_CE32) {
565 cond->builtCE32 = Collation::NO_CE32;
581 cond->builtCE32 = Collation::NO_CE32;
633 return Collation::NO_CE32;
640 if(ce32 != Collation::NO_CE32) { return ce32; }
692 if(ce32 == Collation::NO_CE32) { break; }
1319 getConditionalCE32ForCE32(ce32)->builtCE32 = Collation::NO_CE32;
1397 if(cond->defaultCE32 != Collation::NO_CE32 &&
1446 U_ASSERT(head->defaultCE32 != Collation::NO_CE32);