Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp431 static int32_t integerToStringBuffer(char *target, int32_t targetCapacity, int32_t n, int32_t radix… in integerToStringBuffer() function
442 return integerToStringBuffer(target,targetCapacity,param->paramInt, 10,status); in paramInteger()
444 return integerToStringBuffer(target,targetCapacity,param->paramInt, 16,status); in paramInteger()
446 return integerToStringBuffer(target,targetCapacity,param->paramInt, 8,status); in paramInteger()
448 return integerToStringBuffer(target,targetCapacity,param->paramInt, 2,status); in paramInteger()
/external/cronet/third_party/icu/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()