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

  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 52 // **** only set flag if string has Han(gul) ****
321 // Han ext. A, Han, Jamo, Hangul, Han Ext. B
440 uint32_t han = (uint32_t) hanList[h]; local
442 if (han < minHan) {
443 minHan = han;
446 if (han > maxHan) {
447 maxHan = han;
550 // all han have implicit orders whic
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 54 // **** only set flag if string has Han(gul) ****
323 // Han ext. A, Han, Jamo, Hangul, Han Ext. B
454 uint32_t han = (uint32_t) hanList[h]; local
456 if (han < minHan) {
457 minHan = han;
460 if (han > maxHan) {
461 maxHan = han;
564 // all han have implicit orders whic
    [all...]

Completed in 47 milliseconds