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

<<21222324252627282930>>

  /external/icu4c/common/
udatamem.c 69 shared library (service program). Only strings are allowed in read-only
70 pages, so we use char * strings to store the data.
ustr_imp.h 29 * Compare two strings in code point order or code unit order.
42 * Compare strings case-insensitively,
  /external/icu4c/common/unicode/
ucat.h 30 * the message number, formatted as decimal strings.
75 * may be passed to u_catgets() to retrieve localized strings.
uenum.h 84 * uenum_next() or uenum_unext(). When all strings have been
117 * uenum_next() or uenum_unext(). When all strings have been
  /external/icu4c/i18n/
rbt_set.h 140 * Create rule strings that represents this rule set.
141 * @param result string to receive the rule strings. Current
zonemeta.cpp 37 // Currently (ICU 4.1.3+), gUStringTable only contains strings allocated in the section of
39 // And currently, that allocates a total of 22 strings. So USTRING_ALLOC_START is defined to
48 // We have switched CanonicalMap to use const UChar* strings for the key and for the id field of
49 // CanonicalMapEntry; that is because for the most part these now point into UChar strings in the
52 // no longer frees the id field. However, for the few strings that are obtained from the
54 // data file, we do need to allocate copies. In order to ensure that these strings are freed by
56 // a table that tracks the strings allocated for this purpose. The following three functions
57 // (along with the gUStringXxxxx statics) are used to allocate and free such strings.
    [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 16 * This file contains sample code that illustrates the use of Unicode strings
143 // sample code for Unicode strings in C ------------------------------------ ***
173 /* Compare two strings case-insensitively using full case folding */
281 * For production code where many strings are titlecased it would be more efficient
519 // Initialization of Unicode strings from C literals works _only_ for
538 // compare the C and C++ strings
539 printf("C and C++ Unicode strings are equal: %d\n", invariantOnly==UnicodeString(TRUE, invString, 32));
542 * convert between char * and UChar * strings that
  /external/jpeg/
cderror.h 9 * applications. These strings are not needed as part of the JPEG library
11 * Edit this file to add new codes, or to translate the message strings to
  /external/opencore/baselibs/pv_mime_utils/src/
pv_mime_string_utils.h 99 * compare two strings (case in-sensitive comparision)
113 * compare two strings (case in-sensitive comparision)
  /external/opencore/doc/oscl_html/
oscl__string__utils_8h.html 9 <hr><h1>oscl_string_utils.h File Reference</h1>Utilities to parse and convert strings.
36 Utilities to parse and convert strings.
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_port.h 54 // Capability mime strings
55 // Capability mime strings
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_port.h 63 // Capability mime strings
64 // Capability mime strings
  /external/opencore/pvmi/pvmf/include/
pvmi_config_and_capability_utils.h 72 //Derived class must call this to set the format type strings
117 //Format type and FormatValType strings.
  /external/proguard/src/proguard/gui/
FilterBuilder.java 68 * strings are accepted.
70 * strings are rejected.
  /external/skia/include/core/
SkString.h 22 /* Some helper functions for C strings
36 Light weight class for managing strings. Uses reference
  /external/srec/srec/cfront/
nisthdr.h 44 // Use the enum to index into the matching array of strings.
128 /* CAUTION: strings are not copied, only the pointer is saved*/
  /external/webkit/JavaScriptCore/icu/unicode/
uenum.h 75 * uenum_next() or uenum_unext(). When all strings have been
108 * uenum_next() or uenum_unext(). When all strings have been
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.3.js 86 testcases[testcases.length] = new TestCase( SECTION, "typeof(['array', 'of', 'strings'])", "object", typeof(["array", "of", "strings"]) );
  /external/webkit/JavaScriptGlue/JavaScriptGlue.xcodeproj/
project.pbxproj 34 DD66F3C308F73ED700C75FD7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
73 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; indentWidth = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
161 089C1666FE841158C02AAC07 /* InfoPlist.strings */,
308 DD66F3C308F73ED700C75FD7 /* InfoPlist.strings in Resources */,
421 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
426 name = InfoPlist.strings;
  /external/webkit/JavaScriptGlue/icu/unicode/
uenum.h 75 * uenum_next() or uenum_unext(). When all strings have been
108 * uenum_next() or uenum_unext(). When all strings have been
  /external/webkit/WebCore/bindings/v8/custom/
V8DatabaseCustom.cpp 50 return throwError("The old and new version strings are required.", V8Proxy::SyntaxError);
53 return throwError("The old and new versions must be strings.");
  /external/webkit/WebCore/icu/unicode/
uenum.h 75 * uenum_next() or uenum_unext(). When all strings have been
108 * uenum_next() or uenum_unext(). When all strings have been
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.h 55 // table overhead for such strings. A separate object will be used for each
56 // of these strings in the serialized list.
  /external/webkit/WebCore/xml/
XMLHttpRequest.h 161 // Unlike most strings in the DOM, we keep this as a ScriptString, not a WebCore::String.
162 // That's because these strings can easily get huge (they are filled from the network with
  /frameworks/base/media/libmedia/
MediaScannerClient.cpp 68 // don't bother caching strings that are all ASCII.
82 // save the strings for later so they can be used for native encoding detection

Completed in 439 milliseconds

<<21222324252627282930>>