HomeSort by relevance Sort by last modified time
    Searched refs:Form (Results 151 - 175 of 238) sorted by null

1 2 3 4 5 67 8 910

  /packages/apps/Settings/src/com/android/settings/search/
DatabaseIndexingUtils.java 212 final String normalized = Normalizer.normalize(nohyphen, Normalizer.Form.NFD);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DeadKeyCombiner.java 70 * Maps Unicode combining diacritical to display-form dead key.
288 final String normalizedString = Normalizer.normalize(sb, Normalizer.Form.NFC);
  /external/tcpdump/
print-snmp.c 12 * 2. Redistributions in binary form must reproduce the above copyright
246 static const char *Form[] = {
354 u_char form, class; /* tag info */ member in struct:be
422 u_char form, class, id; local
442 form = (*p & 0xe0) >> 5; /* move upper 3 bits to lower 3 */
443 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
444 form &= 0x1; /* bit 5 -> bit 0, range 0-1 */
446 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
449 elem->form = form;
    [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 8 // * Redistributions in binary form must reproduce the above
428 function Form() {
432 this.form = create("form");
433 this.form.setAttribute("action", "javascript:start()");
464 this.form.appendChild(table);
465 this.form.appendChild(button);
467 document.body.appendChild(this.form);
471 Form.prototype.remove = function () {
472 document.body.removeChild(this.form);
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
NormalizerPerformanceTest.java 668 normalizerArgs[1] = Class.forName("java.text.Normalizer$Form").getField(compose ? "NFC" : "NFD").get(null);
671 // ? java.text.Normalizer.Form.NFC
672 // : java.text.Normalizer.Form.NFD);
701 ? java.text.Normalizer.Form.NFC
702 : java.text.Normalizer.Form.NFD);
  /external/toolchain-utils/automation/server/monitor/
dashboard.py 223 class FilterJobGroupsForm(forms.Form):
236 form = FilterJobGroupsForm(request.POST)
238 if form.is_valid():
239 label = form.cleaned_data['label']
244 form = FilterJobGroupsForm({'initial': '*'})
246 ctx = MakeDefaultContext({'filter': form, 'groups': group_list})
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 101 enum Form : uint16_t {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 101 enum Form : uint16_t {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 101 enum Form : uint16_t {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 101 enum Form : uint16_t {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 101 enum Form : uint16_t {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 101 enum Form : uint16_t {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 101 enum Form : uint16_t {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 101 enum Form : uint16_t {
  /external/pdfium/xfa/fwl/
cfwl_notedriver.cpp 401 if (pTarget->GetClassID() == FWL_Type::Form) {
  /external/pdfium/xfa/fxfa/app/
xfa_ffpageview.cpp 109 case XFA_Element::Form:
  /external/pdfium/xfa/fxfa/parser/
cscript_layoutpseudomodel.cpp 399 CXFA_Node* pFormRoot = pRootNode->GetFirstChildByClass(XFA_Element::Form);
xfa_layout_itemlayout.cpp 470 if (pParentNode && pParentNode->GetElementType() == XFA_Element::Form) {
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 122 func (rb *reorderBuffer) init(f Form, src []byte) {
129 func (rb *reorderBuffer) initString(f Form, src string) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 122 func (rb *reorderBuffer) init(f Form, src []byte) {
129 func (rb *reorderBuffer) initString(f Form, src string) {
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /external/llvm/test/MC/PowerPC/
ppc64-operands.s 65 # D-Form memory operands
  /external/syslinux/diag/geodsp/
geodsp1s.asm 167 ; Form DAPA on stack
  /prebuilts/go/darwin-x86/src/net/http/cgi/
matryoshka_test.go 213 for k, vv := range req.Form {
  /prebuilts/go/linux-x86/src/net/http/cgi/
matryoshka_test.go 213 for k, vv := range req.Form {

Completed in 725 milliseconds

1 2 3 4 5 67 8 910