Home | History | Annotate | Download | only in cintltst

Lines Matching refs:TRUE

93     return TRUE;
513 utrie2_setRange32(trie, 1, 5, 234, TRUE, &errorCode);
914 { 0x21, 0x7f, 0x5555, TRUE },
915 { 0x2f800, 0x2fedc, 0x7a, TRUE },
916 { 0x72, 0xdd, 3, TRUE },
918 { 0x201, 0x240, 6, TRUE }, /* 3 consecutive blocks with the same pattern but */
919 { 0x241, 0x280, 6, TRUE }, /* discontiguous value ranges, testing utrie2_enum() */
920 { 0x281, 0x2c0, 6, TRUE },
921 { 0x2f987, 0x2fa98, 5, TRUE },
922 { 0x2f777, 0x2f883, 0, TRUE },
924 { 0x2ffaa, 0x2ffab, 2, TRUE },
925 { 0x2ffbb, 0x2ffc0, 7, TRUE }
989 { 0x8000, 0x89ab, 9, TRUE },
990 { 0x9000, 0xa000, 4, TRUE },
991 { 0xabcd, 0xbcde, 3, TRUE },
992 { 0x55555, 0x110000, 6, TRUE }, /* highStart<U+ffff with non-initialValue */
993 { 0xcccc, 0x55555, 6, TRUE }
1025 { 0, 0x110000, 5, TRUE },
1052 testTrieRanges("set2-overlap.withClone", TRUE,
1173 utrie2_setRange32(trie, 0x740, 0x840-1, 1, TRUE, &errorCode);
1174 utrie2_setRange32(trie, 0x780, 0x880-1, 1, TRUE, &errorCode);
1175 utrie2_setRange32(trie, 0x740, 0x840-1, 2, TRUE, &errorCode);
1176 utrie2_setRange32(trie, 0x780, 0x880-1, 3, TRUE, &errorCode);
1179 utrie2_setRange32(trie, 0x1000, 0x3000-1, 2, TRUE, &errorCode);
1180 utrie2_setRange32(trie, 0x2000, 0x4000-1, 3, TRUE, &errorCode);
1181 utrie2_setRange32(trie, 0x1000, 0x4000-1, 1, TRUE, &errorCode);
1263 (data[0]=0x54726965, 1!=utrie2_getVersion(data, sizeof(data), TRUE)) ||
1265 (data[0]=0x65697254, 1!=utrie2_getVersion(data, sizeof(data), TRUE)) ||
1268 (data[0]=0x54726932, 2!=utrie2_getVersion(data, sizeof(data), TRUE)) ||
1270 (data[0]=0x32697254, 2!=utrie2_getVersion(data, sizeof(data), TRUE)) ||
1307 ok=TRUE;
1357 NULL, TRUE, &errorCode);