Lines Matching full:aux
946 uint16_t aux=UTRIE2_GET16(&auxTrie, c);
947 return (UBool)((aux&_NORM_AUX_COMP_EX_MASK)!=0);
961 uint16_t aux=UTRIE2_GET16(&auxTrie, c);
962 return (UBool)((aux&_NORM_AUX_UNSAFE_MASK)==0);
1076 uint16_t aux;
1086 aux=UTRIE2_GET16(&auxTrie, c);
1087 aux&=_NORM_AUX_FNC_MASK;
1089 aux=0;
1091 if(aux!=0) {
1095 s=(const UChar *)(extraData+aux);
1116 uint16_t aux;
1176 aux=UTRIE2_GET16(&auxTrie, c);
1177 return (aux&_NORM_AUX_NFC_SKIP_F_MASK)==0; /* TRUE=skippable if the (f) flag is not set */