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

  /external/icu4c/i18n/unicode/
fmtable.h 565 * @param numberString a string representation of the unformatted decimal number.
570 void setDecimalNumber(const StringPiece &numberString,
  /external/icu4c/i18n/
fmtable.cpp 747 Formattable::setDecimalNumber(const StringPiece &numberString, UErrorCode &status) {
757 DecimalNumberString s(numberString, status);
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 279 JSStringRef numberString = JSStringCreateWithUTF8CString("Number");
280 JSObjectRef numberConstructor = JSValueToObject(context, JSObjectGetProperty(context, JSContextGetGlobalObject(context), numberString, exception), exception);
281 JSStringRelease(numberString);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 351 milliseconds