OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_test_case
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
spreptst.c
654
static const char *
profile_test_case
[] = {
variable
764
for (i = 0; i < LENGTHOF(
profile_test_case
); i++) {
765
if (uprv_strstr(
profile_test_case
[i], "RFC")) {
770
profileName =
profile_test_case
[i];
784
srcLength = u_unescape(
profile_test_case
[i], src, srcLength);
785
expectedLength = u_unescape(
profile_test_case
[++i], expected, expectedLength);
789
if (uprv_strstr(
profile_test_case
[i], "FAIL") == NULL) {
796
if (uprv_strstr(
profile_test_case
[i], "FAIL") != NULL) {
/external/icu4c/test/cintltst/
spreptst.c
654
static const char *
profile_test_case
[] = {
variable
764
for (i = 0; i < LENGTHOF(
profile_test_case
); i++) {
765
if (uprv_strstr(
profile_test_case
[i], "RFC")) {
770
profileName =
profile_test_case
[i];
784
srcLength = u_unescape(
profile_test_case
[i], src, srcLength);
785
expectedLength = u_unescape(
profile_test_case
[++i], expected, expectedLength);
789
if (uprv_strstr(
profile_test_case
[i], "FAIL") == NULL) {
796
if (uprv_strstr(
profile_test_case
[i], "FAIL") != NULL) {
Completed in 125 milliseconds