Home
last modified time | relevance | path

Searched refs:retType (Results 1 – 8 of 8) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
Dsprpdata.c151 UStringPrepType retType; in compareMapping() local
161 retType = getValues(result,&value,&isIndex); in compareMapping()
164 if(type != retType && retType != USPREP_DELETE){ in compareMapping()
186 length = (retType == USPREP_DELETE)? 0 : 1; in compareMapping()
218 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ in compareMapping()
231 UStringPrepType retType; in compareFlagsForRange() local
255 retType = getValues(result, &value, &isIndex); in compareFlagsForRange()
257 if(retType != type){ in compareFlagsForRange()
258 …ed type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); in compareFlagsForRange()
262 …ed type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); in compareFlagsForRange()
/external/icu4c/test/cintltst/
Dsprpdata.c151 UStringPrepType retType; in compareMapping() local
161 retType = getValues(result,&value,&isIndex); in compareMapping()
164 if(type != retType && retType != USPREP_DELETE){ in compareMapping()
186 length = (retType == USPREP_DELETE)? 0 : 1; in compareMapping()
218 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ in compareMapping()
231 UStringPrepType retType; in compareFlagsForRange() local
255 retType = getValues(result, &value, &isIndex); in compareFlagsForRange()
257 if(retType != type){ in compareFlagsForRange()
258 …ed type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); in compareFlagsForRange()
262 …ed type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); in compareFlagsForRange()
/external/chromium/third_party/icu/source/test/intltest/
Dtestidn.cpp334 UStringPrepType retType; in compareMapping() local
337 retType = getValues(result,value,isIndex); in compareMapping()
340 if(type != retType && retType != USPREP_DELETE){ in compareMapping()
362 length = (retType == USPREP_DELETE)? 0 : 1; in compareMapping()
395 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ in compareMapping()
407 UStringPrepType retType; in compareFlagsForRange() local
430 retType = getValues(result,value,isIndex); in compareFlagsForRange()
432 if(retType != type){ in compareFlagsForRange()
433 …ed type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); in compareFlagsForRange()
437 …ed type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); in compareFlagsForRange()
/external/icu4c/test/intltest/
Dtestidn.cpp332 UStringPrepType retType; in compareMapping() local
335 retType = getValues(result,value,isIndex); in compareMapping()
338 if(type != retType && retType != USPREP_DELETE){ in compareMapping()
360 length = (retType == USPREP_DELETE)? 0 : 1; in compareMapping()
393 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ in compareMapping()
405 UStringPrepType retType; in compareFlagsForRange() local
428 retType = getValues(result,value,isIndex); in compareFlagsForRange()
430 if(retType != type){ in compareFlagsForRange()
431 …ed type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); in compareFlagsForRange()
435 …ed type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); in compareFlagsForRange()
/external/webkit/WebCore/platform/gtk/
DPlatformScreenGtk.cpp136 Atom retType; in screenAvailableRect() local
142 … 0, 4, FALSE, XA_CARDINAL, &retType, &retFormat, &retNItems, &retAfter, (guchar**)&workAreaPos); in screenAvailableRect()
145 …if (xRes == Success && workAreaPos != NULL && retType == XA_CARDINAL && retNItems == 4 && retForma… in screenAvailableRect()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py250 def IniGetValue(configFile, section, option, retType='str', default=''): argument
258 if retType =='int':
263 elif retType == 'float':
268 elif retType == 'bool':
276 elif retType == 'list':
699 retType = 'str'
701 retType = 'int'
715 if retType == 'str':
/external/jdiff/src/jdiff/
DRootDocToXML.java540 com.sun.javadoc.Type retType = md[i].returnType(); in processMethods() local
541 if (retType.qualifiedTypeName().compareTo("void") == 0) { in processMethods()
546 emitType(retType); in processMethods()
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.cpp1187 QtMethodMatchType retType = types[0]; in findMethodIndex() local
1188 args[0] = QVariant(retType.typeId(), (void *)0); // the return value in findMethodIndex()