OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:truncatedWholePart
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java
428
* @param
truncatedWholePart
Result up to but not including decimal point.
433
String
truncatedWholePart
) {
434
initPositions(initPrec, msd, leastDigPos,
truncatedWholePart
);
481
String
truncatedWholePart
) {
483
mWholeLen =
truncatedWholePart
.length();
488
separatorChars(
truncatedWholePart
,
truncatedWholePart
.length())
511
int negative =
truncatedWholePart
.charAt(0) == '-' ? 1 : 0;
[
all
...]
Evaluator.java
128
* @param
truncatedWholePart
the integer part of the result
131
String
truncatedWholePart
);
659
String
truncatedWholePart
= mExprInfo.mResultString.substring(0, dotIndex);
677
truncatedWholePart
);
[
all
...]
Completed in 53 milliseconds