Home
last modified time | relevance | path

Searched refs:nextToken (Results 1 – 3 of 3) sorted by relevance

/system/timezone/input_tools/android/zone_compactor/main/java/
DZoneCompactor.java85 String lineType = st.nextToken(); in ZoneCompactor()
87 String to = st.nextToken(); in ZoneCompactor()
88 String from = st.nextToken(); in ZoneCompactor()
91 String zoneId = st.nextToken(); in ZoneCompactor()
/system/core/libutils/include/utils/
DTokenizer.h104 String8 nextToken(const char* delimiters);
/system/core/libutils/
DTokenizer.cpp125 String8 Tokenizer::nextToken(const char* delimiters) { in nextToken() function in android::Tokenizer