Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 177) sorted by relevance

12345678

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBreakIterator.java581 public static BreakIterator getWordInstance(Locale where) in getWordInstance()
594 public static BreakIterator getWordInstance(ULocale where) in getWordInstance()
621 public static BreakIterator getLineInstance(Locale where) in getLineInstance()
635 public static BreakIterator getLineInstance(ULocale where) in getLineInstance()
662 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance()
676 public static BreakIterator getCharacterInstance(ULocale where) in getCharacterInstance()
700 public static BreakIterator getSentenceInstance(Locale where) in getSentenceInstance()
712 public static BreakIterator getSentenceInstance(ULocale where) in getSentenceInstance()
741 public static BreakIterator getTitleInstance(Locale where) in getTitleInstance()
756 public static BreakIterator getTitleInstance(ULocale where) in getTitleInstance()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBreakIterator.java545 public static BreakIterator getWordInstance(Locale where) in getWordInstance()
557 public static BreakIterator getWordInstance(ULocale where) in getWordInstance()
582 public static BreakIterator getLineInstance(Locale where) in getLineInstance()
595 public static BreakIterator getLineInstance(ULocale where) in getLineInstance()
620 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance()
633 public static BreakIterator getCharacterInstance(ULocale where) in getCharacterInstance()
655 public static BreakIterator getSentenceInstance(Locale where) in getSentenceInstance()
666 public static BreakIterator getSentenceInstance(ULocale where) in getSentenceInstance()
693 public static BreakIterator getTitleInstance(Locale where) in getTitleInstance()
706 public static BreakIterator getTitleInstance(ULocale where) in getTitleInstance()
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DBreakIterator.java456 public static BreakIterator getWordInstance(Locale where) in getWordInstance()
468 public static BreakIterator getWordInstance(ULocale where) in getWordInstance()
494 public static BreakIterator getLineInstance(Locale where) in getLineInstance()
507 public static BreakIterator getLineInstance(ULocale where) in getLineInstance()
533 public static BreakIterator getCharacterInstance(Locale where) in getCharacterInstance()
546 public static BreakIterator getCharacterInstance(ULocale where) in getCharacterInstance()
569 public static BreakIterator getSentenceInstance(Locale where) in getSentenceInstance()
580 public static BreakIterator getSentenceInstance(ULocale where) in getSentenceInstance()
675 public static BreakIterator getBreakInstance(ULocale where, int kind) { in getBreakInstance()
679 private static BreakIterator getBreakInstance(Locale where, int kind) { in getBreakInstance()
/external/libcxx/include/support/win32/
Dsupport.h128 unsigned long where; in __builtin_ctzll() local
150 unsigned long where; in __builtin_ctzl() local
170 unsigned long where; in __builtin_clzll() local
192 unsigned long where; in __builtin_clzl() local
/external/boringssl/src/include/openssl/
Dstack_macros.h52 #define sk_ACCESS_DESCRIPTION_insert(sk, p, where) \ argument
56 #define sk_ACCESS_DESCRIPTION_delete(sk, where) \ argument
138 #define sk_ASN1_ADB_TABLE_insert(sk, p, where) \ argument
142 #define sk_ASN1_ADB_TABLE_delete(sk, where) \ argument
225 #define sk_ASN1_GENERALSTRING_insert(sk, p, where) \ argument
229 #define sk_ASN1_GENERALSTRING_delete(sk, where) \ argument
311 #define sk_ASN1_INTEGER_insert(sk, p, where) \ argument
315 #define sk_ASN1_INTEGER_delete(sk, where) \ argument
393 #define sk_ASN1_OBJECT_insert(sk, p, where) \ argument
397 #define sk_ASN1_OBJECT_delete(sk, where) \ argument
[all …]
/external/autotest/tko/
Dfrontend.py73 def get_matrix_data(db_obj, x_axis, y_axis, where = None, argument
156 def tests(self, where = {}): argument
168 def select(klass, db, where = {}): argument
186 def select(klass, db, where = {}): argument
203 def select(klass, db, where={}, distinct=False): argument
290 def select(klass, db, where): argument
Dmachine_load10 where = { 'hostname' : machine } variable
Ddb.py196 def _where_clause(self, where): argument
226 def select(self, fields, table, where, distinct=False, group_by=None, argument
324 def delete(self, table, where, commit = None): argument
336 def update(self, table, data, where, commit = None): argument
/external/autotest/cli/
Dcompose_query21 where = query_lib.parse_scrub_and_gen_condition( variable
25 where = None variable
/external/bison/lib/
Dobstack.h295 # define obstack_grow(OBSTACK,where,length) \ argument
305 # define obstack_grow0(OBSTACK,where,length) \ argument
371 # define obstack_copy(OBSTACK,where,length) \ argument
377 # define obstack_copy0(OBSTACK,where,length) \ argument
433 # define obstack_grow(h,where,length) \ argument
440 # define obstack_grow0(h,where,length) \ argument
478 # define obstack_copy(h,where,length) \ argument
481 # define obstack_copy0(h,where,length) \ argument
/external/valgrind/memcheck/tests/
Dmempool.c16 char *where; member
24 char *where; member
101 char *where; in allocate() local
Dmempool2.c19 char *where; member
27 char *where; member
104 char *where; in allocate() local
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java796 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0()
817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1()
853 private static void insertGap2(byte[] code, int where, int gapLength, in insertGap2()
973 private static int newOffset(int i, int offset, int where, in newOffset()
1014 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc()
1061 int where = ldcs.where; in addLdcW() local
1086 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w()
1110 private static byte[] insertGap2w(byte[] code, int where, int gapLength, in insertGap2w()
1216 int where, int gapLength) in makeExapndedCode()
1270 void shift(int where, int gapLength, boolean exclusive) { in shift()
[all …]
DStackMap.java375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc()
382 private int where, gap; field in StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { in Shifter()
409 public void removeNew(int where) throws CannotCompileException { in removeNew()
417 NewRemover(StackMap map, int where) { in NewRemover()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
Dsearchcvs.php13 $where = "WHERE `date` >= DATE_SUB(CURDATE(), INTERVAL $days DAY)"; variable
40 $where = "WHERE `bugid` = $regs[1]"; variable
50 $where = "WHERE " . ($match ? $match : "1"); variable
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dquery.py83 def udp(q, where, timeout=None, port=53, af=None, source=None, source_port=0, argument
191 def tcp(q, where, timeout=None, port=53, af=None, source=None, source_port=0, argument
258 def xfr(where, zone, rdtype=dns.rdatatype.AXFR, rdclass=dns.rdataclass.IN, argument
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py70 def splitLine(pt1, pt2, where, isHorizontal): argument
109 def splitQuadratic(pt1, pt2, pt3, where, isHorizontal): argument
141 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal): argument
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp620 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UB… in udbg_knownIssue_openU()
630 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBoo… in udbg_knownIssue_open()
678 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicke… in add()
700 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket… in add()
750 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UB… in udbg_knownIssue_openU()
762 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBoo… in udbg_knownIssue_open()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DSQLite.java67 String where = whereClause; in buildUpdateString() local
94 String where = whereClause; in buildDeleteString() local
/external/pcre/dist/
Dpcre_config.c70 pcre_config(int what, void *where) in pcre_config()
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
Dvalues.pass.cpp29 void where(const _Tp &) {} in where() function
/external/libcxx/test/std/re/re.regex/re.regex.const/
Dconstants.pass.cpp32 void where(const _Tp &) {} in where() function
/external/curl/src/
Dtool_cb_see.h31 #define ftruncate(fd,where) tool_ftruncate64(fd,where) argument
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp44 void where(const _Tp &) {} in where() function
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Dvalues.pass.cpp30 void where(const _Tp &) {} in where() function

12345678