代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/429841/1945066
java formatutil.java
package jodd.format;
/**
* Utility methods regarding formatting.
*/
public final class FormatUtil {
private static char[] hexDigits = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
www.eeworm.com/read/422550/2036572
java spimessages.java
package com.sun.jersey.spi;
import com.sun.localization.Localizable;
import com.sun.localization.LocalizableMessageFactory;
import com.sun.localization.Localizer;
/**
* Defines string formatting
www.eeworm.com/read/422550/2036573
java implmessages.java
package com.sun.jersey.impl;
import com.sun.localization.Localizable;
import com.sun.localization.LocalizableMessageFactory;
import com.sun.localization.Localizer;
/**
* Defines string formatting
www.eeworm.com/read/162614/5534927
java fieldposition.java
/* FieldPosition.java -- Keeps track of field positions while formatting
Copyright (C) 1998, 1999, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is
www.eeworm.com/read/162614/5535482
java simpleformatter.java
/* SimpleFormatter.java --
A class for formatting log records into short human-readable messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU
www.eeworm.com/read/162519/5544459
java fieldposition.java
/* FieldPosition.java -- Keeps track of field positions while formatting
Copyright (C) 1998, 1999, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is
www.eeworm.com/read/162519/5545014
java simpleformatter.java
/* SimpleFormatter.java --
A class for formatting log records into short human-readable messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU
www.eeworm.com/read/161438/5553923
cpp crit_section.cpp
#include
CRITICAL_SECTION cs;
// Child thread procedure.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256]; // Work area for print formatting.
wsprintf( sz
www.eeworm.com/read/172140/9723474
java format.java
package corejava;
import java.io.*;
/**
A class for formatting numbers that follows printf conventions.
Also implements C-like atoi and atof functions
www.eeworm.com/read/171829/9735665
cpp crit_section.cpp
#include
CRITICAL_SECTION cs;
// Child thread procedure.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256]; // Work area for print formatting.
wsprintf( sz