HomeSort by relevance Sort by last modified time
    Searched full:nameprep (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestData.java 460 "Nameprep", IDNA.DEFAULT,
467 "Nameprep", IDNA.DEFAULT,
473 "Nameprep", IDNA.DEFAULT,
479 "Nameprep", IDNA.DEFAULT,
485 "Nameprep", IDNA.DEFAULT,
491 "Nameprep", IDNA.DEFAULT,
497 "Nameprep", IDNA.DEFAULT,
503 "Nameprep", IDNA.DEFAULT,
509 "Nameprep", IDNA.DEFAULT,
515 "Nameprep", IDNA.DEFAULT
    [all...]
IDNAReference.java 159 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
360 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
TestIDNARef.java 344 NamePrepTransform namePrep = NamePrepTransform.getInstance();
345 if (!namePrep.isReady()) {
353 StringBuffer output = namePrep.prepare(iter,NamePrepTransform.NONE);
369 StringBuffer output = namePrep.prepare(iter,NamePrepTransform.ALLOW_UNASSIGNED);
    [all...]
TestIDNA.java 289 StringPrep namePrep = StringPrep.getInstance(StringPrep.RFC3491_NAMEPREP);
294 StringBuffer output = namePrep.prepare(iter,StringPrep.DEFAULT);
310 StringBuffer output = namePrep.prepare(iter,StringPrep.ALLOW_UNASSIGNED);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 1 # This module implements the RFCs 3490 (IDNA) and 3491 (Nameprep)
14 def nameprep(label): function
75 # Step 2: nameprep
76 label = nameprep(label)
116 # Step 2: Perform nameprep
117 label = nameprep(label)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 1 # This module implements the RFCs 3490 (IDNA) and 3491 (Nameprep)
14 def nameprep(label): function
75 # Step 2: nameprep
76 label = nameprep(label)
116 # Step 2: Perform nameprep
117 label = nameprep(label)
  /external/icu/icu4c/source/common/
uidna.cpp 197 UStringPrepProfile* nameprep,
251 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Capacity, namePrepOptions, parseError, status);
267 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Len, namePrepOptions, parseError, status);
397 UStringPrepProfile* nameprep,
456 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Capacity, namePrepOptions, parseError, status);
468 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Len, namePrepOptions, parseError, status);
624 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
630 int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseError, status);
633 usprep_close(nameprep);
653 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status) local
684 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
777 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IDNA2003.java 32 // The NamePrep profile object
33 private static final StringPrep namePrep = StringPrep.getInstance(StringPrep.RFC3491_NAMEPREP);
177 processOut = namePrep.prepare(src, options);
184 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
321 processOut = namePrep.prepare(src,options);
412 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
IDNATestInput.txt 442 desc: 2-3-1-1 If UseSTD3ASCIIRules: Includes ! before Nameprep
453 desc: 2-3-1-2 If UseSTD3ASCIIRules: Includes $ before Nameprep
464 desc: 2-3-1-3 If UseSTD3ASCIIRules: Includes + before Nameprep
475 desc: 2-3-2-1 If UseSTD3ASCIIRules: Leading hyphen before Nameprep
486 desc: 2-3-2-2 If UseSTD3ASCIIRules: Trailing hyphen before Nameprep
497 desc: 2-3-3-1 If UseSTD3ASCIIRules: Gets a + after Nameprep
508 desc: 2-3-3-2 If UseSTD3ASCIIRules: Gets a = after Nameprep
519 desc: 2-3-4-1 If UseSTD3ASCIIRules: Leading hyphen after Nameprep
530 desc: 2-3-4-2 If UseSTD3ASCIIRules: Trailing hyphen after Nameprep
574 desc: 2-5-1 ACE prefix exists before Nameprep
    [all...]
  /external/icu/icu4c/source/common/unicode/
usprep.h 95 * RFC3491 Nameprep
uidna.h 529 * IDNA requires that implementations process input strings with Nameprep
533 * Implementations of IDNA MUST fully implement Nameprep and Punycode;
534 * neither Nameprep nor Punycode are optional.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 39 * <a href="http://www.ietf.org/rfc/rfc3491.txt">Nameprep</a>,
42 * Implementations of IDNA MUST fully implement Nameprep and Punycode;
43 * neither Nameprep nor Punycode are optional.
    [all...]
StringPrep.java 75 * Profile type: RFC3491 Nameprep
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 17 * parses them, and extracts the data for Nameprep conformance.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 1130 from encodings.idna import nameprep namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 1130 from encodings.idna import nameprep namespace
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcidn-2.11.1.so 
libcidn.so 
libcidn.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libcidn-2.15.so 
libcidn.so 
libcidn.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libcidn_pic.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libcidn_pic.a     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 573 milliseconds

1 2