Lines Matching refs:HasChar

406                 aCharMap.HasChar( 0x3041 ) ||   // 3040-309F: Hiragana  in GuessScriptType()
407 aCharMap.HasChar( 0x30A1 ) || // 30A0-30FF: Katakana in GuessScriptType()
408 aCharMap.HasChar( 0x3111 ) || // 3100-312F: Bopomofo in GuessScriptType()
409 aCharMap.HasChar( 0x3131 ) || // 3130-318F: Hangul Compatibility Jamo in GuessScriptType()
410 aCharMap.HasChar( 0x3301 ) || // 3300-33FF: CJK Compatibility in GuessScriptType()
411 aCharMap.HasChar( 0x3401 ) || // 3400-4DBF: CJK Unified Ideographs Extension A in GuessScriptType()
412 aCharMap.HasChar( 0x4E01 ) || // 4E00-9FAF: CJK Unified Ideographs in GuessScriptType()
413 aCharMap.HasChar( 0x7E01 ) || // 4E00-9FAF: CJK unified ideographs in GuessScriptType()
414 aCharMap.HasChar( 0xA001 ) || // A001-A48F: Yi Syllables in GuessScriptType()
415 aCharMap.HasChar( 0xAC01 ) || // AC00-D7AF: Hangul Syllables in GuessScriptType()
416 aCharMap.HasChar( 0xCC01 ) || // AC00-D7AF: Hangul Syllables in GuessScriptType()
417 aCharMap.HasChar( 0xF901 ) || // F900-FAFF: CJK Compatibility Ideographs in GuessScriptType()
418 aCharMap.HasChar( 0xFF71 ); // FF00-FFEF: Halfwidth/Fullwidth Forms in GuessScriptType()
421 aCharMap.HasChar( 0x05D1 ) || // 0590-05FF: Hebrew in GuessScriptType()
422 aCharMap.HasChar( 0x0631 ) || // 0600-06FF: Arabic in GuessScriptType()
423 aCharMap.HasChar( 0x0721 ) || // 0700-074F: Syriac in GuessScriptType()
424 aCharMap.HasChar( 0x0911 ) || // 0900-0DFF: Indic scripts in GuessScriptType()
425 aCharMap.HasChar( 0x0E01 ) || // 0E00-0E7F: Thai in GuessScriptType()
426 aCharMap.HasChar( 0xFB21 ) || // FB1D-FB4F: Hebrew Presentation Forms in GuessScriptType()
427 aCharMap.HasChar( 0xFB51 ) || // FB50-FDFF: Arabic Presentation Forms-A in GuessScriptType()
428 aCharMap.HasChar( 0xFE71 ); // FE70-FEFF: Arabic Presentation Forms-B in GuessScriptType()
430 mbHasWstrn = (!mbHasAsian && !mbHasCmplx) || aCharMap.HasChar( 'A' ); in GuessScriptType()