HomeSort by relevance Sort by last modified time
    Searched refs:casing (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c 472 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item; local
553 * verify that ures_open("casing"), which now has a nofallback declaration,
557 casing=ures_open("testdata", "casing", &errorCode);
559 log_data_err("ures_open(\"casing\") failed: %s\n", u_errorName(errorCode));
564 item=ures_getByKey(casing, "Info", NULL, &errorCode);
566 log_err("casing.getByKey(Info) failed - %s\n", u_errorName(errorCode));
572 item=ures_getByKey(casing, "ShortLanguage", NULL, &errorCode);
574 log_err("casing.getByKey(root key) succeeded despite nofallback declaration - %s\n", u_errorName(errorCode));
577 ures_close(casing);
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 472 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item; local
553 * verify that ures_open("casing"), which now has a nofallback declaration,
557 casing=ures_open("testdata", "casing", &errorCode);
559 log_data_err("ures_open(\"casing\") failed: %s\n", u_errorName(errorCode));
564 item=ures_getByKey(casing, "Info", NULL, &errorCode);
566 log_err("casing.getByKey(Info) failed - %s\n", u_errorName(errorCode));
572 item=ures_getByKey(casing, "ShortLanguage", NULL, &errorCode);
574 log_err("casing.getByKey(root key) succeeded despite nofallback declaration - %s\n", u_errorName(errorCode));
577 ures_close(casing);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-externalize.js 70 // Lower-casing an ascii string should produce ascii.
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
string-externalize.js 70 // Lower-casing an ascii string should produce ascii.
unicode-test.js     [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
testdata.mak 31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm"
37 casing.res
  /external/icu4c/test/testdata/
testdata.mak 31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test2.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm"
37 casing.res
  /external/stlport/test/unit/
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 4341 milliseconds