HomeSort by relevance Sort by last modified time
    Searched refs:nameprep (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/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,
457 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Capacity, namePrepOptions, parseError, status);
469 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Len, namePrepOptions, parseError, status);
625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
631 int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseError, status);
634 usprep_close(nameprep);
654 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status) local
685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
    [all...]
  /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,
457 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Capacity, namePrepOptions, parseError, status);
469 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Len, namePrepOptions, parseError, status);
625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
631 int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseError, status);
634 usprep_close(nameprep);
654 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status) local
685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); local
    [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)
  /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...]

Completed in 4217 milliseconds