Searched refs:mapping (Results 101 - 125 of 475) sorted by last modified time

1234567891011>>

/external/icu/icu4c/source/tools/gensprep/
H A Dgensprep.h49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
H A Dstore.c38 * The file format prepared and written here contains a 16-bit trie and a mapping table.
71 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
72 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
73 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the mapping table
74 * indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START] -- The starting index of 4 UChars mapping index in the mapping table
99 * 1 - ON : The value in the next 14 bits is an index into the mapping tabl
213 UChar* mapping; member in struct:ValueStruct
354 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status) argument
[all...]
/external/icu/icu4c/source/data/
H A Dmakedata.mak185 # Always build the mapping files for the EBCDIC fallback codepages
/external/icu/icu4c/source/data/mappings/
H A Ducmcore.mk6 # without any mapping tables:
/external/icu/icu4c/source/i18n/
H A Dregion.cpp218 UResourceBundle *mapping = ures_getNextResource(codeMappings,NULL,&status); local
219 if ( ures_getType(mapping) == URES_ARRAY && ures_getSize(mapping) == 3) {
220 UnicodeString codeMappingID = ures_getUnicodeStringByIndex(mapping,0,&status);
221 UnicodeString codeMappingNumber = ures_getUnicodeStringByIndex(mapping,1,&status);
222 UnicodeString codeMapping3Letter = ures_getUnicodeStringByIndex(mapping,2,&status);
237 ures_close(mapping);
281 UResourceBundle *mapping = ures_getNextResource(territoryContainment,NULL,&status); local
282 const char *parent = ures_getKey(mapping);
286 for ( int j = 0 ; j < ures_getSize(mapping);
[all...]
H A Duspoof_conf.cpp52 // 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
272 // We have a good input line. Extract the key character and mapping string, and
273 // put them into the appropriate mapping table.
297 // Add the UChar32 -> string mapping to the appropriate table.
362 // For each key code point, check which mapping tables it applies to,
365 // The four logical mapping tables are conflated into one combined table.
366 // If multiple logical tables have the same mapping for some key, they
368 // If more than one mapping exists for the same key code point, multiple
514 // No mapping for this key character.
520 // Check whether there is already an entry with the correct mapping
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c37 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
50 uint32_t mapping[40]; local
79 /* parse the mapping string */
80 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
82 /* compare the mapping */
83 compareMapping(data, code,mapping, length,USPREP_MAP);
116 * Initial value stored in the mapping table
147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
192 if(mapping[
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnptrans.cpp50 mapping = NULL;
63 // create the mapping transliterator
71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule,
113 (mapping == NULL)
116 delete mapping;
118 mapping = NULL;
130 delete mapping;
131 mapping = NULL;
157 mapping->transliterate(rsource);
H A Dnptrans.h37 Transliterator *mapping; member in class:NamePrepTransform
65 * Map every character in input stream with mapping character
66 * in the mapping table and populate the output stream.
67 * For any individual character the mapping table may specify
H A Dtestidn.cpp53 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
146 uint32_t mapping[40]; local
187 /* parse the mapping string */
188 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
190 /* store the mapping */
191 compareMapping(code,mapping, length,USPREP_MAP);
226 * Initial value stored in the mapping table
327 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
368 if(mapping[
[all...]
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp650 const uint16_t *mapping=getMapping(norm16); local
651 uint16_t firstUnit=*mapping;
656 leadCC=(uint8_t)(*(mapping-1)>>8);
660 return buffer.append((const UChar *)mapping+1, length, leadCC, trailCC, errorCode);
684 const uint16_t *mapping=getMapping(norm16); local
685 length=*mapping&MAPPING_LENGTH_MASK;
686 return (const UChar *)mapping+1;
692 // so that a raw mapping fits that consists of one unit ("rm0")
693 // plus all but the first two code units of the normal mapping.
694 // The maximum length of a normal mapping i
715 const uint16_t *mapping=getMapping(norm16); local
784 const uint16_t *mapping=getMapping(norm16); local
1549 const uint16_t *mapping=getMapping(norm16); local
1583 const uint16_t *mapping=getMapping(norm16); local
1644 const uint16_t *mapping=getMapping(norm16); local
1966 const uint16_t *mapping=getMapping(norm16_2); local
[all...]
H A Dnormalizer2impl.h521 const uint16_t *mapping=getMapping(norm16); local
522 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
523 return (uint8_t)*(mapping-1);
548 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list
549 return list+ // mapping pointer
550 1+ // +1 to skip the first unit with the mapping lenth
551 (*list&MAPPING_LENGTH_MASK); // + mapping length
702 * with a decomposition mapping, that is, with NF*D_QC=No.
704 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward).
722 * which means it has a two-way (round-trip) decomposition mapping
[all...]
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc451 const feature_mapping_t * mapping = (const feature_mapping_t *) bsearch (&features[i].tag, local
456 if (!mapping)
460 feature.rec.feature = mapping->aatFeatureType;
461 feature.rec.setting = features[i].value ? mapping->selectorToEnable : mapping->selectorToDisable;
/external/google-tv-pairing-protocol/cpp/
H A Dconfigure6756 /* The mapping between symbol names and symbols. */
/external/fonttools/Lib/fontTools/
H A Dmerge.py301 'mapping': onlyExisting(sumDicts),
481 subtable.mapping = dups
H A Dsubset.py104 s.glyphs.update(v for g,v in self.mapping.items() if g in cur_glyphs)
108 self.mapping = dict((g,v) for g,v in self.mapping.items()
110 return bool(self.mapping)
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_p_o_s_t.py109 mapping = {}
119 mapping[glyphName] = psName
122 self.mapping = mapping
159 if glyphName in self.mapping:
160 psName = self.mapping[glyphName]
200 if hasattr(self, "mapping"):
207 "ps name mapping for those cases where they differ. That's what\n"
210 items = sorted(self.mapping.items())
237 self.mapping
[all...]
H A DotTables.py145 mapping = {}
154 list(map(operator.setitem, [mapping]*lenMapping, input, outNames))
159 list(map(operator.setitem, [mapping]*lenMapping, input, subst))
162 self.mapping = mapping
166 mapping = getattr(self, "mapping", None)
167 if mapping is None:
168 mapping = self.mapping
[all...]
/external/fonttools/Tools/fontTools/
H A Dmerge.py301 'mapping': onlyExisting(sumDicts),
481 subtable.mapping = dups
H A Dsubset.py104 s.glyphs.update(v for g,v in self.mapping.items() if g in cur_glyphs)
108 self.mapping = dict((g,v) for g,v in self.mapping.items()
110 return bool(self.mapping)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_p_o_s_t.py109 mapping = {}
119 mapping[glyphName] = psName
122 self.mapping = mapping
159 if glyphName in self.mapping:
160 psName = self.mapping[glyphName]
200 if hasattr(self, "mapping"):
207 "ps name mapping for those cases where they differ. That's what\n"
210 items = sorted(self.mapping.items())
237 self.mapping
[all...]
H A DotTables.py145 mapping = {}
154 list(map(operator.setitem, [mapping]*lenMapping, input, outNames))
159 list(map(operator.setitem, [mapping]*lenMapping, input, subst))
162 self.mapping = mapping
166 mapping = getattr(self, "mapping", None)
167 if mapping is None:
168 mapping = self.mapping
[all...]
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh38 set mapping cartesian
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 314 milliseconds

1234567891011>>