Searched refs:thaiCharToByte (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp480 static inline int32_t thaiCharToByte(UChar32 c) { function
494 int32_t b=thaiCharToByte(c);
552 UStringTrieResult result=trie.first(thaiCharToByte(c));
575 result=trie.next(thaiCharToByte(c));
626 UStringTrieResult result=trie->first(thaiCharToByte(line[0]));
633 result=trie->next(thaiCharToByte(line[j]));
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp480 static inline int32_t thaiCharToByte(UChar32 c) { function
494 int32_t b=thaiCharToByte(c);
552 UStringTrieResult result=trie.first(thaiCharToByte(c));
575 result=trie.next(thaiCharToByte(c));
626 UStringTrieResult result=trie->first(thaiCharToByte(line[0]));
633 result=trie->next(thaiCharToByte(line[j]));

Completed in 486 milliseconds