HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 651 - 675 of 3020) sorted by null

<<21222324252627282930>>

  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 24 import com.vladium.util.Strings;
386 m_out.write (Strings.HTMLEscape (item.getName ()));
439 m_out.write (Strings.HTMLEscape (attr.getName ()));
442 m_out.write (Strings.HTMLEscape (buf.toString ()));
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 53 // human readable strings:
  /external/expat/
expat_config.h 37 /* Define to 1 if you have the <strings.h> header file. */
  /external/freetype/include/freetype/
ftbdf.h 5 /* FreeType API for accessing BDF-specific strings (specification). */
  /external/genext2fs/
config.h.in 46 /* Define to 1 if you have the <strings.h> header file. */
  /external/grub/
config.h 55 /* Define to 1 if you have the <strings.h> header file. */
  /external/guava/src/com/google/common/base/
Preconditions.java 102 * template. Arguments are converted to strings using
157 * template. Arguments are converted to strings using
216 * template. Arguments are converted to strings using
401 * template. Arguments are converted to strings using
Splitter.java 31 * An object that divides strings (or other instances of {@code CharSequence})
49 * Notice that the splitter does not assume that you want empty strings removed,
242 * Returns a splitter that divides strings into pieces of the given length.
273 * automatically omits empty strings from the results. For example, {@code
  /external/icu4c/common/
propname.h 42 * This function does just that, for (char *) name strings.
181 int16_t stringPool_count; /* number of strings (not size in bytes) */
450 * int16_t stringPool_count; // number of strings (not size in bytes)
509 * [pool of nul-terminated char* strings]
  /external/icu4c/common/unicode/
unifunct.h 29 * that perform match and/or replace operations on Unicode strings.
  /external/icu4c/config/
mh-linux-va 10 # -qroconst make the strings readonly, which is usually the default.
  /external/icu4c/i18n/
ucol_tok.h 44 /* this is space for the extra strings that need to be unquoted */
  /external/icu4c/test/intltest/
svccoll.cpp 19 #include "cstring.h" // internal api used to compare locale strings
467 * Iterate through the given iterator, checking to see that all the strings
469 * @param expected array of strings we expect to see, or NULL
518 // did we see all expected strings?
tscoll.cpp 171 /* convert the strings to UTF-8 and do try comparing with char iterator */
183 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));*/
195 errln("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. "+source+", "+target);
198 errln("different results in iterative when normalization is turned on with UTF-8 strings. "+source+", "+target);
  /external/icu4c/test/perf/collationperf/
readme.html 43 -uselen Use API with string lengths. Default is null-terminated strings
  /external/icu4c/tools/toolutil/
package.h 57 * The header and item name strings are swapped into this object,
  /external/jpeg/
jinclude.h 60 #include <strings.h>
wrjpgcom.1 28 are widely used to hold user-supplied text strings. This lets you add
  /external/kernel-headers/original/linux/
clk.h 34 * the clock producer. (IOW, @id may be identical strings, but
  /external/libpng/
configure.ac 49 AC_CHECK_HEADERS([malloc.h stdlib.h string.h strings.h])
  /external/libpng/projects/cbuilder5/
libpng.cpp 8 // classes containing nested Strings) as parameter or function results,
  /external/libpng/scripts/
makefile.os2 15 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
  /external/neven/Embedded/common/src/b_BasicEm/
String.h 53 /** returns true if both strings are equal */
  /external/opencore/baselibs/pv_mime_utils/src/
pv_mime_string_utils.cpp 210 // Iterate through the strings doing case-insensitive matching until the
217 // one of the strings has reached the parameters section.
223 // initialize the length values of both strings to 'i+1' then the checks
230 // set the length for the two strings
  /external/opencore/fileformats/mp4/composer/include/
a_impeg4file.h 160 * Following methods are used to populate the clip info strings.
176 * the title of the authored clip.Currently only wide char strings are supported.
189 * Currently only wide char strings are supported.
244 * wide char strings are supported.

Completed in 278 milliseconds

<<21222324252627282930>>