Home
last modified time | relevance | path

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

/external/icu4c/data/rbnf/
Dmt.txt185 "300: <%%spellout-cardinal-masculine< mija[>%%and-typeA-masculine>];",
186 "1000: elf[>%%and-typeA-masculine>];",
187 "2000: elfejn[>%%and-typeA-masculine>];",
188 "3000: <%%thousands< elef[>%%and-typeA-masculine>];",
189 "11000/1000: <%%spellout-cardinal-masculine< elf[>%%and-typeA-masculine>];",
190 "1000000: miljun[>%%and-typeA-masculine>];",
191 "2000000: <%%spellout-cardinal-masculine< miljuni[>%%and-typeA-masculine>];",
192 "11000000/1,000: <%%spellout-cardinal-masculine< miljun[>%%and-typeA-masculine>];",
193 "1000000000: biljun[>%%and-typeA-masculine>];",
194 "2000000000: <%%spellout-cardinal-masculine< biljuni[>%%and-typeA-masculine>];",
[all …]
/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h118 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) << 1 ) argument
119 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) ) argument
120 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 1 ) argument
122 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) ) argument
123 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) >> 1 ) argument
124 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 2 ) argument
/external/neven/Embedded/common/src/b_APIEm/
DFaceFinder.c181 enum bpi_FaceFinderType typeA ) in bpi_faceFinderInit() argument
183 switch( typeA ) in bpi_faceFinderInit()
250 uint32 bpi_faceFinderSizeOf16( struct bbs_Context* cpA, enum bpi_FaceFinderType typeA ) in bpi_faceFinderSizeOf16() argument
252 switch( typeA ) in bpi_faceFinderSizeOf16()
DFaceFinder.h135 enum bpi_FaceFinderType typeA );
158 enum bpi_FaceFinderType typeA );
/external/neven/Embedded/common/src/b_TensorEm/
DVectorMap.c160 enum bts_VectorMapType typeA ) in bts_vectorMapInit() argument
162 switch( typeA ) in bts_vectorMapInit()
249 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA ) in bts_vectorMapSizeOf16() argument
251 switch( typeA ) in bts_vectorMapSizeOf16()
DVectorMap.h118 enum bts_VectorMapType typeA );
139 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA );
/external/neven/Embedded/common/src/b_BitFeatureEm/
DFeature.h126 enum bbf_FeatureType typeA );
147 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA );
DFeature.c183 enum bbf_FeatureType typeA ) in bbf_featureInit() argument
185 switch( typeA ) in bbf_featureInit()
313 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA ) in bbf_featureSizeOf16() argument
315 switch( typeA ) in bbf_featureSizeOf16()
/external/webkit/Source/WebCore/storage/
DIDBLevelDBBackingStore.cpp428 unsigned char typeA = *p++; in compareEncodedIDBKeys() local
434 if (int x = typeB - typeA) // FIXME: Note the subtleness! in compareEncodedIDBKeys()
437 switch (typeA) { in compareEncodedIDBKeys()
/external/libxml2/
Dxmlschemas.c15972 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes() argument
15979 if ((typeA == NULL) || (typeB == NULL)) in xmlSchemaAreEqualTypes()
15981 return (typeA == typeB); in xmlSchemaAreEqualTypes()