Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dini.c155 isKeyStartChar( int c ) in isKeyStartChar() function
165 return isKeyStartChar(c) || ((unsigned)(c-'0') < 10) || (c == '.') || (c == '-'); in isKeyChar()
199 if (!isKeyStartChar(*key)) { in iniFile_newFromMemory()