HomeSort by relevance Sort by last modified time
    Searched full:casing (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/icu4c/data/brkitr/
title.txt 4 # Title Casing Break Rules
  /external/chromium_org/third_party/icu/source/i18n/
casetrn.h 16 * Implementation class for lower-/upper-/title-casing transliterators.
casetrn.cpp 16 * Implementation class for lower-/upper-/title-casing transliterators.
  /external/icu4c/i18n/
casetrn.h 16 * Implementation class for lower-/upper-/title-casing transliterators.
casetrn.cpp 16 * Implementation class for lower-/upper-/title-casing transliterators.
  /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/chrome/browser/extensions/
data_deleter.cc 43 // simpler than special casing. This code should go away once we merge
  /external/chromium_org/net/base/
int128.h 189 // uint64 shifts of >= 64 are undefined, so we will need some special-casing.
206 // uint64 shifts of >= 64 are undefined, so we will need some special-casing.
223 // uint64 shifts of >= 64 are undefined, so we will need some special-casing.
240 // uint64 shifts of >= 64 are undefined, so we will need some special-casing.
  /external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp 16 * Test file for string casing C++ API functions.
227 // some context-sensitive casing depends on normalization data being present
337 // names of TestData children in casing.txt
381 dataerrln("error: UnicodeString.%s() got a wrong result for a test case from casing.res", name);
388 dataerrln("error: UnicodeString.toTitle(options=0) got a wrong result for a test case from casing.res");
447 errcheckln(errorCode, "error: %s() got an error for a test case from casing.res - %s", name, u_errorName(errorCode));
450 errln("error: %s() got a wrong result for a test case from casing.res", name);
465 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status));
517 dataerrln("error: TestCasing() setup failed for %s test case from casing.res: %s", dataNames[whichCase], u_errorName(status));
  /external/chromium_org/ui/base/l10n/
l10n_util_plurals.cc 46 // for the current locale. Special-casing of 'other' will be removed
  /external/icu4c/test/intltest/
strcase.cpp 16 * Test file for string casing C++ API functions.
224 // some context-sensitive casing depends on normalization data being present
334 // names of TestData children in casing.txt
378 dataerrln("error: UnicodeString.%s() got a wrong result for a test case from casing.res", name);
385 dataerrln("error: UnicodeString.toTitle(options=0) got a wrong result for a test case from casing.res");
444 errcheckln(errorCode, "error: %s() got an error for a test case from casing.res - %s", name, u_errorName(errorCode));
447 errln("error: %s() got a wrong result for a test case from casing.res", name);
462 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status));
514 dataerrln("error: TestCasing() setup failed for %s test case from casing.res: %s", dataNames[whichCase], u_errorName(status));
  /external/skia/bench/
StrokeBench.cpp 53 // Test drawing a small stroked version to see the effect of special-casing
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grp.py 43 # lowercase while getgrgid() returns proper casing.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grp.py 43 # lowercase while getgrgid() returns proper casing.
  /external/chromium_org/third_party/icu/source/common/unicode/
ucasemap.h 53 * upper-/lower-/title-casing according to the Unicode standard.
227 * Casing is locale-dependent and context-sensitive.
277 * Casing is locale-dependent and context-sensitive.
306 * Casing is locale-dependent and context-sensitive.
337 * Casing is locale-dependent and context-sensitive.
  /external/icu4c/common/unicode/
ucasemap.h 53 * upper-/lower-/title-casing according to the Unicode standard.
227 * Casing is locale-dependent and context-sensitive.
277 * Casing is locale-dependent and context-sensitive.
306 * Casing is locale-dependent and context-sensitive.
337 * Casing is locale-dependent and context-sensitive.
  /external/chromium_org/google_apis/gaia/
gaia_auth_util.cc 35 // Canonicalization of domain names means lower-casing them. Make sure to
  /external/chromium_org/media/mp4/
aac_unittest.cc 41 // See ISO-14496-3 Section 1.6.6.1.2 for details about this special casing.
  /external/chromium_org/v8/test/mjsunit/
string-externalize.js 70 // Lower-casing an ascii string should produce ascii.
  /external/v8/test/mjsunit/
string-externalize.js 70 // Lower-casing an ascii string should produce ascii.
  /frameworks/native/opengl/tools/glgen/src/
GenerateEGL.java 51 System.out.println("Special-casing function " + fname);
GenerateGLES.java 50 System.out.println("Special-casing function " + fname);
  /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

Completed in 2078 milliseconds

1 2 3 4 5 6 7