Home | History | Annotate | Download | only in common

Lines Matching defs:nt

329     NewTrieAndStatus *nt=(NewTrieAndStatus *)context;
330 if(value!=nt->trie->initialValue) {
331 if(nt->exclusiveLimit) {
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);