/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumbermatch.h | 21 // the corresponding subsequence of the searched text. Use raw_string() to 25 // searched text, the match offsets, and the parsed number: 82 // Returns the start index of the matched phone number within the searched 87 // searched text. 90 // Returns the length of the text matched in the searched text. 93 // Returns the raw string matched as a phone number in the searched text.
|
/frameworks/av/media/libeffects/loudness/dsp/core/ |
basic.h | 32 // StartIndex: the minimum searched index 33 // EndIndex: the maximum searched index
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberMatch.java | 29 * of the searched text. Use {@link #rawString()} to obtain a copy of the matched subsequence. 31 * <p>The following annotated example clarifies the relationship between the searched text, the 88 /** Returns the start index of the matched phone number within the searched text. */ 93 /** Returns the exclusive end index of the matched phone number within the searched text. */ 98 /** Returns the raw string matched as a phone number in the searched text. */
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_state.h | 6 // recently searched for term.
|
find_bar_controller.h | 69 // Find text box. The propopulate value is the last value the user searched 70 // for in the current tab, or (if blank) the last value searched for in any
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar_state.h | 6 // recently searched for term.
|
find_bar_controller.h | 84 // Find text box. The propopulate value is the last value the user searched 85 // for in the current tab, or (if blank) the last value searched for in any
|
/external/clang/test/Sema/ |
nowarn-documentation-property.m | 12 /// The predicate that matches the string to be searched for. This
|
/external/clang/test/SemaObjC/ |
class-method-lookup.m | 20 [self rootInstanceMethod]; /* class is searched for an instance method */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bisect.py | 9 slice of a to be searched. 32 slice of a to be searched. 53 slice of a to be searched. 75 slice of a to be searched.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bisect.py | 9 slice of a to be searched. 32 slice of a to be searched. 53 slice of a to be searched. 75 slice of a to be searched.
|
/external/chromium_org/media/base/ |
media.h | 22 // are searched for the dynamic libraries. If a |module_dir| is provided, then 23 // only the specified |module_dir| will be searched for the dynamic libraries.
|
/external/clang/utils/ |
ClangDataFormat.py | 125 def searchForType(value, searched): 139 if tyname in searched: 141 searched.add(tyname) 144 found = searchForType(child, searched) 148 searched = set() 151 found = searchForType(val, searched)
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_io.h | 86 * The alias is searched for case-insensitively, the converter name 89 * @param alias The alias name to be searched.
|
/external/icu4c/common/ |
ucnv_io.h | 86 * The alias is searched for case-insensitively, the converter name 89 * @param alias The alias name to be searched.
|
/external/chromium/chrome/browser/ |
omnibox_search_hint.h | 21 // searched from the omnibox before, or has not previously dismissed a similar
|
/external/chromium_org/chrome_frame/ |
find_dialog.h | 51 // Store the text we searched for last to determine whether we are doing a
|
/external/chromium_org/content/renderer/android/ |
address_detector.cc | 17 // Maximum text length to be searched for address detection.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
search.h | 117 * Return the current index in the text being searched. 121 * @return current index in the text being searched. 148 * Returns the index to the match in the text string that was searched. 156 * searched. 205 * the match will be rejected and another will be searched 227 * Set the string text to be searched. Text iteration will hence begin at 231 * @param text string to be searched. 239 * Set the string text to be searched. Text iteration will hence begin at 248 * @param text string iterator to be searched. 256 * Return the string text to be searched [all...] |
usearch.h | 65 * within the text string to be searched, e.g. <tt>usearch_setOffset</tt>, 197 * other weight at that collation level in the searched text. For 200 * searched text, but an e with diacritic in the pattern will only 201 * match an e with the same diacritic in the searched text. 209 * elements in either the pattern or the searched text that have the 214 * searched text, but an e with diacritic in the pattern will only 215 * match an e with the same diacritic or a plain e in the searched text. 238 * be rejected and another will be searched for. 270 * be rejected and another will be searched for. 337 * Return the current index in the string text being searched [all...] |
/external/icu4c/i18n/unicode/ |
search.h | 117 * Return the current index in the text being searched. 121 * @return current index in the text being searched. 148 * Returns the index to the match in the text string that was searched. 156 * searched. 205 * the match will be rejected and another will be searched 227 * Set the string text to be searched. Text iteration will hence begin at 231 * @param text string to be searched. 239 * Set the string text to be searched. Text iteration will hence begin at 248 * @param text string iterator to be searched. 256 * Return the string text to be searched [all...] |
usearch.h | 65 * within the text string to be searched, e.g. <tt>usearch_setOffset</tt>, 197 * other weight at that collation level in the searched text. For 200 * searched text, but an e with diacritic in the pattern will only 201 * match an e with the same diacritic in the searched text. 209 * elements in either the pattern or the searched text that have the 214 * searched text, but an e with diacritic in the pattern will only 215 * match an e with the same diacritic or a plain e in the searched text. 238 * be rejected and another will be searched for. 270 * be rejected and another will be searched for. 337 * Return the current index in the string text being searched [all...] |
/external/valgrind/main/memcheck/tests/ |
pdb-realloc.c | 5 // when we searched for the sec-V-bits entry for the copied-to location, it
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertyUtils.java | 45 * @param props the list of properties that will be searched. 68 * @param props the list of properties that will be searched.
|
/external/chromium_org/content/common/media/ |
media_stream_options.h | 61 // constraints are searched, then optional. 71 // constraints are searched, then optional.
|