OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mappingType
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestSelection.java
101
UnicodeSet excluded, int
mappingType
) {
105
((CharsetICU) testCharset).getUnicodeSet(unicodePointSet,
mappingType
);
139
/* Test bogus
mappingType
*/
142
errln("IllegalArgumentException should have been thrown by CharsetSelector when given a bogus
mappingType
, but got - " + sel.toString());
144
logln("IllegalArgumentException was thrown by CharsetSelector with a bogus
mappingType
.");
[
all
...]
/external/icu/icu4c/source/tools/gennorm2/
norms.h
59
enum
MappingType
{ NONE, REMOVED, ROUND_TRIP, ONE_WAY };
61
UBool hasMapping() const { return
mappingType
>REMOVED; }
88
MappingType
mappingType
;
n2builder.h
88
Norm::
MappingType
mappingType
) const;
norms.cpp
179
if(norm.
mappingType
!=Norm::ROUND_TRIP) { return; }
257
if(norm.
mappingType
==Norm::ROUND_TRIP) {
259
if(cNorm.
mappingType
!=Norm::ROUND_TRIP) {
299
if(norm.
mappingType
==Norm::ROUND_TRIP && prev!=0) {
n2builder.cpp
126
if(p->
mappingType
!=Norm::NONE) {
170
p->
mappingType
=Norm::ONE_WAY;
200
p->
mappingType
=Norm::ROUND_TRIP;
208
p->
mappingType
=Norm::REMOVED;
213
Norm::
MappingType
mappingType
) const {
222
if(
mappingType
==Norm::ONE_WAY && lastStarterIndex<lastIndex && buffer.ccAt(lastIndex)>1) {
357
norm.compositions==nullptr && mappingHasCompBoundaryAfter(buffer, norm.
mappingType
);
361
} else if(norm.
mappingType
==Norm::ROUND_TRIP) {
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar
/prebuilts/misc/common/robolectric/3.1.1/lib/
plexus-container-default-1.0-alpha-9-stable-1.jar
maven-ant-tasks-2.1.3.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/
plexus-container-default-1.0-alpha-9-stable-1.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar
Completed in 452 milliseconds