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

  /external/icu4c/test/intltest/
nptrans.h 38 UnicodeSet unassigned; member in class:NamePrepTransform
79 * @param allowUnassigned Unassigned values can be converted to ASCII for query operations
80 * If TRUE unassigned values are treated as normal Unicode code point.
101 * @param allowUnassigned Unassigned values can be converted to ASCII for query operations
102 * If TRUE unassigned values are treated as normal Unicode code point.
nptrans.cpp 48 : unassigned(), prohibited(), labelSeparatorSet(){
77 //create the unassigned set
80 unassigned.applyPattern(UnicodeString(pattern, patternLen), status);
161 // check if unassigned
167 if(unassigned.contains(ch)){
testidn.cpp 113 /* process unassigned */
125 /* process unassigned */
285 int32_t unassigned = 0; local
301 unassigned++;
317 test.logln("Number of Unassinged code points : %i \n",unassigned);
apicoll.cpp 1305 UChar32 unassigned = 0xEFFFD; local
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 21 * - efficient distinction of unassigned vs. illegal byte sequences
150 * "unassigned" or "illegal" output.
200 * is stored as U+fffe (unassigned), and the fallback mapping needs to
203 * "Unassigned" state entries really mean "structurally unassigned",
231 * action codes 4 and 5 may result in roundtrip/fallback/unassigned/illegal results
237 * fffe unassigned -- look for a fallback for this offset
250 * fffe unassigned
255 * 6 unassigned byte sequence
275 * An encoding with contiguous ranges of unassigned byte sequences, lik
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 787 UChar32 unassigned = 0xEFFFD; local
861 U16_APPEND(supplementary, index, 2, unassigned, isError);
    [all...]

Completed in 209 milliseconds