Home | History | Annotate | Download | only in intltest

Lines Matching refs:UIDNA_USE_STD3_RULES

459     int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT;
590 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
595 destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
618 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
624 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
1001 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT;
1436 UIDNA_USE_STD3_RULES);
1440 UIDNA_USE_STD3_RULES | UIDNA_ALLOW_UNASSIGNED);
1457 UIDNA_USE_STD3_RULES);
1461 UIDNA_USE_STD3_RULES | UIDNA_ALLOW_UNASSIGNED);