OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MappingType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
YAMLParser.h
335
enum
MappingType
{
341
MappingNode(OwningPtr<Document> &D, StringRef Anchor,
MappingType
MT)
369
MappingType
Type;
/external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp
99
enum
MappingType
{ NONE, REMOVED, ROUND_TRIP, ONE_WAY };
101
UBool hasMapping() const { return
mappingType
>REMOVED; }
126
MappingType
mappingType
;
224
if(p->
mappingType
!=Norm::NONE) {
271
p->
mappingType
=Norm::ONE_WAY;
300
p->
mappingType
=Norm::ROUND_TRIP;
307
p->
mappingType
=Norm::REMOVED;
322
if(norms[value].
mappingType
==Norm::ROUND_TRIP) {
441
if(norms[value].
mappingType
==Norm::ROUND_TRIP)
[
all
...]
/external/icu4c/tools/gennorm2/
n2builder.cpp
99
enum
MappingType
{ NONE, REMOVED, ROUND_TRIP, ONE_WAY };
101
UBool hasMapping() const { return
mappingType
>REMOVED; }
127
MappingType
mappingType
;
249
if(p->
mappingType
!=Norm::NONE) {
296
p->
mappingType
=Norm::ONE_WAY;
325
p->
mappingType
=Norm::ROUND_TRIP;
332
p->
mappingType
=Norm::REMOVED;
347
if(norms[value].
mappingType
==Norm::ROUND_TRIP) {
467
if(norm.
mappingType
==Norm::ROUND_TRIP)
[
all
...]
Completed in 245 milliseconds