OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casing
(Results
1 - 25
of
82
) sorted by null
1
2
3
4
/external/icu4c/data/brkitr/
title.txt
4
# Title
Casing
Break Rules
/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.
tridpars.h
270
* have canonical
casing
(the
casing
desired to be produced when
/external/icu4c/test/cintltst/
crestst.c
469
UResourceBundle *idna_rules, *
casing
, *te_IN, *ne, *item;
local
550
* verify that ures_open("
casing
"), which now has a nofallback declaration,
554
casing
=ures_open("testdata", "
casing
", &errorCode);
556
log_data_err("ures_open(\"
casing
\") failed: %s\n", u_errorName(errorCode));
561
item=ures_getByKey(
casing
, "Info", NULL, &errorCode);
563
log_err("
casing
.getByKey(Info) failed - %s\n", u_errorName(errorCode));
569
item=ures_getByKey(
casing
, "ShortLanguage", NULL, &errorCode);
571
log_err("
casing
.getByKey(root key) succeeded despite nofallback declaration - %s\n", u_errorName(errorCode));
574
ures_close(
casing
);
[
all
...]
/external/icu4c/test/intltest/
strcase.cpp
16
* Test file for string
casing
C++ API functions.
225
// some context-sensitive
casing
depends on normalization data being present
335
// names of TestData children in
casing
.txt
379
dataerrln("error: UnicodeString.%s() got a wrong result for a test case from
casing
.res", name);
386
dataerrln("error: UnicodeString.toTitle(options=0) got a wrong result for a test case from
casing
.res");
448
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);
464
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));
transtst.h
323
* Check that
casing
handles surrogates.
/external/icu4c/common/unicode/
ucasemap.h
52
* upper-/lower-/title-
casing
according to the Unicode standard.
207
*
Casing
is locale-dependent and context-sensitive.
257
*
Casing
is locale-dependent and context-sensitive.
286
*
Casing
is locale-dependent and context-sensitive.
317
*
Casing
is locale-dependent and context-sensitive.
/external/icu4c/tools/gencase/
gencase.h
69
/* special
casing
data */
gencase.c
452
fprintf(stderr, "gencase: error parsing special
casing
at %s\n", fields[0][0]);
463
fprintf(stderr, "gencase: too many special
casing
mappings\n");
485
/* sort the special
casing
entries by code point */
/frameworks/base/opengl/tools/glgen/src/
GenerateGLES.java
51
System.out.println("Special-
casing
function " + fname);
GenerateGL.java
52
System.out.println("Special-
casing
function " + fname);
/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)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp"
37
casing
.res
Makefile
128
TEST_RES = $(TEST_RES_SOURCE)
casing
.txt mc.txt root.txt sh.txt sh_YU.txt te.txt te_IN.txt te_IN_REVISED.txt testtypes.txt testaliases.txt testempty.txt structLocale.txt idna_rules.txt conversion.txt icuio.txt testtable32.txt
Makefile.in
135
TEST_RES = $(TEST_RES_SOURCE) $(TEST_RES_LOCAL)
casing
.txt mc.txt root.txt sh.txt sh_YU.txt te.txt te_IN.txt te_IN_REVISED.txt testtypes.txt testaliases.txt testempty.txt structLocale.txt idna_rules.txt conversion.txt icuio.txt testtable32.txt
/external/jpeg/
jcsample.c
155
* by the standard loop. Special-
casing
padded output would be more
222
* by the standard loop. Special-
casing
padded output would be more
259
* by the standard loop. Special-
casing
padded output would be more
302
* by the standard loop. Special-
casing
padded output would be more
403
* by the standard loop. Special-
casing
padded output would be more
/external/icu4c/data/unidata/
Blocks.txt
9
# Note: The
casing
of block names is not normative.
17
# Note: When comparing block names,
casing
, whitespace, hyphens,
SpecialCasing.txt
9
# Special
Casing
Properties
12
# It contains additional information about the
casing
of Unicode characters.
193
# The remainder of this file provides conditional
casing
data used to produce
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URITest.java
158
// URIs whose host names have different
casing
/external/icu4c/common/
ustr_imp.h
97
* Internal string
casing
functions implementing
cstring.c
35
* - with non-default
casing
behavior, like Turkish system locales where
ucase.h
76
/*
Casing
locale types for ucase_getCaseLocale */
/dalvik/libcore/auth/src/main/java/javax/security/auth/x500/
X500Principal.java
196
* whitespace, lower-
casing
the whole name, and bringing it into a
/external/webkit/JavaScriptCore/pcre/
ucpinternal.h
101
The upper/lower
casing
information is set only for characters that come in
/external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp
89
// Function introduced in r28690. This may need special-
casing
on Windows.
Completed in 757 milliseconds
1
2
3
4