Home
last modified time | relevance | path

Searched refs:UBRK_WORD_KANA_LIMIT (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h162 UBRK_WORD_KANA_LIMIT = 400, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dubrk.h165 UBRK_WORD_KANA_LIMIT = 400, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h165 UBRK_WORD_KANA_LIMIT = 400, enumerator
/third_party/icu/icu4c/source/common/unicode/
Dubrk.h165 UBRK_WORD_KANA_LIMIT = 400, enumerator
/third_party/boost/libs/locale/src/icu/
Dboundary.cpp76 else if(UBRK_WORD_KANA<=buf[i] && buf[i]<UBRK_WORD_KANA_LIMIT) in map_direct()