Searched defs:swapper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dudataswp.c315 UDataSwapper *swapper; local
325 /* allocate the swapper */
326 swapper=uprv_malloc(sizeof(UDataSwapper));
327 if(swapper==NULL) {
331 uprv_memset(swapper, 0, sizeof(UDataSwapper));
334 swapper->inIsBigEndian=inIsBigEndian;
335 swapper->inCharset=inCharset;
336 swapper->outIsBigEndian=outIsBigEndian;
337 swapper->outCharset=outCharset;
339 swapper
[all...]
/external/icu4c/common/
H A Dudataswp.c315 UDataSwapper *swapper; local
325 /* allocate the swapper */
326 swapper=uprv_malloc(sizeof(UDataSwapper));
327 if(swapper==NULL) {
331 uprv_memset(swapper, 0, sizeof(UDataSwapper));
334 swapper->inIsBigEndian=inIsBigEndian;
335 swapper->inCharset=inCharset;
336 swapper->outIsBigEndian=outIsBigEndian;
337 swapper->outCharset=outCharset;
339 swapper
[all...]
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...

Completed in 215 milliseconds