HomeSort by relevance Sort by last modified time
    Searched full:allowunassigned (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4c/source/test/intltest/
nptrans.h 75 * @param allowUnassigned Unassigned values can be converted to ASCII for query operations
84 UBool allowUnassigned,
96 * @param allowUnassigned Unassigned values can be converted to ASCII for query operations
105 UBool allowUnassigned,
nptrans.cpp 141 UBool allowUnassigned,
162 if(allowUnassigned == FALSE){
186 UBool allowUnassigned,
208 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
216 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
idnaref.cpp 266 UBool allowUnassigned = (UBool)((options & IDNAREF_ALLOW_UNASSIGNED) != 0);
296 b1Len = prep->process(src,srcLength,b1, b1Capacity,allowUnassigned,parseError,*status);
309 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status);
445 UBool allowUnassigned = (UBool)((options & IDNAREF_ALLOW_UNASSIGNED) != 0);
486 b1Len = prep->process(src,srcLength,b1,b1Capacity,allowUnassigned, parseError, *status);
498 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status);
707 // UBool allowUnassigned = (UBool)((options & IDNAREF_ALLOW_UNASSIGNED) != 0);
863 // UBool allowUnassigned = (UBool)((options & IDNAREF_ALLOW_UNASSIGNED) != 0);
idnaref.h 115 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
154 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NamePrepTransform.java 109 boolean allowUnassigned = ((options & ALLOW_UNASSIGNED)>0);
115 if(transform.unassignedSet.contains(ch)==true && allowUnassigned ==false){
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NamePrepTransform.java 108 boolean allowUnassigned = ((options & ALLOW_UNASSIGNED)>0);
114 if(transform.unassignedSet.contains(ch)==true && allowUnassigned ==false){
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java 555 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
591 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
627 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
    [all...]
StringPrep.java 384 boolean allowUnassigned = ((options & ALLOW_UNASSIGNED)>0);
392 if(val.type == UNASSIGNED && allowUnassigned == false){
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 572 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
607 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
642 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
    [all...]
StringPrep.java 401 boolean allowUnassigned = ((options & ALLOW_UNASSIGNED)>0);
409 if(val.type == UNASSIGNED && allowUnassigned == false){
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
idna.py 13 # This assumes query strings, so AllowUnassigned is true
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
idna.py 13 # This assumes query strings, so AllowUnassigned is true
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 13 # This assumes query strings, so AllowUnassigned is true
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 13 # This assumes query strings, so AllowUnassigned is true
  /external/icu/icu4c/source/common/
usprep.cpp 518 UBool allowUnassigned = (UBool) ((options & USPREP_ALLOW_UNASSIGNED)>0);
539 if(type == USPREP_UNASSIGNED && allowUnassigned == FALSE){
  /external/icu/icu4c/source/common/unicode/
uidna.h 637 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
684 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
    [all...]

Completed in 814 milliseconds