Home
last modified time | relevance | path

Searched refs:integerToStringBuffer (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp430 static int32_t integerToStringBuffer(char *target, int32_t targetCapacity, int32_t n, int32_t radix… in integerToStringBuffer() function
441 return integerToStringBuffer(target,targetCapacity,param->paramInt, 10,status); in paramInteger()
443 return integerToStringBuffer(target,targetCapacity,param->paramInt, 16,status); in paramInteger()
445 return integerToStringBuffer(target,targetCapacity,param->paramInt, 8,status); in paramInteger()
447 return integerToStringBuffer(target,targetCapacity,param->paramInt, 2,status); in paramInteger()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dudbgutil.cpp433 static int32_t integerToStringBuffer(char *target, int32_t targetCapacity, int32_t n, int32_t radix… in integerToStringBuffer() function
444 return integerToStringBuffer(target,targetCapacity,param->paramInt, 10,status); in paramInteger()
446 return integerToStringBuffer(target,targetCapacity,param->paramInt, 16,status); in paramInteger()
448 return integerToStringBuffer(target,targetCapacity,param->paramInt, 8,status); in paramInteger()
450 return integerToStringBuffer(target,targetCapacity,param->paramInt, 2,status); in paramInteger()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.cpp430 static int32_t integerToStringBuffer(char *target, int32_t targetCapacity, int32_t n, int32_t radix… in integerToStringBuffer() function
441 return integerToStringBuffer(target,targetCapacity,param->paramInt, 10,status); in paramInteger()
443 return integerToStringBuffer(target,targetCapacity,param->paramInt, 16,status); in paramInteger()
445 return integerToStringBuffer(target,targetCapacity,param->paramInt, 8,status); in paramInteger()
447 return integerToStringBuffer(target,targetCapacity,param->paramInt, 2,status); in paramInteger()