HomeSort by relevance Sort by last modified time
    Searched refs:outputType (Results 1 - 16 of 16) sorted by null

  /frameworks/base/location/java/android/location/
Location.java 154 * Converts a coordinate to a String representation. The outputType
160 * @throws IllegalArgumentException if outputType is not one of
163 public static String convert(double coordinate, int outputType) {
168 if ((outputType != FORMAT_DEGREES) &&
169 (outputType != FORMAT_MINUTES) &&
170 (outputType != FORMAT_SECONDS)) {
171 throw new IllegalArgumentException("outputType=" + outputType);
183 if (outputType == FORMAT_MINUTES || outputType == FORMAT_SECONDS)
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 118 * use the special outputType MBCS_OUTPUT_EXT_ONLY.
663 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
715 switch(mbcsTable->outputType) {
    [all...]
ucnv_bld.c     [all...]
ucnv_ext.c 268 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
269 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
764 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
    [all...]
ucnvmbcs.h 145 * 7.. 0 outputType
169 * if(outputType==MBCS_OUTPUT_EXT_ONLY) {
198 * if(outputType==MBCS_OUTPUT_1) {
212 * if(outputType==MBCS_OUTPUT_1) {
225 * if(outputType!=MBCS_OUTPUT_1 &&
382 uint8_t outputType, unicodeMask;
ucnv2022.c     [all...]
  /external/expat/xmlwf/
xmlwf.c 650 int outputType = 0;
698 outputType = 'm';
702 outputType = 'c';
707 outputType = 't';
766 if (outputType == 't') {
808 switch (outputType) {
849 if (outputType == 'm')
  /external/icu4c/tools/toolutil/
ucmstate.c 281 states->outputType=(int8_t)(states->maxCharLength-1);
565 states->outputType=MBCS_OUTPUT_2_SISO;
625 if(states->outputType==MBCS_OUTPUT_2_SISO) {
    [all...]
pkgitems.cpp 493 uint8_t outputType;
550 outputType=(uint8_t)mbcsHeaderFlags;
552 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
ucm.h 98 int8_t conversionType, outputType;
ucm.c 430 isSISO=(UBool)(baseStates->outputType==MBCS_OUTPUT_2_SISO);
1024 ucm->states.outputType=-1;
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.c 537 if(data->ucm->states.outputType<0) {
538 data->ucm->states.outputType=(int8_t)data->ucm->states.maxCharLength-1;
genmbcs.c 381 if(length==2 && mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO) {
689 if( mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO &&
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1053 milliseconds