Searched defs:alphabet (Results 1 - 25 of 26) sorted by relevance

12

/external/regex-re2/re2/testing/
H A Dexhaustive2_test.cc24 vector<string> alphabet = Explode("()*+?{}[]\\^$."); local
25 vector<string> escaped = alphabet;
29 2, alphabet, "", "");
H A Drandom_test.cc22 const vector<string>& alphabet,
34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
90 vector<string> alphabet = Explode("abc123\001\002\003\t\r\n\v\f\a"); local
91 RandomTest(10, 10, atoms, ops, 20, alphabet, "");
21 RandomTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper) argument
H A Dstring_generator.cc16 StringGenerator::StringGenerator(int maxlen, const vector<string>& alphabet) argument
17 : maxlen_(maxlen), alphabet_(alphabet),
H A Dstring_generator_test.cc26 // * strings of the same length are sorted in alphabet order.
31 // Assumes that the alphabet is sorted, so that the generated
33 static void RunTest(int len, string alphabet, bool donull) { argument
34 StringGenerator g(len, Explode(alphabet));
52 // Check that all characters in s appear in alphabet.
56 EXPECT_TRUE(utfrune(alphabet.c_str(), r) != NULL);
73 int alpha = utflen(alphabet.c_str());
H A Dexhaustive_tester.h17 // then generate all strings of a given length over a given alphabet,
28 const vector<string>& alphabet,
34 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
71 const vector<string>& alphabet,
79 void EgrepTest(int maxatoms, int maxops, const string& alphabet,
26 ExhaustiveTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
H A Dpossible_match_test.cc162 // then generate all strings of a given length over a given alphabet,
169 const vector<string>& alphabet,
173 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
167 PossibleMatchTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet) argument
H A Dexhaustive_tester.cc7 // Each test picks an alphabet (e.g., "abc"), a maximum string length,
146 const vector<string>& alphabet,
159 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
172 void EgrepTest(int maxatoms, int maxops, const string& alphabet, argument
179 Split("", alphabet),
145 ExhaustiveTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
/external/guava/guava/src/com/google/common/io/
H A DBaseEncoding.java110 * <td>"Numerical" base 32; extended from the traditional hex alphabet. Defaults to upper case.
307 * @throws IllegalArgumentException if this padding character is already used in the alphabet or a
318 * @throws IllegalArgumentException if any alphabet or padding characters appear in the separator
329 * @throws IllegalStateException if the alphabet used by this encoding contains mixed upper- and
339 * @throws IllegalStateException if the alphabet used by this encoding contains mixed upper- and
372 * (This is the same as the base 64 encoding with URL and filename safe alphabet from <a
463 throw new IllegalArgumentException("Illegal alphabet length " + chars.length, e);
530 checkState(!hasUpperCase(), "Cannot call upperCase() on a mixed-case alphabet");
543 checkState(!hasLowerCase(), "Cannot call lowerCase() on a mixed-case alphabet");
565 private final Alphabet alphabet; field in class:BaseEncoding.StandardBaseEncoding
574 StandardBaseEncoding(Alphabet alphabet, @Nullable Character paddingChar) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
H A DBaseEncoding.java102 * <td>"Numerical" base 32; extended from the traditional hex alphabet. Defaults to upper case.
250 * @throws IllegalArgumentException if this padding character is already used in the alphabet or a
261 * @throws IllegalArgumentException if any alphabet or padding characters appear in the separator
272 * @throws IllegalStateException if the alphabet used by this encoding contains mixed upper- and
282 * @throws IllegalStateException if the alphabet used by this encoding contains mixed upper- and
315 * (This is the same as the base 64 encoding with URL and filename safe alphabet from <a
406 throw new IllegalArgumentException("Illegal alphabet length " + chars.length, e);
473 checkState(!hasUpperCase(), "Cannot call upperCase() on a mixed-case alphabet");
486 checkState(!hasLowerCase(), "Cannot call lowerCase() on a mixed-case alphabet");
508 private final Alphabet alphabet; field in class:BaseEncoding.StandardBaseEncoding
517 StandardBaseEncoding(Alphabet alphabet, @Nullable Character paddingChar) argument
[all...]
/external/svox/pico/lib/
H A Dpicodata.c900 * @param alphabet
908 picoos_uchar * inputPhones, picoos_uchar * alphabet,
912 if (picoos_strcmp(alphabet, PICODATA_XSAMPA) == 0) {
941 } else if (picoos_strcmp(alphabet, PICODATA_SVOXPA) == 0) {
958 (picoos_char *) "alphabet not supported (%s)", alphabet);
905 picodata_mapPAStrToPAIds(picotrns_SimpleTransducer transducer, picoos_Common common, picokfst_FST xsampa_parser, picokfst_FST svoxpa_parser, picokfst_FST xsampa2svoxpa_mapper, picoos_uchar * inputPhones, picoos_uchar * alphabet, picoos_uint8 * outputPhoneIds, picoos_int32 maxOutputPhoneIds) argument
H A Dpicotok.c153 #define KWAlphabet (picoos_uchar *)"alphabet"
367 static void tok_getParamPhonesStr (MarkupParams params, picoos_uchar paramId[], picoos_uchar alphabet[], picoos_uchar phones[], picoos_int32 phoneslen, picoos_bool * paramFound) argument
378 if (tok_strEqual(alphabet, PICODATA_XSAMPA) || tok_strEqual(alphabet, (picoos_uchar*)"")) {
H A Dpicopr.c1330 picoos_uchar alphabet[32]; local
1389 picoos_strlcpy(alphabet, PICODATA_SVOXPA, sizeof(alphabet));
1392 picoos_strlcpy(alphabet, PICODATA_SAMPA, sizeof(alphabet));
1400 if (picodata_mapPAStrToPAIds(pr->transducer, this->common, pr->xsampa_parser, pr->svoxpa_parser, pr->xsampa2svoxpa_mapper, lf->data, alphabet, pr->tmpStr1, sizeof(pr->tmpStr1)-1) == PICO_OK) {
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 175 milliseconds

12