/external/icu/icu4c/source/common/unicode/ |
H A D | schriter.h | 74 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e., 75 * textBegin >= textEnd or either is negative or greater than text.size()), 146 * @param result Receives a copy of the text under iteration. 184 UnicodeString text; member in class:StringCharacterIterator
|
H A D | uchriter.h | 40 * text is only aliased, not adopted (the 51 * text is only aliased, not adopted (the 67 * text is only aliased, not adopted (the 197 * in the text-storage object the iterator refers to, and 199 * @param position the position within the text-storage object 208 * in the text-storage object the iterator refers to, and 212 * @param position the position within the text-storage object 340 * Sets the iterator to iterate over a new range of text 349 * @param result Receives a copy of the text under iteration. 375 * Protected member text 378 const UChar* text; member in class:UCharCharacterIterator [all...] |
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
H A D | no_update_pos.pass.cpp | 26 // of the text. 28 const char *text = "aaa\naa"; local 30 std::cregex_iterator it(text, text+6, re);
|
/external/pdfium/xfa/fwl/ |
H A D | cfwl_listitem.cpp | 9 CFWL_ListItem::CFWL_ListItem(const CFX_WideString& text) argument 10 : m_dwStates(0), m_wsText(text) {
|
/external/strace/tests/ |
H A D | memfd_create.c | 13 static const char text[] = "strace"; local 14 int rc = syscall(__NR_memfd_create, text, 7); 17 text, "MFD_CLOEXEC|MFD_ALLOW_SEALING|0x4", rc, errno2name());
|
/external/strace/tests-m32/ |
H A D | memfd_create.c | 13 static const char text[] = "strace"; local 14 int rc = syscall(__NR_memfd_create, text, 7); 17 text, "MFD_CLOEXEC|MFD_ALLOW_SEALING|0x4", rc, errno2name());
|
/external/strace/tests-mx32/ |
H A D | memfd_create.c | 13 static const char text[] = "strace"; local 14 int rc = syscall(__NR_memfd_create, text, 7); 17 text, "MFD_CLOEXEC|MFD_ALLOW_SEALING|0x4", rc, errno2name());
|
/external/mockito/src/main/java/org/mockito/internal/matchers/text/ |
H A D | FormattedText.java | 5 package org.mockito.internal.matchers.text; 8 * Contains text that has already been formatted 13 private final String text; field in class:FormattedText 15 public FormattedText(String text) { argument 16 this.text = text; 20 return text;
|
/external/libvpx/libvpx/build/make/ |
H A D | gen_msvs_def.sh | 27 where <kind> is either 'text' or 'data' 49 text() { function
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/ |
H A D | 1-1.c | 26 char text[256]; local 30 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); 31 printf("STRING IS: %s\n\n", text); 35 result = strftime(text, sizeof(text), "%a", local_t); 36 printf("a Bytes %i %s ", result, text); 44 result = strftime(text, sizeof(text), "%A", local_t); 45 printf("A Bytes %i %s ", result, text); [all...] |
H A D | 2-1.c | 27 char text[256]; local 31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); 32 printf("STRING IS: %s\n\n", text); 37 * result = strftime(text, sizeof(text), "%Ec", local_t); 38 * printf("Ec Bytes %i %s ", result, text); 47 result = strftime(text, sizeof(text), "%EC", local_t); 48 printf("EC Bytes %i %s ", result, text); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
H A D | ANTLRTokenRewriteStream.h | 47 NSString *text; variable 52 @property (retain, getter=getText, setter=setText:) NSString *text; variable 54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
H A D | ANTLRTokenRewriteStream.h | 47 NSString *text; variable 52 @property (retain, getter=getText, setter=setText:) NSString *text; variable 54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
H A D | ANTLRTokenRewriteStream.h | 47 NSString *text; variable 52 @property (retain, getter=getText, setter=setText:) NSString *text; variable 54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
H A D | ANTLRTokenRewriteStream.h | 47 NSString *text; variable 52 @property (retain, getter=text, setter=setText:) NSString *text; variable 54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)anIndex Text:(NSString *)text;
|
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
H A D | Parser.java | 19 import java.text.ParseException; 21 // TODO(kevinb): release common.text.Parser in Guava then nuke this 23 T parse(CharSequence text) throws ParseException; argument
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
H A D | cpu_set_unittest.cc | 47 // Helper class to write test text file to a temporary file and return 51 explicit ScopedTestFile(const char* text) argument 52 : AutoTestFile("cpu_set", text) {
|
H A D | proc_cpuinfo_reader_unittest.cc | 56 explicit ScopedTestFile(const char* text) argument 57 : AutoTestFile("proc_cpuinfo_reader", text) {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | ArabicShapingException.java | 11 package android.icu.text;
|
H A D | CharsetRecog_UTF8.java | 10 package android.icu.text; 23 * @see android.icu.text.CharsetRecognizer#match(android.icu.text.CharsetDetector)
|
H A D | RbnfLenientScannerProvider.java | 11 package android.icu.text;
|
H A D | StringTransform.java | 10 package android.icu.text; 13 * Provide a base class for Transforms that focuses just on the transformation of the text. APIs that take Transliterator, but only depend on the text transformation should use this interface in the API instead. 21 * Transform the text in some way, to be determined by the subclass. 22 * @param source text to be transformed (eg lowercased)
|
H A D | Transform.java | 10 package android.icu.text; 13 * Provide an interface for Transforms that focuses just on the transformation of the text.
|
H A D | UForwardCharacterIterator.java | 10 package android.icu.text; 14 * on text objects. 36 * a code unit and advance an internal position into the text object, 37 * similar to a <code>return text[position++]</code>.<br> 65 * Indicator that we have reached the ends of the UTF16 text. 72 * of the text. 74 * of the text. 85 * @return the next codepoint in text, or DONE if the index is at 86 * the limit of the text.
|
/external/icu/icu4c/source/i18n/ |
H A D | regextxt.h | 38 UText *text; member in struct:URegexUTextUnescapeCharContext 41 #define U_REGEX_UTEXT_UNESCAPE_CONTEXT(text) { (text), -1 }
|