Home
last modified time | relevance | path

Searched refs:baseTag (Results 1 – 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DTailoredSet.java151 int baseTag; in compare() local
153 baseTag = Collation.tagFromCE32(baseCE32); in compare()
154 assert (baseTag != Collation.PREFIX_TAG); in compare()
155 assert (baseTag != Collation.CONTRACTION_TAG); in compare()
157 baseTag = -1; in compare()
161 if (baseTag == Collation.OFFSET_TAG) { in compare()
179 if (tag != baseTag) { in compare()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java149 int baseTag; in compare() local
151 baseTag = Collation.tagFromCE32(baseCE32); in compare()
152 assert (baseTag != Collation.PREFIX_TAG); in compare()
153 assert (baseTag != Collation.CONTRACTION_TAG); in compare()
155 baseTag = -1; in compare()
159 if (baseTag == Collation.OFFSET_TAG) { in compare()
177 if (tag != baseTag) { in compare()
/external/icu/icu4c/source/i18n/
Dcollationsets.cpp135 int32_t baseTag; in compare() local
137 baseTag = Collation::tagFromCE32(baseCE32); in compare()
138 U_ASSERT(baseTag != Collation::PREFIX_TAG); in compare()
139 U_ASSERT(baseTag != Collation::CONTRACTION_TAG); in compare()
141 baseTag = -1; in compare()
145 if(baseTag == Collation::OFFSET_TAG) { in compare()
163 if(tag != baseTag) { in compare()
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dtag.py56 def __init__(self, baseTag=(), *superTags): argument
57 self.__baseTag = baseTag
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DCustomElements.js459 var baseTag = definition.extends;
461 baseTag = a.is && a.tag;
463 definition.tag = baseTag || definition.__name;
464 if (baseTag) {
Dwebcomponents-lite.js1520 var baseTag = definition.extends;
1522 baseTag = a.is && a.tag;
1524 definition.tag = baseTag || definition.__name;
1525 if (baseTag) {
Dwebcomponents.js5854 var baseTag = definition.extends;
5856 baseTag = a.is && a.tag;
5858 definition.tag = baseTag || definition.__name;
5859 if (baseTag) {
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
DCustomElements.js459 var baseTag = definition.extends;
461 baseTag = a.is && a.tag;
463 definition.tag = baseTag || definition.__name;
464 if (baseTag) {
Dwebcomponents-lite.js1520 var baseTag = definition.extends;
1522 baseTag = a.is && a.tag;
1524 definition.tag = baseTag || definition.__name;
1525 if (baseTag) {
Dwebcomponents.js5854 var baseTag = definition.extends;
5856 baseTag = a.is && a.tag;
5858 definition.tag = baseTag || definition.__name;
5859 if (baseTag) {